Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance=80
- base=balance/1000
- prebet=balance/1000000
- 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