Jump to content

*another WoW autologin script*


dhack
 Share

Recommended Posts

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.

Damon

StoogeLog.au3

Edited by dhack
Link to comment
Share on other sites

  • 1 month later...

If i'm not mistaken, you pass anything as a command line, and it goes through setup again :whistle:.. you might want to check the code tho,

d

how do you get it to re enter your username and pass? I accidently typed wrong pass :dance:

<{POST_SNAPBACK}>

Link to comment
Share on other sites

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

lol, its world of warcraft.... noobs.....

<{POST_SNAPBACK}>

Link to comment
Share on other sites

  • 2 weeks later...

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 know

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

hahaha.. oh man.. at first i was like-- "what error, no way".. hahaha.. that's a big one!

thanks!

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 know

8)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...