PostOverwatch:AHK afk script-request

Posts 16 of 6 · Page 1 of 1
Overwatch:AHK afk script-request
Can someone do an afk script in AHK, that randomly press W for 1 second or D for 1 second or A for 1 second or S for 1 second or Shift?
lmao its ahk how hard can it be to write a simple script like that?
Yea,but i'm lazy, and I'm very bad at ahk script building
Quote Originally Posted by Ov_Reaper View Post
Yea,but i'm lazy, and I'm very bad at ahk script building
j::
Loop {
Send, {w down}
Sleep, 1000
Send, {w up}
Sleep, 1
Send, {s down}
Sleep, 1000
Send, {s up}
}
Return

Esc:: ExitApp

Haven't tested, tell me if it doesn't work.
After one match,blizzard detect the same moves,and kick you. This is reason for ahk script with random button press (random-w or s or d or k or a or mouse 1 )
Just do a loop with Z :P its work
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?