Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ]:: Hotkey, ~LButton, Toggle
  2. Insert::Suspend
  3.  
  4. ~Lbutton::
  5.  
  6. ~Rbutton::
  7.  
  8. While ((L:=GetKeyState("LButton","P")) + (R:=GetKeyState("RButton","P"))){
  9.  
  10. If (L & R)
  11.  
  12. {
  13. DllCall("mouse_event", uint, 1, int, -0, int, 6, uint, 0, int, 0)
  14. Sleep, 4
  15.  
  16.  
  17. }
  18.  
  19.  
  20. }
  21.  
  22. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement