Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 95
- lol = 0
- bethigh = true
- good = 1000000
- nextbet = balance/240000
- basebet = balance/240000
- zog = 0.00
- zim = 0
- zag = 0
- zol = 0
- wow = 0
- function dobet()
- if (win) then
- chance = 95
- zog += 1.00
- zag += 1
- lol = 0
- zim = 0
- wow = 0
- zol = 0
- nextbet = balance/240000
- else
- lol += 1
- zol += 1
- wow += 1
- zim +=1
- zag = 0
- end
- if (lol>0) then
- chance = 95
- nextbet = previousbet*44
- lol = 0
- end
- if (lol>1) then
- chance = 95
- nextbet = previousbet*22
- lol = 0
- end
- if (zim==2) then
- bethigh = !bethigh
- chance = 47.5
- nextbet = previousbet*2
- zim = 0
- end
- if (zol == 3) then
- chance = 47.5
- nextbet = previousbet*2
- end
- if (zol == 4) then
- bethigh = !bethigh
- chance = 95
- nextbet = previousbet*44
- zol = 0
- zim = 0
- lol = 3
- end
- if (wow == 5) then
- chance = 95
- nextbet = previousbet*22
- end
- if (wow == 6) then
- chance = 47.5
- nextbet = previousbet*2
- bethigh = !bethigh
- zol = 0
- zim = 0
- lol = 0
- end
- if (wow == 7) then
- chance = 47.5
- nextbet = previousbet*2
- wow = 0
- lol = 0
- zim = 0
- zol = 0
- end
- if (lol == 3) and win then
- lol = 0
- end
- if (zog > (math.random(0.00,5.80))) and win then
- zog = 0.00
- bethigh = !bethigh
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement