Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance=49
- base=0.000010
- prebet=0.00000010
- function dobet()
- r=math.random(2)
- if r == 1 then
- bethigh=true
- else
- bethigh=false
- end
- if win then
- nextbet=prebet
- else
- nextbet=previousbet*2
- end
- if currentstreak == -5 then
- resetseed();
- end
- if currentstreak == 8 then
- nextbet=base
- resetseed();
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement