Page 1 of 1

How can i make it work in games?

Posted: 09 Nov 2019, 18:28
by Deestroh
F2::SetTimer, label, % (toggle := !toggle) ? 50 : "Off"

label:
send {w down}
sleep 1500
send {w up}
send {s down}
sleep 1500
send {s up}
return

Just need help with making this work in-game. Simple script, works just like it looks like it does, only works in stuff that isn't in-game, any help would be appreciated! :D

Re: How can i make it work in games?

Posted: 10 Nov 2019, 15:53
by Deestroh
bump. still need help

Re: How can i make it work in games?

Posted: 10 Nov 2019, 16:11
by Zoanthario
I'm not sure about the script but if it's working fine except for games, try running it as administrator after compiling the ahk file.

Re: How can i make it work in games?

Posted: 10 Nov 2019, 22:45
by gregster