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/100
- basebet = balance/1000
- nextbet = basebet
- shit = balance/10000
- zim = 0
- los = 0
- more = balance
- tan = 3
- function dobet()
- if (win) then
- kim = 0
- lol = 0
- los = 0
- zim+=1
- else
- kim+=1
- los+=1
- lol += 1
- zim = 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 balance < more then
- nextbet = basebet
- 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