Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = balance/64
- nextbet = basebet
- bethigh = false
- chance = 49.95
- james = balance
- more = balance
- fim = 0
- dim = 0
- kim = 0
- rim = 0
- target = balance*6
- function dobet()
- if !win then
- fim+=1
- rim+=1
- kim+=1
- dim = 0
- end
- if win then
- dim+=1
- fim+=1
- rim+=1
- kim+=1
- end
- if (rim>5)and balance<more then
- nextbet = previousbet*2
- dim+=1
- end
- if (dim>2) then
- rim = 0
- nextbet = previousbet
- dim = 0
- end
- if nextbet<basebet then
- nextbet = basebet
- end
- if balance>more then
- nextbet = basebet
- more = balance
- james = balance
- end
- if balance>target then
- stop()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement