Advertisement
severen1999

ad mouse pressing

Aug 25th, 2016
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #InstallMouseHook
  2. $MButton::
  3.  
  4. While GetKeyState("MButton", "p")
  5. {
  6. Send {a}
  7. Sleep, 200
  8. Send {d}
  9. Sleep, 200
  10. }
  11. return
  12.  
  13. ;While scrollwheel pressed alternate pressing a / d with 200ms delay
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement