Skip to content

Instantly share code, notes, and snippets.

@Mumberthrax
Created January 26, 2016 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mumberthrax/5e7af97aee84e46e51d2 to your computer and use it in GitHub Desktop.
Save Mumberthrax/5e7af97aee84e46e51d2 to your computer and use it in GitHub Desktop.
derpy and simple toggle for auto-click
End::
Send, {SHIFT DOWN}
Send {w down}
MouseClick, left,,,,, D
;return
;Home::
sleep 2800000
MouseClick, left,,,,, U
Send {w up}
Send, {SHIFT UP}
return
PgDn::
Send {w down}
return
PgUp::
Send {w up}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment