.Batcher
5th February 2006, 01:38
Hello all, i've been thinking alot about how bored i am while doing the instances and stuff.. i realyzed that i only need to press buttons 1 2 3 and 4 every 2 second in instances to not look like afk. so i made a AutoIt script
myloop:
Sleep, 2000
Send, 1
Sleep, 2000
Send, 12
Sleep, 2000
Send, 13
Sleep, 2000
Send, 14
Goto, myloop
in slot 1 you need to have a macro like this:
/target party1
/follow party1
/assist party1
slot 2 and 3 and 4 goes for other spells :P
its not-so-great cuz you dont get the loots.. its mostly to use when you need to go smoke a tobacco or go to the bathroom and still not be afk.
oh yeah, it only works with spell casters.. its very simple, and i'm trying to extend it. i'm trying to make a program that can actually see whats happening inside wow, something like memory reader. any help would be great!
myloop:
Sleep, 2000
Send, 1
Sleep, 2000
Send, 12
Sleep, 2000
Send, 13
Sleep, 2000
Send, 14
Goto, myloop
in slot 1 you need to have a macro like this:
/target party1
/follow party1
/assist party1
slot 2 and 3 and 4 goes for other spells :P
its not-so-great cuz you dont get the loots.. its mostly to use when you need to go smoke a tobacco or go to the bathroom and still not be afk.
oh yeah, it only works with spell casters.. its very simple, and i'm trying to extend it. i'm trying to make a program that can actually see whats happening inside wow, something like memory reader. any help would be great!