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