coinwalk

snowybot

Aug 14th, 2021
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. cat = 2500
  2. y = balance/cat
  3. cool = balance
  4. boots = 0
  5. x = balance/cat
  6. chance = 49.95
  7. bethigh = false
  8. target = 2000
  9. nextbet = y
  10. old = balance
  11. g = false
  12. jib = false
  13. box = false
  14. olf = balance
  15. elf = balance
  16. older = balance
  17. bety = 0
  18. resetstats()
  19.  
  20.  
  21. function one()
  22. xol = math.random(1,3)
  23. if (xol==1) then
  24. myseed = math.random(7777,9999)
  25. end
  26. if (xol==2) then
  27. myseed = math.random(50000,77777)
  28. end
  29. if (xol==3) then
  30. myseed = math.random(50,99)
  31. end
  32. seedclient = (myseed)
  33. bety = bety+1
  34. if (balance>=(elf+(x*7))) then
  35. nextbet = previousbet*2
  36. x = nextbet
  37. bety = 0
  38. elf = balance
  39. end
  40. if (balance<=(olf-(x*4))) and bety>=7 then
  41. nextbet = previousbet*2
  42. x = nextbet
  43. bety = 0
  44. olf = balance
  45. end
  46. if (balance>=(old+(y*10))) then
  47. bethigh = !bethigh
  48. y = balance/cat
  49. bety = 0
  50. nextbet = y
  51. x = y
  52. olf = balance
  53. elf = balance
  54. old = balance
  55. end
  56. if nextbet<y then
  57. nextbet = y
  58. end
  59. end
  60. function two()
  61. xol = math.random(1,3)
  62. if (xol==1) then
  63. myseed = math.random(7777,9999)
  64. end
  65. if (xol==2) then
  66. myseed = math.random(50000,77777)
  67. end
  68. if (xol==3) then
  69. myseed = math.random(50,99)
  70. end
  71. seedclient = (myseed)
  72. if win then
  73. g = false
  74. end
  75. if (balance>=(elf+(x*2))) and g==false then
  76. nextbet = previousbet*2
  77. x = nextbet
  78. sick = true
  79. box = false
  80. g = true
  81. elf = balance
  82. end
  83. if (balance>=(elf+(x*2))) and g==true then
  84. nextbet = previousbet/2
  85. x = nextbet
  86. g = false
  87. sick = false
  88. elf = balance
  89. end
  90. if (balance<=(olf-(x*2))) and jib==false then
  91. nextbet = previousbet*2
  92. x = nextbet
  93. jib = true
  94. olf = balance
  95. end
  96. if (balance<=(olf-(x*2))) and jib==true then
  97. nextbet = previousbet/2
  98. x = nextbet
  99. box = true
  100. jib = false
  101. olf = balance
  102. end
  103. if !win and sick==true then
  104. nextbet = previousbet/2
  105. x = nextbet
  106. olf = balance
  107. elf = balance
  108. sick = false
  109. end
  110. if (balance<=(olf-(x*2))) and box==true then
  111. jib = false
  112. end
  113. if balance>olf then
  114. olf = balance
  115. end
  116. if balance<elf then
  117. elf = balance
  118. end
  119. if (balance>=(old+(y*3))) then
  120. y = balance/cat
  121. nextbet = y
  122. x = y
  123. sick = false
  124. jib = false
  125. box = false
  126. olf = balance
  127. elf = balance
  128. g = false
  129. old = balance
  130. end
  131. if nextbet<y then
  132. nextbet = y
  133. end
  134. end
  135. function three()
  136. bety = bety+1
  137. xol = math.random(1,3)
  138. if (xol==1) then
  139. myseed = math.random(7777,9999)
  140. end
  141. if (xol==2) then
  142. myseed = math.random(50000,77777)
  143. end
  144. if (xol==3) then
  145. myseed = math.random(50,99)
  146. end
  147. seedclient = (myseed)
  148. if (balance>=(elf+(x*7))) then
  149. nextbet = previousbet*2
  150. x = nextbet
  151. elf = balance
  152. end
  153. if (balance<=(olf-(x*4))) and bety>=7 then
  154. nextbet = previousbet*2
  155. x = nextbet
  156. olf = balance
  157. end
  158. if (balance>=(old+(y*10))) then
  159. bethigh = !bethigh
  160. y = balance/cat
  161. nextbet = y
  162. x = y
  163. olf = balance
  164. elf = balance
  165. old = balance
  166. end
  167. if nextbet<y then
  168. nextbet = y
  169. end
  170. end
  171. function dobet()
  172. xol = math.random(1,3)
  173. if (xol==1) then
  174. myseed = math.random(7777,9999)
  175. end
  176. if (xol==2) then
  177. myseed = math.random(50000,77777)
  178. end
  179. if (xol==3) then
  180. myseed = math.random(50,99)
  181. end
  182. seedclient = (myseed)
  183. mofo = math.random(1,3)
  184. if (balance>=(cool+(y*10))) then
  185. if (mofo==1) then
  186. three()
  187. end
  188. if (mofo==2) then
  189. two()
  190. end
  191. if (mofo==3) then
  192. one()
  193. end
  194. cool = balance
  195. else
  196. one()
  197. cool = balance
  198. end
  199. if balance>target then
  200. stop()
  201. end
  202. end
Add Comment
Please, Sign In to add comment