Advertisement
Guest User

Untitled

a guest
Sep 28th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. F3::SendInput t/m LSPD - This is an Emergency, clear the road immediately{!}{Enter}
  2. return
  3.  
  4. F1::SendInput t/m This is the LSPD, pull over to the right side of the road.{enter}t/m Lethal force will be deployed if you do not comply.{enter}
  5. return
  6.  
  7. F2::SendInput t/m This is your final warning.{enter}t/m Lethal force will be deployed if you do not comply.{enter}
  8. return
  9.  
  10. F4::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}
  11. return
  12.  
  13. !t::SendInput t/tazer{enter}
  14. return
  15.  
  16. !l::SendInput tCan I see your license and registration, please?{enter}t/b /showlicenses ID{enter}
  17. return
  18.  
  19. ^g::
  20. SendInput t/gate{Enter}
  21. Return
  22.  
  23. NumpadDot::SendInput t/s LSPD - Hands where I can see them, now{!}{enter}t/b /handsup{enter}
  24. return
  25.  
  26. !NumpadEnter::
  27. SendInput t/me withdraws a pair of handcuffs from his belt.{Enter}
  28. Sleep 1000
  29. SendInput t/me grabs the suspect's hands and forces them behind his back.{Enter}
  30. SendInput t/cuff{Space}
  31. Return
  32.  
  33. !m::
  34. sendinput tYou have the right to remain silent.{enter}
  35. Sleep 3000
  36. SendInput tAnything you do or say can and will be used against you in the court of law.{enter}
  37. Sleep 3000
  38. SendInput tYou have the right to an attorney after initial processing has been completed.{enter}
  39. Sleep 3000
  40. SendInput tDo you understand these rights as I have read them? {enter}
  41. return
  42.  
  43. !Numpad9::
  44. SendInput t/me unstraps his damaged kevlar off, throwing it in the back.{enter}
  45. Sleep 4000
  46. SendInput t/me reaches inside, pulls a kevlar vest out, slides it on, and secures the straps.{enter}
  47. return
  48.  
  49. !Numpad1::SendInput t/nos{enter}
  50. return
  51.  
  52. !Numpad2::SendInput t/fix{enter}
  53. return
  54.  
  55. !Numpad4::SendInput t/vcheck{enter}
  56. return
  57.  
  58. !Numpad5::SendInput t/me peers through the window and looks at the vehicles' license plate.{enter}
  59. return
  60.  
  61. ^c::
  62. SendInput t/car engine{enter}
  63. SendInput t/me places/removes the key in ignition and rotates it.{enter}
  64. SendInput t/do Clock-Wise
  65. return
  66.  
  67. F11::
  68. SendInput t/me attempts to force the suspect inside the cruiser.{enter}
  69. sleep 1000
  70. SendInput t/do Do you resist?{enter}
  71. sleep 7000
  72. SendInput t/do{space}
  73. return
  74.  
  75. !f::
  76. SendInput t/me slides his hand into his pocket and pulls out a pair of non latex gloves.{enter}
  77. Sleep 1000
  78. SendInput t/me puts them on and attempts to frisk the suspect.{enter}
  79. Sleep 500
  80. SendInput t/do Do you resist?{enter}
  81. return
  82.  
  83.  
  84.  
  85. !o::
  86. sendinput t/me Opens the door and steps out/inside{enter}
  87. sendinput t/enter{enter}
  88. sendinput t/exit{enter}
  89. return
  90.  
  91. !p::
  92. Sendinput t/me Takes the Cruiser's Laptop{enter}
  93. sleep 1000
  94. Sendinput t/me Starts typing{enter}
  95. sleep 1000
  96. Sendinput t/Do Username: Frank Cross. Password: ********{enter}
  97. sleep 1000
  98. Sendinput t/Do Thanks for Logging In.{enter}
  99. sleep 1000
  100. Sendinput t/Do ** Clicks ** On Civilian Information{enter}
  101. sleep 1000
  102. Sendinput t/Do
  103. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement