Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 83
- lol = 0
- bethigh = false
- good = 10
- basebet = balance/8000
- nextbet = basebet
- more = balance*1.1
- los = 0
- function dobet()
- if (win) then
- lol += 1
- chance = 83
- else
- lol = 0
- los +=1
- end
- if (los == 1) then
- chance = 89
- nextbet = previousbet
- los = 0
- end
- if (lol ==5) then
- chance = 83
- nextbet = previousbet*6.8
- los = 0
- lol = 0
- end
- if balance > more and win then
- more = balance*1.1
- nextbet = balance/8000
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement