Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- divide = 1000
- myvery = (divide/5)
- base = (balance/divide)
- target = (balance*24)
- tens = (base*10)
- sevens = (base*6.9)
- eights = (base*7.5)
- oldbalanceone = 0
- chance = 49.5
- bethigh = false
- nextbet = base
- resetstats()
- function dobet()
- if ((balance>(((math.floor(balance/tens))*tens)+sevens)) and (balance<(((math.floor(balance/tens))*tens)+eights))) and (not (balance==oldbalanceone))) then
- nextbet = previousbet*2
- oldbalanceone = balance
- end
- if ((balance<=(nextbet*myvery)) and (balance<(((math.floor(balance/tens))*tens)+sevens))) then
- nextbet = base
- oldbalanceone = 0
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement