flyboy463

AHK ATS Splitter Logic 2

Jun 10th, 2021 (edited)
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. $z::
  3. {
  4. SetTimer, Throtz, 50
  5. return
  6. Throtz:
  7. if GetKeyState("2JoyZ") < 100
  8.     return
  9. Send {; down}
  10. Sleep 125
  11. Send {; up}
  12. Send {a up}
  13. SetTimer, Throtz, Off
  14. return
  15. }
  16.  
  17. $x::
  18. {
  19. SetTimer, Throtx, 50
  20. return
  21. Throtx:
  22. if GetKeyState("2JoyZ") < 100
  23.     return
  24. Send {' down}
  25. Sleep 125
  26. Send {' up}
  27. Send {a down}
  28. SetTimer, Throtx, Off
  29. return
  30. }
Add Comment
Please, Sign In to add comment