Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- sample code
- chance=49.5
- bethigh=true
- basebet=balance/1280
- nextbet=basebet
- function dobet()
- if (win) then
- bethigh= !bethigh
- nextbet=balance/1280
- else
- nextbet=previousbet*2
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement