Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #IfWinActive Diablo III
  2. SetKeyDelay, 0
  3. SetMouseDelay, 0
  4.  
  5. ~$LButton::
  6. { ;wait for the mouse button to be let go, set 0.2 second timeout
  7. KeyWait, LButton, T0.4
  8. if(ErrorLevel)
  9. {
  10. While GetKeyState("LButton","P"){
  11. Send {2}
  12. Sleep 75
  13. Send {3}
  14. Sleep 75
  15. Send {3}
  16. Sleep 75
  17. Send {3}
  18. Sleep 75
  19. Send {3}
  20. Sleep 75
  21. Send {3}
  22. Sleep 75
  23. }
  24. } else
  25. { Send {LButton}
  26. }
  27. return
  28. }
  29. F1::Suspend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement