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 = 49.95
- nextbet = x
- bethigh = true
- target = 6000
- old = balance
- bob = math.random(4,32)
- myseed = 7777
- resetstats()
- function dobet()
- xol = math.random(1,3)
- if (xol==1) then
- myseed = math.random(7777,9999)
- end
- if (xol==2) then
- myseed = math.random(50000,77777)
- end
- if (xol==3) then
- myseed = math.random(50,99)
- end
- seedclient = (myseed)
- k = k+previousbet
- bob = math.random(14,32)
- if (k>=(x*bob)) then
- nextbet = previousbet*2
- x = nextbet
- k = 0
- end
- if balance>=old then
- y = balance/cat
- nextbet = y
- x = y
- k = 0
- old = balance
- resethistory()
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement