Advertisement
Guest User

Snowrunner cruise control

a guest
Jun 7th, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. F4::
  2. Suspend, Off
  3. Pause, Off, 1
  4. If (toggle := !toggle) {
  5. Suspend, On
  6. Pause, On, 1
  7. }
  8.  
  9. Up::
  10. KeyDown := !KeyDown
  11. If KeyDown
  12. SendInput {Up down}
  13. Else
  14. SendInput {Up up}
  15. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement