Last active
January 23, 2020 20:01
-
-
Save TeWu/7d742d6e182559c92dd19a416a858988 to your computer and use it in GitHub Desktop.
Repeat pressing F fast
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
SetKeyDelay 30, 20 | |
~XButton1 & f:: | |
while GetKeyState("XButton1") | |
Send f | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment