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