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