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
- chance = 49.5
- bethigh = false
- nextbet = b
- joe = (b*10)
- target = 50000
- resetstats()
- function dobet()
- if (balance<=(t-(c*3))) then
- nextbet = previousbet*2
- c = nextbet
- joe = 0
- t = balance
- end
- if (balance>t) then
- t = balance
- end
- if (balance>(h+(c*6))) then
- nextbet = previousbet*2
- c = nextbet
- i = balance
- joe = (c*2)
- h = balance
- end
- if (balance<h) then
- h = balance
- end
- if (balance>=(i+joe)) then
- nextbet = b
- c = b
- h = balance
- t = balance
- joe = (b*10)
- i = balance
- end
- if (nextbet<b) then
- nextbet = b
- c = b
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement