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
- bethigh = false
- nextbet = b
- sin = 6
- joe = (b*10)
- target = 50000
- resetstats()
- function dobet()
- if ((balance<(t-b*2)) and (f==false)) then
- nextbet = previousbet*2
- joe = 0
- f = true
- t = balance
- end
- if ((balance<(t-b*5)) and (f==true)) then
- nextbet = b
- f = false
- t = balance
- h = balance
- end
- if (balance>(h+(b*sin))) then
- nextbet = previousbet*2
- h = balance
- end
- if (balance<h) then
- h = balance
- end
- if (balance>=(ian+joe)) then
- nextbet = b
- c = b
- sin = 5
- f = false
- h = balance
- joe = (b*10)
- 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