Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- b = balance/100
- ian = balance
- t = balance
- c = b
- h = balance
- f = false
- chance = 49.5
- sin = 6
- bethigh = false
- nextbet = b
- joe = (b*10)
- target = 50000
- resetstats()
- function dobet()
- if (balance<(t-(c*2))) then
- nextbet = previousbet*2
- c = nextbet
- joe = 0
- f = false
- t = balance
- else
- if (balance<(t-(b*9))) then
- nextbet = previousbet/2
- c = nextbet
- sin = 5
- joe = (b*9)
- f = false
- t = balance
- h = balance
- end
- end
- if (balance>(h+(c*sin))) then
- nextbet = previousbet*2
- h = balance
- end
- if ((balance>=(ian+joe)) or ((balance>=joe) and (f==false))) then
- nextbet = b
- c = b
- sin = 5
- f = true
- h = balance
- joe = (b*9)
- t = balance
- ian = 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