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