dhack Posted July 22, 2005 Posted July 22, 2005 (edited) Ok,.. i saw some wow login scripts.. here's one i wrote a while back before i saw them.. it creates an INI and saves login, password.. scaleable to UI resolution.. may have some nicks and nack bugs.... edit, enjoy, eat. edit: oh yeah, it has the annoying feature of placing a link to itself on the desktop.. destroy if needed. DamonStoogeLog.au3 Edited July 22, 2005 by dhack
=sinister= Posted September 1, 2005 Posted September 1, 2005 how do you get it to re enter your username and pass? I accidently typed wrong pass
dhack Posted September 2, 2005 Author Posted September 2, 2005 If i'm not mistaken, you pass anything as a command line, and it goes through setup again .. you might want to check the code tho,d =sinister= said: how do you get it to re enter your username and pass? I accidently typed wrong pass <{POST_SNAPBACK}>
dhack Posted September 4, 2005 Author Posted September 4, 2005 After it is compiled, just run Stoogelog with any command line 'stoogelog baconandpotatos'should load the setup routine.Damon =sinister= said: what do you mean?<{POST_SNAPBACK}>
=sinister= Posted September 4, 2005 Posted September 4, 2005 ok, ya, thats working, but the script isn't. It types the right username, but WoW says its the wrong password! Ive tested it 5 times! Help!
theguy0000 Posted September 5, 2005 Posted September 5, 2005 ok i know this probably sounds stupid but, whats WoW? The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
=sinister= Posted September 5, 2005 Posted September 5, 2005 (edited) its world of warcraft Edited December 19, 2007 by =sinister=
dhack Posted September 10, 2005 Author Posted September 10, 2005 man.. i'm sorry, i ardy deleted WoW from my computer.. i didn't want to pay every month, was using a 10 day trial. I might be able to look over the code and edit it.. but without a working copy of wow, i don't know what i'll get.D =sinister= said: lol, its world of warcraft.... noobs.....<{POST_SNAPBACK}>
dhack Posted September 10, 2005 Author Posted September 10, 2005 actually, just send me a screenshot of the main screen (login) and i can fix it. D
dhack Posted September 10, 2005 Author Posted September 10, 2005 oh.. also, check the INI file in your windows directory (stoogelog.ini) and make sure the password is correct. i could just edit my posts, but this is more fun.
Valuater Posted September 18, 2005 Posted September 18, 2005 (edited) =sinister= said: ok, ya, thats working, but the script isn't. It types the right username, but WoW says its the wrong password! Ive tested it 5 times! Help!i found this error 9/18/2005$user = iniread($inipath & "\stoogelog.ini", "Login", "User", "Not Found") $pass = iniread($inipath & "\stoogelog.ini", "Login", "User", "Not Found")it should be$user = iniread($inipath & "\stoogelog.ini", "Login", "User", "Not Found") $pass = iniread($inipath & "\stoogelog.ini", "Login", "Password", "Not Found")just thought you would like to know8) Edited September 18, 2005 by Valuater
dhack Posted September 20, 2005 Author Posted September 20, 2005 hahaha.. oh man.. at first i was like-- "what error, no way".. hahaha.. that's a big one!thanks! Valuater said: i found this error 9/18/2005$user = iniread($inipath & "\stoogelog.ini", "Login", "User", "Not Found") $pass = iniread($inipath & "\stoogelog.ini", "Login", "User", "Not Found")it should be$user = iniread($inipath & "\stoogelog.ini", "Login", "User", "Not Found") $pass = iniread($inipath & "\stoogelog.ini", "Login", "Password", "Not Found")just thought you would like to know8)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now