Macro queing Guide

Started by lazcale, September 03, 2013, 07:22:39 PM

Previous topic - Next topic

lazcale

For those who has a numpad on their keyboard go to:

Site:http://www.autohotkey.com/
1) Download the program
2)Make a new file with a name that must end with (.ahk) look at tutorial
3)With a blank script type in :

#Persistent
SetTimer, PressTheKey, 1500
Return

PressTheKey:
Send, {NumPad0}
Return

4)Click on the login screen with your selected character, run script and the computer will auto click numpad 0
5) you can set the timer to make it longer, i recommend 1500, but you can make it faster or even slower  *lower number is faster spamming and vise versa*
6) Happy queing