Advertisement
Guest User

Untitled

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