Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- div = 50000
- 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
- k = false
- g = true
- 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-(be*2))) and (g==false)) then
- nextbet = previousbet/2
- be = nextbet
- f = true
- g = true
- z = true
- k = true
- oldt = balance
- older = balance
- end
- if (balance>oldt) then
- oldt = balance
- end
- if ((balance>=older) and (k==true)) then
- nextbet = previousbet*2
- be = nextbet
- z = false
- g = true
- f = true
- k = false
- l = true
- older = ((balance+(be*3))+b)
- end
- if (balance>=(old+(b*10))) then
- nextbet = b
- be = nextbet
- z = false
- f = true
- k = true
- g = true
- l = true
- oldg = balance
- oldt = balance
- old = balance
- 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