Skip to content

Instantly share code, notes, and snippets.

@DrewWeth
Created October 25, 2016 04:13
Show Gist options
  • Select an option

  • Save DrewWeth/8cfc4bc445c7c8c115488e487095b77e to your computer and use it in GitHub Desktop.

Select an option

Save DrewWeth/8cfc4bc445c7c8c115488e487095b77e to your computer and use it in GitHub Desktop.

Revisions

  1. DrewWeth created this gist Oct 25, 2016.
    9 changes: 9 additions & 0 deletions Example for Jamal
    Original 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.