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