Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- div = 100
- b = (balance/div)
- be = (balance/div)
- chance = 49.5
- bethigh = false
- older = balance
- old = balance
- oldt = balance
- oldg = balance
- f = true
- g = true
- k = true
- z = false
- him = 2
- loss = 0
- finish = 50000
- nextbet = b
- resetstats()
- function dobet()
- if ((balance>=(oldg+(b*7))) and (f==true)) then
- nextbet = previousbet*2
- be = nextbet
- f = false
- g = true
- k = false
- oldg = balance
- end
- if (balance<oldg) then
- oldg = balance
- end
- if ((balance<(oldt-(be*2))) and (g==true)) then
- nextbet = previousbet*2
- be = nextbet
- f = true
- g = false
- z = true
- k = true
- oldt = balance
- older = balance
- end
- if (balance>oldt) then
- oldt = balance
- end
- if ((balance>=(older+b)) and (k==true)) then
- nextbet = previousbet/2
- be = nextbet
- z = false
- g = true
- f = true
- k = false
- l = true
- older = (balance+(be*3))
- end
- if ((balance>=(old+(b*11))) and (z==true)) then
- nextbet = b
- be = nextbet
- z = false
- f = true
- k = true
- l = true
- oldg = (balance-b)
- oldt = (balance-b)
- old = (balance-b)
- end
- if nextbet<b then
- nextbet = b
- be = nextbet
- end
- if balance>=finish then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement