Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 19.8
- nextbet = balance/15000
- basebet = balance/15000
- max = balance/100
- super = balance/40
- bethigh=true
- lol=balance/2
- function dobet()
- if win then
- nextbet = basebet
- else
- nextbet = previousbet * 1.4
- end
- if currenstreak == -6 then
- nextbet = balance/920
- end
- if currentstreak == -22 then
- nextbet = super
- end
- if previousbet > max then
- if win then
- nextbet = basebet
- else
- nextbet = previousbet * 1.4
- end
- end
- if balance > 100000 then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement