Last active
February 13, 2018 04:39
-
-
Save og24715/aee7786c6431dbbeb2da68e12ab8d893 to your computer and use it in GitHub Desktop.
Automatically click the left button while hold down the left button for FPS game.
This file contains hidden or 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
~$LButton:: | |
While GetKeyState("LButton", "P"){ | |
Click | |
Sleep 1 | |
} | |
return | |
f12:: | |
Suspend, Toggle | |
return | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment