The_Whiskey

Darts.Ahk

Jan 12th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. f12::
  2. Suspend
  3. Return
  4.  
  5. NumPad3::Click
  6.  
  7. NumPad2::Click
  8.  
  9. NumPad1::
  10. if left != 1
  11. {
  12. MouseMove, 40, 0, 0, R
  13. left := 1
  14. }
  15. else
  16. {
  17. MouseMove, -40, 0, 0, R
  18. left := 0
  19. }
  20. return
Add Comment
Please, Sign In to add comment