Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.95
- lol = 0
- bethigh = false
- good = 100000
- basebet = balance/50000
- nextbet = basebet
- shit = balance
- zim = 0
- tan = math.random(3,4)
- function dobet()
- if (win) then
- lol = 0
- zim+=1
- else
- lol += 1
- zim = 0
- end
- if nextbet >= balance/50000 and win then
- nextbet = balance/50000
- end
- if nextbet <= balance/5000000 and win then
- nextbet = balance/50000
- end
- if (lol==1) then
- nextbet = previousbet*2
- lol = 0
- end
- if (zim>=tan) then
- nextbet = previousbet/10
- zim = 0
- tan = math.random(3,4)
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement