Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.95
- lol = 0
- bethigh = false
- good = 10
- slog = balance/100
- kill = balance/450
- basebet = balance/5000
- nextbet = basebet
- shit = balance/15000
- zim = 0
- los = 0
- more = balance
- tan = 3
- zix = 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 nextbet <= shit and win then
- nextbet = basebet
- end
- if (lol>0) then
- nextbet = previousbet*2
- if nextbet >= kill then
- nextbet = slog
- end
- end
- if balance > good then
- stop()
- end
- if balance >= more and win then
- nextbet = basebet
- more = balance
- end
- end
Add Comment
Please, Sign In to add comment