Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- divide = 50000
- b = balance/divide
- i = balance
- t = balance
- c = balance/divide
- h = balance
- e = 0
- s = balance
- chance = 49.5
- bethigh = false
- bob = balance
- nextbet = b
- target = 50000
- resetstats()
- function dobet()
- if (balance<=(h-(c*4))) then
- nextbet = previousbet*2
- h = balance
- c = nextbet
- end
- if balance>=h then
- h = balance
- end
- if (balance>=(t+(c*7))) then
- nextbet = previousbet*2
- c = nextbet
- t = balance
- end
- if balance<=t then
- t = balance
- end
- if (balance>=i) then
- nextbet = b
- h = balance
- c = b
- t = balance
- i = balance
- e = math.random(1,2)
- if (e==2) then
- bethigh = !bethigh
- end
- end
- if (balance>=(s*2)) then
- b = balance/divide
- i = balance
- t = balance
- c = balance/divide
- h = balance
- nextbet = b
- s = balance
- e = math.random(1,2)
- if (e==2) then
- bethigh = !bethigh
- end
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement