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