Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.95
- lol = 0
- bethigh = true
- good = 1
- nextbet = 0.00000001
- basebet = 0.00000001
- zog = 0
- zim = 0
- function dobet()
- if (win) then
- chance = 20
- zog += 1
- lol = 0
- zim = 0
- else
- lol += 1
- zim +=1
- end
- if (lol==2) then
- nextbet = previousbet*3
- bethigh = !bethigh
- end
- if (lol==3) then
- nextbet = previousbet*2
- end
- if (lol==4) then
- nextbet = previousbet*2
- end
- if zim > 4 then
- chance = 95
- nextbet = previousbet*40
- end
- if zim > 5 then
- chance = 95
- nextbet = previousbet*21
- bethigh = !bethigh
- end
- if (zog == 2) and win then
- zog = 0
- nextbet = basebet
- bethigh = !bethigh
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement