Created
October 25, 2016 04:13
-
-
Save DrewWeth/8cfc4bc445c7c8c115488e487095b77e to your computer and use it in GitHub Desktop.
Revisions
-
DrewWeth created this gist
Oct 25, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ XButton1:: CoordMode, Mouse, Screen MouseGetPos, px, py Click 1850, 292 right ; Click the right mouse button. Mousemove, px,py, 1 Return #p::Pause ; Pressing Win+P once will pause the script. Pressing it again will unpause.