Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat = 300
- x = balance/cat
- y = balance/cat
- k = 0
- chance = 49.95
- nextbet = x
- bethigh = true
- target = 6000
- old = balance
- ol = balance
- bob = math.random(4,32)
- myseed = 7777
- resetstats()
- function dobet()
- if (balance>=(ol+(x*7))) or (balance<=(ol-(x*4))) then
- nextbet = previousbet*2
- x = nextbet
- ol = balance
- end
- if (balance>=(old+(y*21))) then
- x = y
- nextbet = y
- ol = balance
- old = balance
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement