Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat = 6400
- x = balance/cat
- y = balance/cat
- k = 0
- chance = (math.random(4000,7000)/100)
- bob = (math.random(4000,7000)/100)
- nextbet = y
- bethigh = false
- target = 500000
- old = balance
- busted = 0
- f = false
- resetstats()
- function dobet()
- if (not win) then
- busted = busted+1
- end
- if (busted>=(math.random(4,6))) and f==false then
- chance = (math.random(4000,7000)/100)
- busted = 0
- f = true
- else
- nextbet = previousbet*1.018
- end
- if (balance>=old) then
- chance = bob
- f = false
- nextbet = y
- busted = 0
- old = balance
- resethistory()
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement