Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- snow = balance/1000
- joe = snow
- bethigh = false
- chance = 49.5
- have = balance
- old = balance
- darn = 2.9
- upper = 6.9
- older = balance
- crud = (snow*7)
- rupt = (snow*10)
- downer = false
- nextbet = snow
- resetstats()
- function dobet()
- if ((balance>(have+(joe*upper))) and (balance<old)) then
- nextbet = lastBet.Amount*2
- joe = lastBet.Amount*2
- upper = 4.9
- have = balance
- end
- if ((balance>(have+(joe*upper))) and (balance>=old)) then
- nextbet = lastBet.Amount*2
- joe = lastBet.Amount*2
- upper = 4.9
- darn = 9.9
- downer = false
- have = balance
- end
- if (balance<(have-(snow*darn))) then
- nextbet = lastBet.Amount*2
- joe = lastBet.Amount*2
- darn = darn+10
- upper = 10
- downer = true
- have = balance
- end
- if ((balance>=old) and (downer==true) and (balance<(old+(crud)))) then
- downer = false
- have = old
- old = old
- darn = 2.9
- upper = 6.9
- nextbet = snow
- joe = snow
- end
- if ((balance>=old) and (downer==true) and (balance>=(old+(crud)))) then
- downer = false
- have = old
- old = old
- darn = 2.9
- upper = 6.9
- nextbet = snow*2
- joe = snow*2
- end
- if ((balance>(old+rupt)) and (balance<(old+((math.floor((balance-old)/(rupt)))*(rupt))+crud))) then
- downer = false
- have = old+((math.floor((balance-old)/(rupt)))*(rupt))
- old = old+((math.floor((balance-old)/(rupt)))*(rupt))
- darn = 2.9
- upper = 6.9
- nextbet = snow
- joe = snow
- end
- if ((balance>(old+rupt)) and (balance>=(old+((math.floor((balance-old)/(rupt)))*(rupt))+crud))) then
- downer = false
- have = old+((math.floor((balance-old)/(rupt)))*(rupt))
- old = old+((math.floor((balance-old)/(rupt)))*(rupt))
- darn = 2.9
- upper = 6.9
- nextbet = snow*2
- joe = snow*2
- end
- if (balance>=4.5) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement