Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.95
- lol = 0
- bethigh = false
- good = 20000
- basebet = balance/500
- nextbet = basebet
- zog = 0
- zim = 0
- zag = 0
- shit = balance*1.0001
- function dobet()
- if (win) then
- chance = 49.95
- zog += 1
- zag += 1
- lol = 0
- zim = 0
- else
- lol += 1
- zim +=1
- zag = 0
- end
- if (currentstreak==7) then
- bethigh = !bethigh
- end
- if (currentstreak==-5) then
- bethigh = !bethigh
- end
- if (lol==2) then
- nextbet = previousbet*4
- lol = 0
- end
- if balance > shit and win then
- nextbet = balance/500
- shit = balance*1.0001
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement