Guest User

Untitled

a guest
Jul 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ; #If is positional: it affects all hotkeys and hotstrings physically beneath it in the script.
  2.  
  3. #If (GetKeyState("Ctrl", "P"))
  4.  
  5. ; Ctrl+k+l
  6. k & l::
  7. Click, 55, 100
  8. Click, 55, 750
  9. Return
  10.  
  11. #If ; turn off context sensitivity
Add Comment
Please, Sign In to add comment