Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lol = 50000
- basebet = balance/lol
- base = balance/lol
- base = basebet
- chance = 49.95
- nextbet = basebet
- bethigh = false
- sod = balance
- oldbalance = balance
- old = balance
- target = 50000
- lock = balance
- old = balance
- resetstats()
- function dobet()
- if (balance>=(old+(basebet))) then
- nextbet = previousbet*2
- basebet = nextbet
- base = balance/lol
- old = balance
- end
- if (balance<=(oldbalance-(basebet))) then
- nextbet = previousbet*2
- basebet = nextbet
- oldbalance = balance
- old = balance
- end
- if balance>=oldbalance then
- oldbalance = balance
- end
- if balance<oldbalance then
- old = balance
- end
- if (balance>=(lock+(base*2))) then
- nextbet = base
- basebet = base
- old = balance
- oldbalance = balance
- lock = balance
- end
- if nextbet<base then
- nextbet = base
- basebet = base
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement