Created
October 28, 2018 18:36
-
-
Save ellygaytor/8d32afad60cb19c6e3c7615687465939 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f7:: ;toggle anti afk Macro | |
SetTimer Click, 100 | |
F8::Toggle := !Toggle | |
Click: | |
If (!Toggle) | |
Return | |
send, {w down} | |
sleep, 850 | |
send, {w up} | |
send, {a down} | |
sleep, 850 | |
send, {a up} | |
send, {s down} | |
sleep, 850 | |
send, {s up} | |
send, {d down} | |
sleep, 850 | |
send, {d up} | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment