Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance=80
- base=balance
- prebet=0.0000001
- function dobet()
- if currentstreak == -3 then
- nextbet=base
- resetseed();
- end
- if win then
- nextbet=prebet
- else
- nextbet=previousbet*10
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement