Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- divide = 10000
- b = balance/divide
- chance = 49.5
- bethigh = false
- nextbet = b
- target = 50000
- old = balance
- older = balance
- olda = balance
- oldest = balance
- dah = balance
- rnd = 0
- x = balance/divide
- resetstats()
- function dobet()
- if (balance<=(olda-(x*4))) then
- nextbet = previousbet*2
- x = nextbet
- olda = balance
- end
- if balance>olda then
- olda = balance
- end
- if (balance>=(older+(x*7))) then
- nextbet = previousbet*2
- x = nextbet
- older = balance
- end
- if balance<older then
- older = balance
- end
- if (balance>=oldest) then
- nextbet = b
- x = b
- older = balance
- olda = balance
- old = balance
- oldest = balance
- rnd = math.random(2)
- if (rnd==2) then
- bethigh = !bethigh
- end
- end
- if (balance>target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement