Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 26
- basebet = 0.00000001
- nextbet = 0.00000001
- bethigh = true
- losecount = 0
- function dobet()
- if (win) then
- chance = 26
- nextbet = basebet
- losecount = 0
- lol += 1
- else
- losecount += 1
- if (math.fmod(losecount,2)==0) then
- nextbet = previousbet*2
- end
- end
- if (lol==2) then
- if (bethigh==true) then bethigh=false else bethigh=true end
- lol = 0
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement