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