Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. #IfWinActive, GTA:SA:MP
  2. F5::SendInput t/m LSPD - This is an Emergency, clear the road immediately{!}{Enter}
  3. return
  4.  
  5. F1::SendInput t/m This is the LSPD, 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. ^q::SendInput t/tazer{enter}
  15. return
  16.  
  17. ^Home::
  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: JSols, 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. F12::SendInput tCan I see your license and registration, please?{enter}t/b /showlicenses Josh_S{enter}
  32. return
  33.  
  34. ^g::
  35. SendInput t/gate{Enter}
  36. Return
  37.  
  38. ^7::SendInput t/s LSPD - Hands where I can see them, now{!}{enter}t/b /handsup{enter}
  39. return
  40.  
  41. ^Enter::
  42. SendInput t/me withdraws a pair of handcuffs from his belt.{Enter}
  43. Sleep 1000
  44. SendInput t/me grabs the suspect's hands and forces them behind his back.{Enter}
  45. SendInput t/cuff{Space}
  46. Return
  47.  
  48. ^m::
  49. sendinput tYou have the right to remain silent.{enter}
  50. Sleep 3000
  51. SendInput tAnything you do or say can and will be used against you in the court of law.{enter}
  52. Sleep 3000
  53. SendInput tYou have the right to an attorney after initial processing has been completed.{enter}
  54. Sleep 3000
  55. SendInput tDo you understand these rights as I have read them? {enter}
  56. return
  57.  
  58. ^f::
  59. SendInput t/me attempts to force the suspect inside the cruiser.{enter}
  60. sleep 1000
  61. SendInput t/do Do you resist?{enter}
  62. sleep 7000
  63. SendInput t/do{space}
  64. return
  65.  
  66. !f::
  67. SendInput t/me slides his hand into his pocket and pulls out a pair of non latex gloves.{enter}
  68. Sleep 1000
  69. SendInput t/me puts them on and attempts to frisk the suspect.{enter}
  70. Sleep 500
  71. SendInput t/do Do you resist?{enter}
  72. return
  73.  
  74. ^p::
  75. SendInput t/me (un)holsters his weapon.{enter}
  76. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement