Advertisement
coinwalk

Untitled

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