Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = (balance/(math.random(50000,60000)))
- chance = 24.975
- nextbet = basebet
- bethigh = false
- snowy = 0
- target = 500000
- oldbalance = balance
- resetstats()
- function dobet()
- basebet = (balance/(math.random(50000,60000)))
- snowy+=1
- if (snowy>=(math.random(3,4))) then
- nextbet = (previousbet*(math.random(200,300)/100))
- snowy = 0
- end
- if (balance>oldbalance) and win then
- nextbet = basebet
- oldbalance = balance
- end
- if (balance>target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement