Advertisement
coinwalk

snowybot supersnowzy strikes back

Jun 18th, 2022
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. bob = balance/1000
  2. ian = balance
  3. tom = false
  4. sex = true
  5. four = bob
  6. jib = 6
  7. have = balance
  8. bal = balance
  9. yall = (bob*3)
  10. chance = 49.5
  11. nextbet = bob
  12. bethigh = false
  13. target = 500
  14. resetstats()
  15.  
  16. function dobet()
  17. if (balance>(have+(four*jib))) then
  18. nextbet = four*2
  19. four = four*2
  20. sex = false
  21. jib = 6
  22. yall = (bob*3)
  23. have = balance
  24. end
  25. if ((balance<=(have-(four*3))) and (sex==false)) then
  26. nextbet = bob
  27. four = bob
  28. yall = (bob*4)
  29. sex = true
  30. jib = 5
  31. have = balance
  32. end
  33. if ((balance<=(have-yall)) and (sex==true)) then
  34. nextbet = four*2
  35. four = four*2
  36. yall = (nextbet*5)
  37. tom = true
  38. sex = true
  39. jib = 6
  40. have = balance
  41. end
  42. if ((balance>(ian+(bob*10))) or ((balance>=ian) and (tom==true))) then
  43. nextbet = bob
  44. four = bob
  45. tom = false
  46. sex = true
  47. jib = 6
  48. yall = (bob*3)
  49. have = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
  50. ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
  51. end
  52. if nextbet>=balance then
  53. stop()
  54. end
  55. if (balance>=target) then
  56. stop()
  57. end
  58. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement