Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. #IfWinActive ahk_class Grand theft auto San Andreas
  2. SendMode Input
  3.  
  4. Numpad1::
  5. Send t/siren{enter}t/elm{enter}
  6. send t/me switches several switches on his MASTERCOM system.{enter}
  7. return
  8.  
  9. Numpad2::
  10. Send t/m **You'd see flashing lights in your mirrors, indicating you to yield to the right.**{enter}
  11. return
  12.  
  13. Numpad3::
  14. Send t/m **BULLHORN**{enter}
  15. return
  16.  
  17. Numpad4::
  18. Send t/ame **Reaches down grabbing his Glock 17 out of his duty holster bringing it to target.**{enter}
  19. return
  20.  
  21. Numpad5::
  22. Send t/ame **Quickly pulls his weapon up off it's sling bringing it to target.**{enter}
  23. return
  24.  
  25. Numpad6::
  26. Send t/ame **Reaches for a Remington 870 from the gunrack, racking it, chambering a shell.**{enter}
  27. Sleep 500
  28. Send t/gunrack take Shotgun{enter}
  29. return
  30.  
  31. Numpad7::
  32. Send t/ame **Reaches for a M4A1 from the gunrack, pulling the charging handle back.**{enter}
  33. Sleep 500
  34. Send t/gunrack take M4{enter}
  35. return
  36.  
  37. Numpad8::
  38. Send 10-1 to last 10-60, code 3. {enter}
  39. return
  40.  
  41. Numpad9::
  42. Send t/ame **Inserts a key into the back of the trunk, twisting it clockwise as she presses a button, opening it.**{enter}
  43. Sleep 500
  44. Send t/trunk open{enter}
  45. Sleep 500
  46. Send t/trunk viewguns{enter}
  47. return
  48.  
  49. Numpad0::
  50. Send t/ame **Reaches up and speaks quietly into his radio for a second.**{enter}
  51. return
  52.  
  53. NumpadDiv::
  54. Send t/me reaches up speaking into his radio for a second.{enter}
  55. Send t/r 2-Alpha 10-1 code 3 to COMM1.{enter}
  56. return
  57.  
  58. NumpadMult::
  59. Send t/me reaches up speaking into his radio for a second.{enter}
  60. Send t/r 2-Alpha 10-1 code 3 to COMM2.{enter}
  61. return
  62.  
  63. :?:t/baton::
  64. Send /ame **Reaches for the baton from her dutybelt, withdrawing it.**{enter}
  65. return
  66.  
  67. :?:t/mace::
  68. Send /ame **Reaches for the mace from her dutybelt, withdrawing it.**{enter}
  69. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement