Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. #IfWinActive, GTA:SA:MP
  2. #SingleInstance, force
  3. #UseHook
  4.  
  5. t::
  6. Suspend On
  7. SendInput t
  8. Hotkey, Enter, On
  9. Hotkey, Escape, On
  10. Hotkey, t, Off
  11. return
  12.  
  13. NumpadEnter::
  14. Enter::
  15. Suspend Permit
  16. Suspend Off
  17. SendInput {Enter}
  18. Hotkey, t, On
  19. Hotkey, Enter, Off
  20. Hotkey, Escape, Off
  21. return
  22.  
  23. Escape::
  24. Suspend Permit
  25. Suspend Off
  26. SendInput {Escape}
  27. Hotkey, t, On
  28. Hotkey, Enter, Off
  29. Hotkey, Escape, Off
  30. return
  31.  
  32. Numpad1::
  33. SendInput t/enter{enter}
  34. return
  35.  
  36. Numpad3::
  37. SendInput t/cla{enter}
  38. return
  39.  
  40. Numpad2::
  41. SendInput t/exit{enter}
  42. return
  43.  
  44. z::
  45. SendInput t/zoll{enter}
  46. return
  47.  
  48. Numpad7::
  49. SendInput t/Materials Get 7{enter}
  50. return
  51.  
  52. Numpad8::
  53. SendInput t/Materials deliver{enter}
  54. return
  55.  
  56. F12::
  57. Suspend Toggle
  58. SendInput t/me schaltet sein Keybinder aus/an.{enter}
  59. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement