Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #NoEnv
  2. SendMode Input
  3. MsgBox Mong
  4.  
  5. Insert:: Hotkey, *~$LButton, Toggle
  6.  
  7. *~$LButton::
  8. while GetKeyState("LButton&quot
  9. {
  10. DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
  11. Sleep, 0
  12. DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
  13. Sleep, 5
  14. }
  15.  
  16.  
  17. mk18
  18. #NoEnv
  19. SendMode Input
  20. MsgBox Mong
  21.  
  22. Insert:: Hotkey, *~$LButton, Toggle
  23.  
  24. *~$LButton::
  25. while GetKeyState("LButton&quot
  26. {
  27. DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
  28. Sleep, 5
  29. DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
  30. Sleep, 5
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement