Advertisement
Guest User

Untitled

a guest
Oct 12th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #UseHook
  2. #Include SAMP-API.ahk
  3. #SingleInstance Force
  4. #NoEnv
  5.  
  6. t::
  7. Suspend On
  8. SendInput t
  9. Hotkey, Enter, On
  10. Hotkey, Escape, On
  11. Hotkey, t, Off
  12. return
  13.  
  14. NumpadEnter::
  15. Enter::
  16. Suspend Permit
  17. Suspend Off
  18. SendInput {Enter}
  19. Hotkey, t, On
  20. Hotkey, Enter, Off
  21. Hotkey, Escape, Off
  22. return
  23.  
  24. Escape::
  25. Suspend Permit
  26. Suspend Off
  27. SendInput {Escape}
  28. Hotkey, t, On
  29. Hotkey, Enter, Off
  30. Hotkey, Escape, Off
  31. return
  32.  
  33. #IfWinActive, GTA:SA:MP
  34. {
  35. M::
  36. Msg:= "Tobi ist ein geiler Typ"
  37. AddChatMessage("Wer ist ein geiler Typ?" Msg)
  38. }
  39. return
  40.  
  41.  
  42.  
  43. Numpad1::
  44. SendInput tHALLO {enter}
  45. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement