Advertisement
coinwalk

mega snowybot update

Oct 18th, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. --so crazy you'll win
  2. --made by James William Snow
  3. --MEGA SNOWY BOT WITH CRAZY BOT TECHNOLOGY
  4. bal = balance
  5. snow = 0.0001
  6. joe = snow
  7. beem = 0
  8. bethigh = false
  9. chance = 49.5
  10. have = balance
  11. old = balance
  12. seems = balance
  13. darn = 2.9
  14. upper = 6.9
  15. big = 10
  16. crud = (snow*6.9)
  17. soul = false
  18. sod = balance
  19. rupt = (snow*10)
  20. target = balance*2000
  21. downer = false
  22. nextbet = snow
  23. resetstats()
  24.  
  25. function dobet()
  26. if win then
  27. bal = bal+lastBet.Amount
  28. end
  29. if !win then
  30. bal = bal-lastBet.Amount
  31. end
  32. if (bal>(have+(joe*upper))) then
  33. nextbet = lastBet.Amount*2
  34. joe = lastBet.Amount*2
  35. darn = 4.9
  36. upper = 4.9
  37. have = bal
  38. end
  39. if (bal<(have-(joe*darn))) then
  40. nextbet = lastBet.Amount*2
  41. joe = lastBet.Amount*2
  42. downer = true
  43. darn = 4.9
  44. upper = 4.9
  45. have = bal
  46. end
  47. if ((bal>=old) and (downer==true)) then
  48. nextbet = snow
  49. joe = snow
  50. upper = 6.9
  51. darn = 2.9
  52. downer = false
  53. have = old
  54. sod = old
  55. end
  56. if ((bal-nextbet)<=(sod-rupt)) then
  57. nextbet = snow
  58. joe = snow
  59. upper = 6.9
  60. darn = 2.9
  61. downer = false
  62. soul = true
  63. have = sod-((math.ceil((sod-bal)/(rupt)))*(rupt))
  64. sod = sod-((math.ceil((sod-bal)/(rupt)))*(rupt))
  65. end
  66. if (bal>=(sod+rupt)) then
  67. upper = 6.9
  68. darn = 2.9
  69. soul = false
  70. downer = true
  71. have = sod+((math.floor((bal-sod)/(rupt)))*(rupt))
  72. sod = sod+((math.floor((bal-sod)/(rupt)))*(rupt))
  73. end
  74. if (bal>=(old+rupt)) and (bal<(old+((math.floor((bal-old)/(rupt)))*(rupt))+crud)) then
  75. nextbet = snow
  76. joe = snow
  77. upper = 6.9
  78. darn = 2.9
  79. soul = false
  80. downer = true
  81. have = old+((math.floor((bal-old)/(rupt)))*(rupt))
  82. sod = old+((math.floor((bal-old)/(rupt)))*(rupt))
  83. old = old+((math.floor((bal-old)/(rupt)))*(rupt))
  84. end
  85. if (bal>=(old+rupt)) and (bal==(old+((math.floor((bal-old)/(rupt)))*(rupt))+crud)) then
  86. nextbet = snow*2
  87. joe = snow*2
  88. upper = 6.9
  89. darn = 2.9
  90. soul = false
  91. downer = true
  92. have = old+((math.floor((bal-old)/(rupt)))*(rupt))
  93. sod = old+((math.floor((bal-old)/(rupt)))*(rupt))
  94. old = old+((math.floor((bal-old)/(rupt)))*(rupt))
  95. end
  96. if (balance>=target) then
  97. stop()
  98. end
  99. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement