Advertisement
Guest User

Untitled

a guest
Oct 6th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. #IfWinActive, GTA:SA:MP
  2. F5::SendInput t/s SFPD - Hands where i can see them, now{!}{Enter}
  3. return
  4.  
  5. F1::SendInput t/m This is the SFPD, pull over.{enter}t/m Lethal force will be deployed if you do not comply.{enter}
  6. return
  7.  
  8. F2::SendInput t/m This is your final warning.{enter}t/m Lethal force will be deployed if you do not comply.{enter}
  9. return
  10.  
  11. F3::SendInput t/m Turn your engine off and stand in front of my vehicle with your{enter}t/m hands up, facing away from the vehicle((/handsup)){enter}
  12. return
  13.  
  14. Numpad8::SendInput t/tazer{enter}
  15. return
  16.  
  17. Numpad1::
  18. SendInput t/me flips open his MDC and turns it on.{enter}
  19. Sleep 5000
  20. SendInput t/me logs in with his information.{enter}t/do Username: DHarm, Password: *********{enter}
  21. Sleep 2000
  22. SendInput t/me brings up the search box and starts to type the given name. {enter}
  23. Sleep 4000
  24. SendInput t/do Searching...{enter}
  25. Sleep 3000
  26. SendInput t/do Searching...{enter}
  27. Sleep 3000
  28. SendInput t/do{space}
  29. return
  30.  
  31.  
  32.  
  33. Numpad5::
  34. SendInput t/gate{Enter}
  35. Return
  36.  
  37.  
  38. Numpad6::
  39. SendInput t/me withdraws a pair of handcuffs from his belt.{Enter}
  40. Sleep 1000
  41. SendInput t/me grabs the suspect's hands and forces them behind his back.{Enter}
  42. SendInput t/cuff{Space}
  43. Return
  44.  
  45. NumpadSub::
  46. sendinput tYou have the right to remain silent.{enter}
  47. Sleep 3000
  48. SendInput tAnything you do or say can and will be used against you in the court of law.{enter}
  49. Sleep 3000
  50. SendInput tYou have the right to an attorney after initial processing has been completed.{enter}
  51. Sleep 3000
  52. SendInput tDo you understand these rights as I have read them? {enter}
  53. return
  54.  
  55.  
  56. Home::SendInput t/nos{enter}
  57. return
  58.  
  59.  
  60.  
  61.  
  62. NumpadDiv::
  63. SendInput t/me slides his hand into his pocket and pulls out a pair of non latex gloves.{enter}
  64. Sleep 1000
  65. SendInput t/me puts them on and attempts to frisk the suspect.{enter}
  66. Sleep 500
  67. SendInput t/do Do you resist?{enter}
  68. return
  69.  
  70. Numpad0::
  71. SendInput t/me (un)holsters his weapon.{enter}
  72. return
  73.  
  74. Numpad4::
  75. SendInput t/backup{enter}
  76. SendInput t/me takes out his radio and presses the "backup" button.{enter}
  77. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement