Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #NoEnv
  2. SendMode Input
  3. SetWorkingDir %A_ScriptDir%
  4.  
  5. ; Nels
  6. NRA := 1
  7.  
  8. ; SS
  9. Insert::Suspend
  10.  
  11. ; NR
  12. *~LButton::
  13. while GetKeyState("LButton") & NRA
  14. {
  15. DllCall("mouse_event", uint, 1, int, -2, int, 2, uint, 1, int, 0)
  16. Sleep, 10.0
  17. DllCall("mouse_event", uint, 1, int, 1.35, int, 1, uint, 0, int, 0)
  18. Sleep, 5.0
  19. }
  20. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement