Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.5
- b = balance/500
- oldbal = balance
- f = true
- target = 50000
- bethigh = false
- old = balance
- oldt = balance
- nextbet = b
- resetstats()
- function dobet()
- if (balance>=(oldbal+(b*7))) then
- nextbet = b*2
- end
- if (balance<=(oldbal-(b*3))) then
- nextbet = b*2
- f = false
- end
- if (balance<=(oldbal-(b*9))) or ((balance>=old) and (f==false)) then
- nextbet = b
- f = true
- oldbal = balance
- old = balance
- end
- if (balance>=(old+(b*10))) then
- nextbet = b
- f = true
- oldbal = balance
- old = balance
- end
- if (balance>=(oldt+(b*10))) then
- nextbet = b
- f = true
- oldbal = balance
- old = balance
- oldt = balance
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement