Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --so crazy you'll win
- --made by James William Snow
- --MEGA SNOWY BOT WITH CRAZY BOT TECHNOLOGY
- bal = balance
- snow = 0.0001
- joe = snow
- beem = 0
- bethigh = false
- chance = 49.5
- have = balance
- old = balance
- seems = balance
- darn = 2.9
- upper = 6.9
- big = 10
- soul = false
- sod = balance
- doll = (bal-old)
- rupt = (snow*10)
- bibb = (doll/rupt)
- stiff = (math.floor(bibb))
- star = (stiff*rupt)
- silly = (old+star)
- dill = (old-bal)
- blibb = (dill/rupt)
- stifft = (math.ceil(blibb))
- starm = (stifft*rupt)
- sill = (old-starm)
- dolly = (bal-sod)
- bibbi = (doll/rupt)
- stuff = (math.floor(bibbi))
- stir = (stuff*rupt)
- silli = (old+stir)
- target = balance*2000
- downer = false
- nextbet = snow
- resetstats()
- function dobet()
- if win then
- bal = bal+lastBet.Amount
- end
- if !win then
- bal = bal-lastBet.Amount
- end
- if (bal>(have+(joe*upper))) then
- nextbet = lastBet.Amount*2
- joe = lastBet.Amount*2
- darn = 4.9
- upper = 4.9
- have = bal
- end
- if (bal<(have-(joe*darn))) then
- nextbet = lastBet.Amount*2
- joe = lastBet.Amount*2
- downer = true
- darn = 4.9
- upper = 4.9
- have = bal
- end
- if ((bal>=old) and (downer==true)) then
- nextbet = snow
- joe = snow
- upper = 6.9
- darn = 2.9
- downer = false
- have = old
- sod = old
- end
- if ((balance-nextbet)<=(sod-rupt)) then
- dill = (sod-bal)
- blibb = (dill/rupt)
- stifft = (math.ceil(blibb))
- starm = (stifft*rupt)
- sill = (old-starm)
- nextbet = snow
- joe = snow
- upper = 6.9
- darn = 2.9
- downer = false
- soul = true
- have = sill
- sod = sill
- end
- if (bal>=(old+rupt)) then
- doll = (bal-old)
- bibb = (doll/rupt)
- stiff = (math.floor(bibb))
- star = (stiff*rupt)
- silly = (old+star)
- nextbet = snow
- joe = snow
- upper = 6.9
- darn = 2.9
- soul = false
- downer = true
- have = silly
- old = silly
- sod = silly
- end
- if (bal>=(sod+rupt)) then
- dolly = (bal-sod)
- bibbi = (doll/rupt)
- stuff = (math.floor(bibbi))
- stir = (stuff*rupt)
- silli = (old+stir)
- upper = 6.9
- darn = 2.9
- soul = false
- downer = true
- have = silly
- sod = silly
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement