Post Reply Home » Forums » World of Warcraft » World of Warcraft General Discussions

ACTools HELP : World of Warcraft General Discussions

Posted: December 2nd, 2004
tault_skippiie
if anyone is familiar with actools. can you please code something for me real quick?

all i need the macro to do is press these keys automatically. and repeat the whole sequence over and over until i hit a certain key. CTRL + ` .. or something

Tab
1
2
3
4

... thats all. can someone do that plz? .. also, where do i download actools?
Posted: July 6th, 2005
cmpolis
I havent used actool for a while, but it should be something like:

bool pressCtrl=true
while(pressCtrl){
key_press "1"
key_press "2"
etc...
onKeyPress"CTRL"(
pressCtrl=false
)
}

You should also put in some sleep commands so it doesnt do all that code at one time.
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 145 guests
Post Reply