Yardım winrar şifresi kırma yardım ?

Şifre mellivoranetwork.com işte yazmış :ROFLMAO:
Bu arada erol kopuz kim?
O da değil denedim hatta ilk o aklıma gelmişti :)

daha göremedim rar şifresi bulunursa çözülecek , her halde spikerin ismidir ??
 
O da değil denedim hatta ilk o aklıma gelmişti :)

daha göremedim rar şifresi bulunursa çözülecek , her halde spikerin ismidir ??
Ben denedim olmadı ama ofis pc kısıtlı oldugu için olabilir, videodakileri denermisin?
 
Ben denedim olmadı ama ofis pc kısıtlı oldugu için olabilir, videodakileri denermisin?
Yaptım bu kodu olmadı ... şöyle bir kod vermişler

@echo off
title WinRar Password Retriever
copy "C:\Program Files\WinRAR\Unrar.exe"
SET PASS=0
SET TMP=TempFold
MD %TMP%
:RAR
cls
echo.
SET/P "NAME=File Name : "
IF "%NAME%"=="" goto ProblemDetected
goto GPATH
:problemDetected
echo You can't leave this blank.
pause
goto RAR
:GPATH
SET/P "PATH=Enter Full Path (eg: C:\Users\Admin\Desktop) : "
IF "%PATH%"=="" goto PERROR
goto NEXT
:pERROR
echo You can't leave this blank.
pause
goto RAR
:NEXT
IF EXIST "%PATH%\%NAME%" GOTO SP
goto PATH
:pATH
cls
echo File couldn't be found. Make sure you include the (.RAR) extension at the end of the file's name.
pause
goto RAR
:SP
echo.
echo Breaking Password...
echo.
:START
title Processing...
SET /A PASS=%PASS%+1
UNRAR E -INUL -P%PASS% "%PATH%\%NAME%" "%TMP%"
IF /I %ERRORLEVEL% EQU 0 GOTO FINISH
GOTO START
:FINISH
RD %TMP% /Q /S
Del "Unrar.exe"
cls
title 1 Password Found
echo.
echo File = %NAME%
echo Stable Password= %PASS%
echo.
echo Press any key to exit.
pause>NUL
exit
 

Geri
Üst