Advertisement
SSBBHax

Current Macros: Yes

Jan 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1.  
  2. scrollwhendone
  3.  
  4. while !pastround 28
  5.  
  6. if !haseffect 873
  7. abort "WE DEAD PROBABLY"
  8. endif
  9.  
  10. while match "chases around tiny insects"
  11. abort Need to feed the chameleon another choker
  12. endwhile
  13. while match "suns herself on a nearby rock"
  14. abort Need to feed the chameleon another choker
  15. endwhile
  16. while match "blinks lazily at you"
  17. abort Need to feed the chameleon another choker
  18. endwhile
  19.  
  20.  
  21. if monstername "giant sandworm"
  22.  
  23.  
  24. while monsterhpabove 450
  25. use seal tooth
  26.  
  27. if match "chases around tiny insects"
  28. abort Need to feed the chameleon another choker
  29. endif
  30. if match "suns herself on a nearby rock"
  31. abort Need to feed the chameleon another choker
  32. endif
  33. if match "blinks lazily at you"
  34. abort Need to feed the chameleon another choker
  35. endif
  36. if monsterhpbelow 450
  37. call killing
  38. endif
  39.  
  40.  
  41. sub killing
  42. if hasskill lightning strike
  43. skill lightning strike
  44. endif
  45.  
  46. if hasskill shattering punch
  47. skill shattering punch
  48. endif
  49.  
  50. if hasskill fire the jokester's gun
  51. skill fire the jokester's gun
  52. endif
  53.  
  54. if hasskill gingerbread mob hit
  55. skill gingerbread mob hit
  56. endif
  57.  
  58. if hascombatitem power pill
  59. use power pill
  60. endif
  61. endsub
  62.  
  63. endwhile
  64. endif
  65.  
  66.  
  67. if monstername "eldritch tentacle"
  68.  
  69. while !pastround 10
  70. use seal tooth
  71. if match "chases around tiny insects"
  72. abort Need to feed the chameleon another choker
  73. endif
  74. if match "suns herself on a nearby rock"
  75. abort Need to feed the chameleon another choker
  76. endif
  77. if match "blinks lazily at you"
  78. abort Need to feed the chameleon another choker
  79. endif
  80. endwhile
  81.  
  82. while monsterhpabove 0
  83. cast saucegeyser
  84. endwhile
  85.  
  86. endif
  87.  
  88. if monstername "X-32-F Combat Training Snowman"
  89.  
  90. while !pastround 11
  91. use seal tooth
  92. if match "chases around tiny insects"
  93. abort Need to feed the chameleon another choker
  94. endif
  95. if match "suns herself on a nearby rock"
  96. abort Need to feed the chameleon another choker
  97. endif
  98. if match "blinks lazily at you"
  99. abort Need to feed the chameleon another choker
  100. endif
  101. endwhile
  102.  
  103. if pastround 11
  104. endif
  105.  
  106. while pastround 11
  107. skill saucegeyser
  108. endwhile
  109.  
  110. endif
  111.  
  112. if monstername "Spawn of Wally"
  113.  
  114. while !pastround 11
  115. use seal tooth
  116. if match "chases around tiny insects"
  117. abort Need to feed the chameleon another choker
  118. endif
  119. if match "suns herself on a nearby rock"
  120. abort Need to feed the chameleon another choker
  121. endif
  122. if match "blinks lazily at you"
  123. abort Need to feed the chameleon another choker
  124. endif
  125. endwhile
  126.  
  127. while pastround 11
  128. use handsome devil
  129. endwhile
  130.  
  131. endif
  132.  
  133. if monstername "BRICKO Ooze"
  134.  
  135. while !pastround 11
  136. use seal tooth
  137. if match "chases around tiny insects"
  138. abort Need to feed the chameleon another choker
  139. endif
  140. if match "suns herself on a nearby rock"
  141. abort Need to feed the chameleon another choker
  142. endif
  143. if match "blinks lazily at you"
  144. abort Need to feed the chameleon another choker
  145. endif
  146. endwhile
  147.  
  148. while pastround 11
  149. skill saucegeyser
  150. endwhile
  151.  
  152. endif
  153.  
  154. if match "Witchess"
  155.  
  156. while !pastround 11
  157. use seal tooth
  158. if match "chases around tiny insects"
  159. abort Need to feed the chameleon another choker
  160. endif
  161. if match "suns herself on a nearby rock"
  162. abort Need to feed the chameleon another choker
  163. endif
  164. if match "blinks lazily at you"
  165. abort Need to feed the chameleon another choker
  166. endif
  167. endwhile
  168.  
  169. while pastround 11
  170. skill saucegeyser
  171. endwhile
  172.  
  173. endif
  174.  
  175. if monstername "red butler"
  176. use louder than bomb
  177. endif
  178.  
  179. if monstername "man with the red buttons"
  180. use tennis ball
  181. endif
  182.  
  183. if monstername "red skeleton"
  184. use divine champagne popper
  185. endif
  186.  
  187. if monstername "red fox"
  188. skill snokebomb
  189. endif
  190.  
  191. if monstername "red snapper"
  192.  
  193. if pastround 28
  194. abort Round limit almost reached.
  195. endif
  196.  
  197. while monsterhpabove 450
  198. use seal tooth
  199. if match "chases around tiny insects"
  200. abort Need to feed the chameleon another choker
  201. endif
  202. if match "suns herself on a nearby rock"
  203. abort Need to feed the chameleon another choker
  204. endif
  205. if match "blinks lazily at you"
  206. abort Need to feed the chameleon another choker
  207. endif
  208.  
  209. if monsterhpbelow 450
  210. use glark cable
  211. endif
  212.  
  213. endwhile
  214. endif
  215.  
  216. if monstername "red herring"
  217.  
  218. if pastround 28
  219. abort Round limit almost reached.
  220. endif
  221.  
  222. while monsterhpabove 450
  223. use seal tooth
  224. if match "chases around tiny insects"
  225. abort Need to feed the chameleon another choker
  226. endif
  227. if match "suns herself on a nearby rock"
  228. abort Need to feed the chameleon another choker
  229. endif
  230. if match "blinks lazily at you"
  231. abort Need to feed the chameleon another choker
  232. endif
  233.  
  234. if monsterhpbelow 450
  235. use glark cable
  236. endif
  237.  
  238. endwhile
  239. endif
  240.  
  241. if monstername "Black Crayon Crimbo Elf"
  242.  
  243. while !pastround 11
  244. use seal tooth
  245. if match "chases around tiny insects"
  246. abort Need to feed the chameleon another choker
  247. endif
  248. if match "suns herself on a nearby rock"
  249. abort Need to feed the chameleon another choker
  250. endif
  251. if match "blinks lazily at you"
  252. abort Need to feed the chameleon another choker
  253. endif
  254. endwhile
  255.  
  256. while pastround 11
  257. skill saucegeyser
  258. endwhile
  259.  
  260. endif
  261.  
  262.  
  263. if monstername "Black Crayon Demon"
  264.  
  265. if hascombatitem Spooky Putty Sheet
  266. use spooky putty sheet
  267.  
  268. endif
  269.  
  270. while !pastround 11
  271. use seal tooth
  272. endwhile
  273.  
  274. while pastround 11
  275. skill saucegeyser
  276. endwhile
  277.  
  278. endif
  279.  
  280. if match "LOV"
  281.  
  282. while !pastround 11
  283. use seal tooth
  284. endwhile
  285.  
  286. while pastround 11
  287. skill saucegeyser
  288. endwhile
  289.  
  290. endif
  291.  
  292. if match "lynyrd"
  293.  
  294. while !pastround 11
  295. use seal tooth
  296. if match "chases around tiny insects"
  297. abort Need to feed the chameleon another choker
  298. endif
  299. if match "suns herself on a nearby rock"
  300. abort Need to feed the chameleon another choker
  301. endif
  302. if match "blinks lazily at you"
  303. abort Need to feed the chameleon another choker
  304. endif
  305. endwhile
  306.  
  307. while pastround 11
  308. skill saucegeyser
  309. endwhile
  310.  
  311. endif
  312.  
  313. if monstername "pygmy bowler"
  314. use louder than bomb
  315. endif
  316.  
  317. if monstername "pygmy janitor"
  318. use divine champagne popper
  319. endif
  320.  
  321. if match orderlies
  322. use tennis ball
  323. endif
  324.  
  325. endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement