Advertisement
SSBBHax

Untitled

Jan 10th, 2018
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. #scrollwhendone
  2.  
  3. if monstername "giant sandworm"
  4.  
  5. if pastround 28
  6. abort
  7. endif
  8.  
  9.  
  10. while monsterhpabove 450
  11. use seal tooth
  12.  
  13. if monsterhpbelow 450
  14. call killing
  15. endif
  16.  
  17.  
  18. sub killing
  19. if hasskill lightning strike
  20. skill lightning strike
  21. endif
  22.  
  23. if hasskill shattering punch
  24. skill shattering punch
  25. endif
  26.  
  27. if hasskill fire the jokester's gun
  28. skill fire the jokester's gun
  29. endif
  30.  
  31. if hascombatitem power pill
  32. use power pill
  33. endif
  34. endsub
  35.  
  36. endwhile
  37. endif
  38.  
  39.  
  40. if monstername "eldritch tentacle"
  41.  
  42. while !pastround 10
  43. use seal tooth
  44. endwhile
  45.  
  46. while monsterhpabove 0
  47. cast saucegeyser
  48. endwhile
  49.  
  50. endif
  51.  
  52. if monstername "X-32-F Combat Training Snowman"
  53.  
  54. while !pastround 11
  55. use seal tooth
  56. endwhile
  57.  
  58. if pastround 11
  59. endif
  60.  
  61. while pastround 11
  62. skill saucegeyser
  63. endwhile
  64.  
  65. endif
  66.  
  67. if monstername "Spawn of Wally"
  68.  
  69. while !pastround 11
  70. use seal tooth
  71. endwhile
  72.  
  73. while pastround 11
  74. use handsome devil
  75. endwhile
  76.  
  77. endif
  78.  
  79. if monstername "BRICKO Ooze"
  80.  
  81. while !pastround 11
  82. use seal tooth
  83. endwhile
  84.  
  85. while pastround 11
  86. skill saucegeyser
  87. endwhile
  88.  
  89. endif
  90.  
  91. if match "Witchess"
  92.  
  93. while !pastround 11
  94. use seal tooth
  95. endwhile
  96.  
  97. while pastround 11
  98. skill saucegeyser
  99. endwhile
  100.  
  101. endif
  102.  
  103. if monstername "red butler"
  104. use louder than bomb
  105. endif
  106.  
  107. if monstername "man with the red buttons"
  108. use tennis ball
  109. endif
  110.  
  111. if monstername "red skeleton"
  112. use divine champagne popper
  113. endif
  114.  
  115. if monstername "red fox"
  116. skill snokebomb
  117. endif
  118.  
  119. if monstername "red snapper"
  120.  
  121. if pastround 28
  122. abort
  123. endif
  124.  
  125. while monsterhpabove 450
  126. use seal tooth
  127.  
  128. if monsterhpbelow 450
  129. use glark cable
  130. endif
  131.  
  132. endwhile
  133. endif
  134.  
  135. if monstername "red herring"
  136.  
  137. if pastround 28
  138. abort
  139. endif
  140.  
  141. while monsterhpabove 450
  142. use seal tooth
  143.  
  144. if monsterhpbelow 450
  145. use glark cable
  146. endif
  147.  
  148. endwhile
  149. endif
  150.  
  151. if monstername "Black Crayon Crimbo Elf"
  152.  
  153. while !pastround 11
  154. use seal tooth
  155. endwhile
  156.  
  157. while pastround 11
  158. skill saucegeyser
  159. endwhile
  160.  
  161. endif
  162.  
  163.  
  164. if monstername "Black Crayon Demon"
  165.  
  166. if hascombatitem Spooky Putty Sheet
  167. use spooky putty sheet
  168. endif
  169.  
  170. while !pastround 11
  171. use seal tooth
  172. endwhile
  173.  
  174. while pastround 11
  175. skill saucegeyser
  176. endwhile
  177.  
  178. endif
  179.  
  180. if match "LOV"
  181.  
  182. while !pastround 11
  183. use seal tooth
  184. endwhile
  185.  
  186. while pastround 11
  187. skill saucegeyser
  188. endwhile
  189.  
  190. endif
  191.  
  192. if monstername "lynyrd"
  193.  
  194. while !pastround 11
  195. use seal tooth
  196. endwhile
  197.  
  198. while pastround 11
  199. skill saucegeyser
  200. endwhile
  201.  
  202. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement