So.. Nice one.. but how do i edit the script so i open wow with modeleditlive?
+rep
So.. Nice one.. but how do i edit the script so i open wow with modeleditlive?
+rep
Great script, thanks Sumsar_elleh for this and for help!
+rep
Nice dude, how do people learn scripting?
Just wait until my WoW Auto Login Manager is out of Alpha![]()
It will dominate ANY nooby Autoit Script, Muahahahahah!!
Soon you can find my projects at: www.termight.info
Global $pause
Run("C:\programfiler\World of Warcraft\WoW.exe")
HotKeySet("{BS}", "Go")
HotKeySet("{ESC}", "terminate")
while 1
sleep (100)
WEnd
func Go ()
Send("Name")
Send("{TAB}")
Send("Pass")
Send("{ENTER}")
sleep (2000)
Send("{ENTER}")
EndFunc
Func terminate ()
Exit 0
EndFunc
logs u completely in![]()
sweet but can you make it for model edit so like it presses END and then later HOME and then log in fully?
How would i get rid of the HotKeySet("{BS}", "Go") so when it starts up wow it just goes maybe with a sleep in there so it doesnt go to fast but idk i have no idea with autoit so XD.
thats bomb, xD i get extremely lazy :P never thought of doin it like this tho.. xD
instead of putting it on a timer or make it so you have to press a key
just use the pixel scan to search for a specific color
if your REALLY lazy, you can have it scan for a color before it starts WoW then after wow gets winactive (if you know how to autoit you know what i mean)
and compare the colors thereafter
thats what i would do ;d - i would also add a basic UI that allows people to have multiple accounts etc...
For model edit start:
Global $pause
Run("C:\Program Files\World of Warcraft\nameofyourmodeleditlive.exe")
HotKeySet("{BS}", "Go")
HotKeySet("{ESC}", "terminate")
while 1
sleep (100)
WEnd
func Go ()
Send("Name")
Send("{TAB}")
Send("Pass")
sleep (300)
Send("{END}")
sleep (300)
Send("{ENTER}")
sleep (380)
Send("{HOME}")
sleep (2000)
Send("{ENTER}")
EndFunc
Func terminate ()
Exit 0
EndFunc
the above is a really lame way to do it >.<
try pixelgetcolor()
or something i could do it easily but i havent played wow in a month :/ nor is my account up.
kool i like this...
WoW this is nice. I want to make it work for me in the way I think I can. But I need to work on my editing skills.