Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 44.4
- nextbet = balance/200000
- base = balance/200000
- bethigh = true
- target = 10000
- maxline = base*81
- multi = 2
- zog = 0
- insane = 0
- function dobet()
- if (win) then
- insane += 1
- zog = 0
- else
- zog += 1
- end
- if (math.fmod(zog,2)==0) and (zog > 0) then
- if (bethigh==true) then bethigh=false else bethigh=true end
- nextbet = previousbet*4
- end
- if nextbet > (base*16) and win then
- base = balance/200000
- nextbet = base
- insane = 0
- end
- if balance > target then
- stop()
- end
- end
Add Comment
Please, Sign In to add comment