Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 24.975
- nextbet = prebet
- prebet = balance/1000
- losecount = 0
- function dobet()
- if win then
- prebet = balance/1000
- nextbet = prebet
- if (bethigh ==true) then bethigh=false else bethigh=true end
- losecount = 0
- else
- losecount += 1
- if math.fmod(losecount,2)==0 and (losecount >= 4) then
- nextbet = previousbet*2
- end
- if (currentstreak ==-22) then
- resetseed();--this has no effect on 999dice since 999dice uses a per bet based seed.
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement