Need help with script Topic is solved

Ask gaming related questions (AHK v1.1 and older)
jabronii

Need help with script  Topic is solved

24 Jul 2015, 16:09

I'm very new to AHK, and This is what I am using right now.

#Persistent
SetTimer, PressTheKey, 30
Return

PressTheKey:
Send, {s down}
Sleep 5
Send, {s up}
Return


Escape::
ExitApp
Return


What I want is for the script to not only press S

But to After each s press

press left arrow
attack
press right arrow
attack
press up arrow
attack
press down arrow
attack
over and over

How would I set that up in my script?

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 27 guests