Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. function test1()
  2. test_counter = 0
  3. repeat
  4. -------------------------
  5.  
  6.  
  7.  
  8. E-Tense
  9.  
  10.  
  11.  
  12.  
  13. ---------------------------
  14. usleep(1000000);
  15. test_counter = test_counter +1
  16. until test_counter >= 6
  17. end
  18.  
  19.  
  20. function test2()
  21. test_counter = 0
  22. repeat
  23. -------------------------
  24.  
  25.  
  26.  
  27.  
  28. H2
  29.  
  30.  
  31.  
  32.  
  33.  
  34. ---------------------------
  35. usleep(1000000);
  36. test_counter = test_counter +1
  37. until test_counter >= 5
  38. end
  39.  
  40.  
  41. function test3()
  42. test_counter = 0
  43. repeat
  44. -------------------------
  45.  
  46.  
  47.  
  48. Jaguar
  49.  
  50.  
  51.  
  52.  
  53. ---------------------------
  54. usleep(1000000);
  55. test_counter = test_counter +1
  56. until test_counter >= 5
  57. end
  58.  
  59.  
  60. function test4()
  61. test_counter = 0
  62. repeat
  63. -------------------------
  64.  
  65.  
  66.  
  67. Chevy
  68.  
  69.  
  70.  
  71.  
  72.  
  73. ---------------------------
  74. usleep(1000000);
  75. test_counter = test_counter +1
  76. until test_counter >= 4
  77. end
  78.  
  79.  
  80. function test5()
  81. test_counter = 0
  82. repeat
  83. -------------------------
  84.  
  85.  
  86.  
  87.  
  88. Viper
  89.  
  90.  
  91.  
  92.  
  93.  
  94. ---------------------------
  95. usleep(1000000);
  96. test_counter = test_counter +1
  97. until test_counter >= 5
  98. end
  99.  
  100.  
  101. function test6()
  102. test_counter = 0
  103. repeat
  104. -------------------------
  105.  
  106.  
  107.  
  108.  
  109. P1
  110.  
  111.  
  112.  
  113.  
  114. ---------------------------
  115. usleep(1000000);
  116. test_counter = test_counter +1
  117. until test_counter >= 4
  118. end
  119.  
  120.  
  121. function test7()
  122. test_counter = 0
  123. repeat
  124. -------------------------
  125.  
  126.  
  127.  
  128. 918
  129.  
  130.  
  131.  
  132. ---------------------------
  133. usleep(1000000);
  134. test_counter = test_counter +1
  135. until test_counter >= 4
  136. end
  137.  
  138.  
  139. function test8()
  140. test_counter = 0
  141. repeat
  142. -------------------------
  143.  
  144.  
  145.  
  146. Pagani
  147.  
  148.  
  149.  
  150.  
  151. ---------------------------
  152. usleep(1000000);
  153. test_counter = test_counter +1
  154. until test_counter >= 3
  155. end
  156.  
  157.  
  158. if getColor(469, 978) == 16711764 then
  159. test1();
  160. test2();
  161. usleep(30000000)
  162. test1();
  163. test3();
  164. usleep(30000000)
  165. test1();
  166. test4();
  167. usleep(180000000)
  168. test1();
  169. test2();
  170. usleep(30000000)
  171. test1();
  172. test5();
  173. usleep(30000000)
  174. test1();
  175. test6();
  176. usleep(180000000)
  177. test1();
  178. test3();
  179. usleep(30000000)
  180. test1();
  181. test2();
  182. usleep(30000000)
  183. test1();
  184. test4();
  185. usleep(180000000)
  186. test1();
  187. test7();
  188. usleep(180000000)
  189. test1();
  190. test2();
  191. usleep(30000000)
  192. test1();
  193. test3();
  194. usleep(30000000)
  195. test1();
  196. test8();
  197.  
  198. else
  199.  
  200. usleep(1000000)
  201.  
  202. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement