0% found this document useful (0 votes)
219 views1 page

Chance 94

Uploaded by

restuadiprayuda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
219 views1 page

Chance 94

Uploaded by

restuadiprayuda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

chance=94

base=0.00000001
nextbet =base
bethigh =true
function dobet()
if win then
nextbet=previousbet*1
if nextbet<base then nextbet =base end
if currentstreak%5==0 then nextbet =base end
else
nextbet =previousbet*500
end
end

You might also like