Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #NoEnv
  2. SendMode Input
  3. MsgBox For retards using Slice's Scripts V1.0 INS to toggle off and on.
  4.  
  5. Insert:: Hotkey, *~$LButton, Toggle
  6.  
  7. *~$LButton::
  8. while GetKeyState("LButton")
  9. {
  10. DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
  11. Sleep, 0.2w
  12. DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
  13. Sleep, 1
  14. }
  15. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement