Advertisement
anonymous1184

XB1 RB=yAxis

Feb 3rd, 2021 (edited)
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Persistent
  2.  
  3. SetTimer, yAxis, 5
  4. Joy5::F5
  5.  
  6. yAxis()
  7. {
  8.     if (GetKeyState("JoyY") < 50)
  9.     {
  10.         SendInput, {F5}
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement