Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Convert SteamIDs straight from your clipboard
#1
Yesterday night I made a thread talking about how you can convert steamids to a usable steam community URLs with some simple arithmetic, and I thought "I could totally make this with autohotkey"

Well it definitely WASN'T simple arithmetic, but I did it anyway.

This tool takes whatever is on your clipboard, searches it for either a steamid or steam community profile URL, and converts between the two. If you have steamids, it converts to urls, and if you have urls, it converts to steamids. The converted steamids and urls are put back on your clipboard so you can instantly paste them back into whatever you were doing.

Here's a demo video of the tool:


Download: https://cdn.discordapp.com/attachments/5...teamID.exe
Github Repo: https://github.com/RussEfarmer/SteamID-C...rd-Convert

To use the tool you can either manually run the program, or you can use autohotkey to bind the program to a hotkey. To do that, install autohotkey at autohotkey.com and follow these steps:
1. Enable this setting in windows explorer:
[Image: unknown.png]

2. Create a new file and name it (whatever).ahk. Accept all prompts.
3. Open the file with notepad.
4. Type ^!s:: and press enter. (This is the start of an autohotkey keybind. ^ is the ctrl key, ! is alt, and s is s. The hotkey will be ctrl + alt + s.
5. Type "Run (file path of program)"
6. To get the file path of the tool, select the program and use the "Copy path" button.
[Image: unknown.png]

7. The final result should look similar to this:
Code:
^!s::
Run "C:\Users\RussE\Desktop\rcon-test\Convert SteamID\ConvertSteamID.exe"

8. Save the file, and double click it to run it. The hotkey script is running in the background.
9. To close the script, go down to the system tray, right click the H, and select exit:
[Image: unknown.png]
[Image: horizontal-design-element-3.png]
  Angel I CRAHSED MY CAR
find out more at https://russefarmer.com/
Garry's Mod Performance Tuning Guide


Forum Jump:


Users browsing this thread: 1 Guest(s)

About Us
    This is Dinkleberg's GMod, a gaming community based in Garry's Mod. We have a Trouble in Terrorist Town, Prop Hunt, Murder, and Deathrun Server. Come check them out sometime.