Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 19.98
- lol = 0
- bethigh = true
- good = 0.00005
- nextbet = balance/99
- basebet = balance/99
- zog = 0
- zim = 0
- zag = 0
- function dobet()
- if (win) then
- chance = 19.98
- zog += 1
- zag += 1
- lol = 0
- zim = 0
- else
- lol += 1
- zim +=1
- zag = 0
- end
- if (lol==3) then
- nextbet = previousbet*3
- lol = 0
- end
- if (zog == 2) and win then
- zog = 0
- bethigh = !bethigh
- end
- if previousbet > balance/10 and win then
- nextbet = basebet
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement