Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- b = (balance/32)
- i = balance
- t = false
- c = 3
- h = 0
- y = balance
- chance = 49.5
- nextbet = b
- bethigh = false
- e = false
- j = 0
- target = 500
- resetstats()
- function dobet()
- if win then
- h = h+1
- j = j-1
- else
- h = h-1
- j = j+1
- end
- if (h>6) then
- nextbet = previousbet*2
- h = 0
- j = 0
- s = true
- e = true
- end
- if ((h>2) and (s==true)) then
- nextbet = b
- h = 0
- j = 0
- s = false
- e = false
- end
- if (j>4) then
- nextbet = previousbet*2
- h = 0
- j = 0
- s = false
- t = true
- end
- if ((j>2) and (e==true)) then
- nextbet = b
- h = 1-2
- j = 1-2
- s = false
- e = false
- end
- if ((balance>(i+(b*10))) or ((balance>=i) and (t==true))) then
- h = 0
- nextbet = b
- j = 0
- s = false
- t = false
- e = false
- i = i+((math.floor((balance-i)/(b*10)))*(b*10))
- y = i
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement