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