i made an autohotkey script that creates a steam account and optionally connects to a tf2 server
this is nice if you get banned from a server and don't want to leave it (mainly the reason i made this)
wasn't intended but also works well for making throwaway accounts for using detected cheats
already released this on that other forum, might as well re-release this here
script has lmaobox ~integration~, just disable it if you don't use it, not trying to advertise it though
some info pls read:
this hasn't been updated since last year but should still work
this isn't a cheat and doesn't inject anything into steam or your games, this does not get you vac banned
doesn't work with languages other than english
easy mode: set your steam language to english. you learned english in school, right??
less easy mode: edit the script for your language (not recommended unless you were raised in a barrel and don't know english)
doesn't work? run the script as admin
still doesn't work? close steam and just try again (restart the script too), it's not perfect
panic? to close the script, right click the autohotkey icon in your task bar near the clock and select "exit" or just press "close" on the gui
download:
first, get autohotkey from
http://www.autohotkey.com/
script should in an attachment
i'd use the ahk2exe tool but then you couldn't configure it
before running, open it in a text editor and change the settings
configuration tutorial:
there already is some kind of help in the script but i'm doing my best to make this as idiot-proof/readable as possible, not to be rude though :>
settings look like this:
setting = option ; comment/explanation (option or option2)
anything after the " ;" (space and semicolon) is a comment and doesn't affect the setting, you can remove it if you want
user backward slashes \ instead of normal ones / !!!
just to be sure, don't put options in quotes, i'm not sure if it works like that
steampath: path to the steam folder (not steam.exe), don't remove the "\" from the end
launchtf2: check the check box "launch tf2" by default, "yes" or "no"
launchoptions: launch options for tf2, the script doesn't use your launch options from steam(!), leave empty if you don't know what this is
lmaobox: check the check box "lmaobox" by default, "yes" or "no"
lmaopath: path to lmaobox exe file, current option would be iexplore.exe in your windows user's documents folder but you can set it to something like "C:\Users\<your username>\Desktop\Loader.exe"
lmaoversion: paid or free lmaobox, options are "paid" or "free"
lmaouser and lmaopass: username and password for paid lmaobox, just leave empty if using the free version/some other hack (doesn't matter)
show_ip_box: check the ip checkbox, show the ip textbox, "yes" or "no"
screenshot:
what does that thing do:
"username" field is actually part of the (fake) email address, like
username@hgfjfdhfg.com, that's because steam uses that as your display name
"new" generates a new user/pass/mail/everything
"password" is password but idk why i'm even showing you this, just make another account
"launch tf2" box: launch tf2 or not
"lmaobox" box: launch lmaobox or not
"connect to ip address" box: show or hide the textbox
big textbox: if "connect to ip address" is checked, it looks for a server ip address in the text box, you can paste the server ip from the tf2 console here and it'll automatically connect to it
"create" button: start the script, create the account
"cancel" button: close the script
other stuff:
having problems? make sure you've read the whole post
virus scans (idk why you need them, it's just source code anyway):
jotti 0/23 |
virustotal 0/43
this is my first release on this site so i'm sorry if i did something wrong