Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.95
- nextbet = (balance/1000000)
- bethigh = false
- shat = balance*1.0001
- zog = 0
- zag = 0
- shat = balance*1.0001
- function dobet()
- chance = 49.95
- if !win then
- zog+=1
- else
- zag +=1
- zog = 0
- end
- if (zog==1) then
- chance = 49.95
- nextbet = previousbet*2
- zog = 0
- end
- if (balance > shat) and win then
- shat = balance*1.0001
- nextbet = balance/1000000
- end
- if (zag==2) then
- bethigh = !bethigh
- zag = 0
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement