Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat = 50000
- x = balance/cat
- y = balance/cat
- k = 0
- chance = 24.975
- bob = 24.975
- nextbet = y
- bethigh = false
- target = 500000
- old = balance
- elf = balance
- j = false
- busted = 0
- bust = 0
- f = false
- olf = balance
- resetstats()
- function dobet()
- if (not win) then
- busted = busted+1
- bust = bust+1
- end
- if (busted>=4) and f==false then
- nextbet = previousbet*14
- chance = 49.95
- busted = 0
- f = true
- end
- if (bust>=10) and j==false then
- nextbet = previousbet*240
- chance = 95
- bust = 0
- j = true
- end
- if ((balance>=(olf+(x*2))) and (balance<old)) or (balance<=(elf-(x*5))) then
- nextbet = previousbet*2
- x = nextbet
- olf = balance
- elf = balance
- end
- if balance>elf then
- elf = balance
- end
- if balance<olf then
- olf = balance
- end
- if (balance>=old) then
- nextbet = y
- chance = bob
- f = false
- j = false
- x = y
- bust = 0
- busted = 0
- elf = balance
- olf = balance
- old = balance
- resethistory()
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement