Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 100
- basebet = balance/fraction
- chance = 49.95
- nextbet = basebet
- bethigh = false
- james = balance
- target = 160
- bin = 0
- lol = basebet*2
- jim = basebet
- snow = balance
- william = balance
- resetstats()
- function dobet()
- if (balance>=(james+(basebet*7))) then
- nextbet = previousbet*2
- end
- if !win then
- bin+=1
- end
- if (bin>=7) and balance<william then
- nextbet = previousbet*2
- end
- if (nextbet>=(balance-(snow+(basebet*7)))) and balance>snow then
- nextbet = basebet
- william = balance
- end
- if (balance<(snow-(basebet*3))) then
- nextbet = previousbet*2
- end
- if balance>james and (balance>=(snow+(basebet*7))) and win then
- nextbet = basebet
- bin = 0
- james = balance
- william = balance
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement