Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 24
- base = 1500
- lol = balance/base
- nextbet = lol
- zim = 0
- bethigh = false
- zog = 0
- count = 0
- cool = balance*10
- function dobet()
- if win then
- chance = 24
- zim += 1
- zag+=1
- nextbet = lol
- zog = 0
- else
- zog += 1
- zag = 0
- end
- if (zog == 2) then
- chance = 24
- nextbet = previousbet*2
- zog = 0
- end
- if currentstreak<0 then count=currentstreak*-1 end
- end
- if (count==5) then
- nextbet = previousbet/2
- count = 0
- end
- if (currentstreak==2) then
- bethigh = !bethigh
- end
- if balance > cool then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement