Created
July 12, 2018 22:00
-
-
Save zerotag/3d9cee530c3306d2958a5d85776a6dac to your computer and use it in GitHub Desktop.
AutoHotkey Scripts
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
Pause | |
Loop { | |
Click | |
} | |
F8::Pause | |
F10::BlockInput MouseMove | |
F11::BlockInput MouseMoveOff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment