Crazy Script v5
Crazy Script v5
--SETTING--------------
-----------------------
nextbet = bb
chanceDB = chance
bbDB = bb
enablezz=false
enablesrc=false
perte=0
payout=1
sensM=true
WageredB = 0
ProfitB = 0
function target_et_limite()
nextbet=balance-limite
end
if balance >= target then
end
end
function stringA()
M1="======================="
betv=M1
print(M1)
end
function simu_printInfo()
end
bestID = 0
badID = 0
pirePERTE = 0
bestPROFIT = 0
function bestBETid()
--bestID=lastBet.id
bestPROFIT=currentprofit
end
--badID=lastBet.id
pirePERTE=currentprofit
end
end
function dobet()
stringA()
ProfitB +=currentprofit
perte +=currentprofit
if win then
bethigh=math.random(0,100)%2==0
chance = chanceDB
payout = 1
else
if sensM==true then
payout += 1
chance -= (math.random(0*100.00,0.5*100.00)/100.00)
else
payout -= 1
chance += (math.random(0*100.00,0.5*100.00)/100.00)
end
end
nextbet = previousbet*2
end
end--]]
--chance = (100-casino)/payout
chance = chanceDB
sensM=true
end
chance = chanceMin
sensM=false
end
payout = (100-casino)/chance
nextbet = (-perte+bb)/(payout-1)
else
nextbet = (WageredB-ProfitB+bb)/(payout-1)
end
nextbet = bb
end
perte = 0
bb = balance/div
nextbet = bb
end
bestBETid()
target_et_limite()
--simu_printInfo() --simu
end