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