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