Advertisement
Guest User

Untitled

a guest
May 30th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1.  
  2.  
  3. ; Note: From now on whenever you run AutoHotkey directly, this script
  4. ; will be loaded. So feel free to customize it to suit your needs.
  5.  
  6. ; Please read the QUICK-START TUTORIAL near the top of the help file.
  7. ; It explains how to perform common automation tasks such as sending
  8. ; keystrokes and mouse clicks. It also explains more about hotkeys.
  9.  
  10. #ifwinactive, GTA:SA:MP
  11.  
  12.  
  13.  
  14.  
  15. F1::SendInput t/m LSPD EMERGENCY - MOVE OUT OF THE WAY IMMEDIATELY!{}{enter}
  16. return
  17.  
  18. !c::SendInput t/me unholsters his police-issued X26 Taser from his waist belt and charges it up.{enter}t/tazer{enter}
  19. return
  20.  
  21. !Numpad9::
  22. SendInput t/me unstraps his damaged kevlar off, throwing it in the back.{enter}
  23. Sleep 1000
  24. SendInput t/me reaches inside, pulls a kevlar vest out, slides it on, and secures the straps.{enter}
  25. return
  26.  
  27. !Numpad8::
  28. SendInput t/me reaches inside his pocket and pulls his iPhone out.{enter}
  29. sleep 2000
  30. SendInput t/me accesses his profile with his login information.{enter}t/do Username:SColbert Password:********{enter}
  31. Sleep 3000
  32. SendInput t/me accesses the fingerprint scanning application and puts the body's thumb onto the screen.{enter}t/do BEEP - SCAN SAVED{enteR}t/bomb{enter}
  33. return
  34.  
  35. ^Numpad8::
  36. SendInput t/me reaches over and plugs the iPhone USB into the Mobile Data Computer Laptop USB Port.{enter}
  37. Sleep 1500
  38. SendInput t/me loads the fingerprint scan and starts a cross-reference search.{enter}
  39. Sleep 4000
  40. SendInput t/do BEEP - MATCH FOUND{enter}
  41. return
  42.  
  43.  
  44. !o::SendInput t/me Attempts to drag the suspect into the back of the car.{enter} t/do S/F? {enter}
  45.  
  46.  
  47.  
  48. ^insert::SendInput t/me Slips on some rubber gloves{enter} t/me Then Attempts to frisks the suspect{enter} t/do S/F?{enter}
  49. return
  50.  
  51.  
  52. ^p::SendInput t/me Finds a wallet {enter} t/me Opens the wallet and finds some ID {enter} t/me Looks at the ID and inspects it. {enter}
  53. return
  54.  
  55.  
  56. F9::SendInput t/me takes out his Ticketbook and pen from his top pocket...then starts to write the ticket.{enter} t/ticket
  57. return
  58.  
  59. F5::SendInput t/m This is a warning.{enter} t/m Pull your Vehicle over.{enter} t/m Lethal force will be used if you do not comply.{enter}
  60. return
  61.  
  62. F6::SendInput t/m This is your FINAL warning.{enter}t/m Lethal force will be used if you do not comply.{enter}
  63. return
  64.  
  65. ;=================================================================
  66. !insert::
  67. SendInput t/me pulls his iPhone out of his pant pocket and access the National Crime Information Center with his{enter}t/do access information.{enter}t/do Username: SColbert, Password: *******{enter}
  68. Sleep 3000
  69. SendInput t/me brings up the search box and starts to type the given name.{enter}t/do{space}
  70. Sleep 5000
  71. SendInput t/do Searching....{enter}
  72. Sleep 3000
  73. SendInput t/do Searching...{enter}
  74. Sleep 3000
  75. SendInput t/do record found.{enter}
  76. return
  77.  
  78. !end::
  79. SendInput t/me detaches the fingerprint scanner from the MDC Laptop and plugs the USB into the laptop port.{enter}
  80. sleep 3000
  81. SendInput t/do BEEP - Device found{enter}
  82. Sleep 1000
  83. SendInput t/me attempts to grab the suspect's finger and place it on the scanner pad.{enter}t/do Success or fail? (Type /do (Your answer with a valid RP reason) ){enter}
  84. return
  85.  
  86.  
  87. ^end::
  88. SendInput t/do A bright light passes underneath the pad as scanner operates{enter}
  89. Sleep 1000
  90. SendInput t/do BEEP - Successful scan{enter}t/do Searching...{enter}
  91. Sleep 6000
  92. SendInput t/do Searching...{enter}
  93. Sleep 6000
  94. SendInput t/do Searching...{enter}
  95. Sleep 6000
  96. SendInput t/do Match Found -
  97. return
  98.  
  99. !Home::
  100. SendInput t/me reaches over and turns the Mobile Data Computer Laptop on.{enter}
  101. Sleep 5000
  102. SendInput t/me logs in with his information and brings up the National Crime Information Center.{enter}t/do Username: SColbert, Password: *********{enter}
  103. Sleep 2000
  104. SendInput t/me brings up the search box and starts to type the given name. {enter}t/do
  105. Sleep 8000
  106. SendInput t/do Searching...{enter}
  107. Sleep 3000
  108. SendInput t/do Match
  109. return
  110.  
  111. ;===============================================================================
  112.  
  113. !ScrollLock::SendInput tCan I see your license and registration, please?{enter}t/b /showlicenses Stephen_C{enter}
  114. return
  115.  
  116. ]::
  117. SendInput t/gate{Enter}
  118. Return
  119.  
  120. !x::SendInput t/s LSPD - Hands where I can see them, now{!}{enter}t/b /handsup{enter}
  121. return
  122.  
  123. !v::SendInput t/me withdraws a pair of cuffs from his belt.{enter}t/cuff
  124. return
  125.  
  126. !delete::
  127. sendinput tYou have the right to remain silent.{enter}
  128. Sleep 3000
  129. SendInput tAnything you do or say can and will be used against you in the court of law.{enter}
  130. Sleep 3000
  131. SendInput tYou have the right to an attorney after initial processing has been completed.{enter}
  132. Sleep 3000
  133. SendInput tDo you understand these rights as I have said them to you? {enter}
  134. return
  135.  
  136. F2::
  137. SendInput t/m LSPD - Pull over to the side of the road immediately.{enter}
  138. Sleep 1000
  139. SendInput t/m If you do not comply, force will be used to stop you.{enter}
  140. return
  141.  
  142. 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 my vehicle((/handsup)){enter}
  143. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement