Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- b = balance/50000
- i = balance
- t = balance
- c = b
- h = balance
- y = balance
- chance = 49.5
- bethigh = false
- bob = balance
- nextbet = b
- joe = (b*10)
- target = (balance*2000)
- resetstats()
- function dobet()
- if ((balance<=(t-(c*3))) and (balance<i)) then
- nextbet = previousbet*2
- c = nextbet
- joe = 0
- t = balance
- h = balance
- end
- if (balance<=h) then
- h = balance
- end
- if (balance>(h+(c*6))) then
- nextbet = c*2
- c = nextbet
- h = balance
- i = balance
- joe = (c*2)
- end
- if (balance>=t) then
- t = balance
- end
- if (balance>=(i+joe)) then
- nextbet = previousbet/2
- c = nextbet
- h = balance
- t = balance
- i = balance
- joe = (b*10)
- end
- if (balance>=(y+(b*10))) then
- nextbet = b
- c = b
- h = balance
- t = balance
- i = balance
- joe = (b*10)
- y = balance
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement