Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 1600
- basebet = balance/fraction
- chance = 49.95
- nextbet = basebet
- bethigh = false
- james = balance
- target = balance*4
- bin = 0
- lol = basebet*2
- jim = basebet
- snow = balance
- william = balance
- resetstats()
- function dobet()
- if (balance>(james+(basebet*2))) then
- nextbet = previousbet*2
- end
- if !win then
- bin+=1
- end
- if (bin>=4) and balance<james then
- nextbet = previousbet*2
- bin = 0
- end
- if balance>james then
- bin = 0
- end
- if (balance>=(james+(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