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
- crud = (snow*6.9)
- soul = false
- sod = balance
- rupt = (snow*10)
- 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 ((bal-nextbet)<=(sod-rupt)) then
- nextbet = snow
- joe = snow
- upper = 6.9
- darn = 2.9
- downer = false
- soul = true
- have = sod+((math.ceil((sod-bal)/(rupt)))*(rupt))
- sod = sod+((math.ceil((sod-bal)/(rupt)))*(rupt))
- end
- if (bal>=(sod+rupt)) then
- upper = 6.9
- darn = 2.9
- soul = false
- downer = true
- have = sod+((math.floor((bal-sod)/(rupt)))*(rupt))
- sod = sod+((math.floor((bal-sod)/(rupt)))*(rupt))
- end
- if (bal>=(old+rupt)) and (bal<(old+((math.floor((bal-old)/(rupt)))*(rupt))+crud)) then
- nextbet = snow
- joe = snow
- upper = 6.9
- darn = 2.9
- soul = false
- downer = true
- have = old+((math.floor((bal-old)/(rupt)))*(rupt))
- sod = old+((math.floor((bal-old)/(rupt)))*(rupt))
- old = old+((math.floor((bal-old)/(rupt)))*(rupt))
- end
- if (bal>=(old+rupt)) and (bal==(old+((math.floor((bal-old)/(rupt)))*(rupt))+crud)) then
- nextbet = snow*2
- joe = snow*2
- upper = 6.9
- darn = 2.9
- soul = false
- downer = true
- have = old+((math.floor((bal-old)/(rupt)))*(rupt))
- sod = old+((math.floor((bal-old)/(rupt)))*(rupt))
- old = old+((math.floor((bal-old)/(rupt)))*(rupt))
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement