Advertisement
coinwalk

mega snowybot update

Oct 18th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 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. soul = false
  17. sod = balance
  18. doll = (bal-old)
  19. rupt = (snow*10)
  20. bibb = (doll/rupt)
  21. stiff = (math.floor(bibb))
  22. star = (stiff*rupt)
  23. silly = (old+star)
  24. dill = (old-bal)
  25. blibb = (dill/rupt)
  26. stifft = (math.ceil(blibb))
  27. starm = (stifft*rupt)
  28. sill = (old-starm)
  29. dolly = (bal-sod)
  30. bibbi = (doll/rupt)
  31. stuff = (math.floor(bibbi))
  32. stir = (stuff*rupt)
  33. silli = (old+stir)
  34. target = balance*2000
  35. downer = false
  36. nextbet = snow
  37. resetstats()
  38.  
  39. function dobet()
  40. if win then
  41. bal = bal+lastBet.Amount
  42. end
  43. if !win then
  44. bal = bal-lastBet.Amount
  45. end
  46. if (bal>(have+(joe*upper))) then
  47. nextbet = lastBet.Amount*2
  48. joe = lastBet.Amount*2
  49. darn = 4.9
  50. upper = 4.9
  51. have = bal
  52. end
  53. if (bal<(have-(joe*darn))) then
  54. nextbet = lastBet.Amount*2
  55. joe = lastBet.Amount*2
  56. downer = true
  57. darn = 4.9
  58. upper = 4.9
  59. have = bal
  60. end
  61. if ((bal>=old) and (downer==true)) then
  62. nextbet = snow
  63. joe = snow
  64. upper = 6.9
  65. darn = 2.9
  66. downer = false
  67. have = old
  68. sod = old
  69. end
  70. if ((balance-nextbet)<=(sod-rupt)) then
  71. dill = (sod-bal)
  72. blibb = (dill/rupt)
  73. stifft = (math.ceil(blibb))
  74. starm = (stifft*rupt)
  75. sill = (old-starm)
  76. nextbet = snow
  77. joe = snow
  78. upper = 6.9
  79. darn = 2.9
  80. downer = false
  81. soul = true
  82. have = sill
  83. sod = sill
  84. end
  85. if (bal>=(old+rupt)) then
  86. doll = (bal-old)
  87. bibb = (doll/rupt)
  88. stiff = (math.floor(bibb))
  89. star = (stiff*rupt)
  90. silly = (old+star)
  91. nextbet = snow
  92. joe = snow
  93. upper = 6.9
  94. darn = 2.9
  95. soul = false
  96. downer = true
  97. have = silly
  98. old = silly
  99. sod = silly
  100. end
  101. if (bal>=(sod+rupt)) then
  102. dolly = (bal-sod)
  103. bibbi = (doll/rupt)
  104. stuff = (math.floor(bibbi))
  105. stir = (stuff*rupt)
  106. silli = (old+stir)
  107. upper = 6.9
  108. darn = 2.9
  109. soul = false
  110. downer = true
  111. have = silly
  112. sod = silly
  113. end
  114. if (balance>=target) then
  115. stop()
  116. end
  117. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement