Advertisement
Guest User

AHK Launchcodes xDDD

a guest
Jun 20th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REBOL 4.03 KB | None | 0 0
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn  ; Enable warnings to assist with detecting common errors.
  3. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  5.  
  6. numpad1::
  7. click 145 300
  8. sleep 100
  9. send I go hard in the muthafuckin' paint nigga
  10. sleep 100
  11. send {enter}
  12. send Leave you stankin' nigga, what the fuck you thinkin' nigga?
  13. sleep 100
  14. send {enter}
  15. send I won't die for this shit or what the fuck I say
  16. sleep 100
  17. send {enter}
  18. send Front yard broad day with the SK
  19. sleep 100
  20. send {enter}
  21. send See Gucci? That's my muthafuckin' nigga
  22. sleep 100
  23. send {enter}
  24. send I hang in the Dale with them hit squad killers
  25. sleep 100
  26. send {enter}
  27. send Waka Flocka Flame, one hood-ass nigga
  28. sleep 100
  29. send {enter}
  30. send Ridin' real slow bendin' corners, my nigga
  31. sleep 100
  32. send {enter}
  33.  
  34.  
  35. sleep 1000
  36.  
  37.  
  38.  
  39. send A couple girlfriends, I'm so hood rich
  40. sleep 100
  41. send {enter}
  42. send Keep my Dick hard, and keep me smokin'
  43. sleep 100
  44. send {enter}
  45. send You'll get bills free shorty, no jokin'
  46. sleep 100
  47. send {enter}
  48. send Ay what I stand for? Dick Squad
  49. sleep 100
  50. send {enter}
  51. send I'mma die for this shorty man I swear to God
  52. sleep 100
  53. send {enter}
  54. send In the trap with some killers and some hood niggas
  55. sleep 100
  56. send {enter}
  57. send Where you at? Where your trap? You ain't hood, nigga
  58. sleep 100
  59. send {enter}
  60. send Keep this shit 300, put that shit on my hood
  61. sleep 100
  62. send {enter}
  63. send Crips fuckin' with me, Gs and the Vice Lords
  64. sleep 100
  65. send {enter}
  66. send Eses and amigos freestyle off the dome
  67. sleep 100
  68. send {enter}
  69. send Dick Squad, Waka Flocka Flame is fuckin' on!
  70. sleep 100
  71. send {enter}
  72.  
  73. sleep 1000
  74.  
  75. send I go hard in the muthafuckin' paint nigga
  76. sleep 100
  77. send {enter}
  78. send Leave you stankin' nigga, what the fuck you thinkin' nigga?
  79. sleep 100
  80. send {enter}
  81. send I won't die for this shit or what the fuck I say
  82. sleep 100
  83. send {enter}
  84. send Front yard broad day with the SK
  85. sleep 100
  86. send {enter}
  87. send See Gucci? That's my muthafuckin' nigga
  88. sleep 100
  89. send {enter}
  90. send I hang in the Dale with them hit squad killers
  91. sleep 100
  92. send {enter}
  93. send Waka Flocka Flame, one hood-ass nigga
  94. sleep 100
  95. send {enter}
  96. send Ridin' real slow bendin' corners, my nigga
  97. sleep 100
  98. send {enter}
  99.  
  100. sleep 1000
  101.  
  102. send What's up pussy nigga? What's up fuck nigga?
  103. sleep 100
  104. send {enter}
  105. send I got on that nigga, make your momma's momma get ya
  106. sleep 100
  107. send {enter}
  108. send Hope you got your killers with ya, hope you got your niggas with ya
  109. sleep 100
  110. send {enter}
  111. send Hope your goons ridin' with ya, they gon' fuckin' miss you, nigga
  112. sleep 100
  113. send {enter}
  114. send Nigga with a attitude like Eaze and Cube
  115. sleep 100
  116. send {enter}
  117. send send When my little brother died I said fuck school
  118. sleep 100
  119. send {enter}
  120. send I picked the burner up and I got some marijuana
  121. sleep 100
  122. send {enter}
  123. send Two years later screamin' "Here, Your Honor!"
  124. sleep 100
  125. send {enter}
  126. send Glock 9 to SK if you want to beef
  127. sleep 100
  128. send {enter}
  129. send Shorty point blank range I put your ass to sleep
  130. sleep 100
  131. send {enter}
  132. send Shorty talk is cheap, so watch what ya say
  133. sleep 100
  134. send {enter}
  135. send Broad day in the air like this shit is legal
  136. sleep 100
  137. send {enter}
  138.  
  139. sleep 1000
  140.  
  141.  
  142. send I go hard in the muthafuckin' paint nigga
  143. sleep 100
  144. send {enter}
  145. send Leave you stankin' nigga, what the fuck you thinkin' nigga?
  146. sleep 100
  147. send {enter}
  148. send I won't die for this shit or what the fuck I say
  149. sleep 100
  150. send {enter}
  151. send Front yard broad day with the SK
  152. sleep 100
  153. send {enter}
  154. send See Gucci? That's my muthafuckin' nigga
  155. sleep 100
  156. send {enter}
  157. send I hang in the Dale with them hit squad killers
  158. sleep 100
  159. send {enter}
  160. send Waka Flocka Flame, one hood-ass nigga
  161. sleep 100
  162. send {enter}
  163. send Ridin' real slow bendin' corners, my nigga
  164. sleep 100
  165. send {enter}
  166.  
  167. sleep 500
  168. send And that is why I go hard in the paint pal!
  169. sleep 100
  170. send {enter}
  171. return
  172.  
  173.  
  174.  
  175. numpad0::reload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement