gsmtz5

gsmtz5

Breaking News

HOW TO CRACK ANY WINRAR PASSWORD EASY WAY

Today am go to show you easy way to open WinRAR archive using mystic codes easy fast and trusted,by using the following steps and enjoy it


   Using Windows batch script and the WinRAR command line tool, we are going to brute force the archive password.

You can create the batch file in just 5 simple steps. Just 40 lines of batch script does the trick!
Step 1: Make a new folder and name it RARCrack.
Step 2: Open notepad and paste the code given below






TITLE PASSWORD CRACKER
ECHO OFF
COLOR 03
SET PSWD=0
SET DEST=%TEMP%\%RANDOM%
MD %DEST%
CLS
ECHO.
ECHO Drag and drop the archive into this window...
ECHO.
SET/P NAME=
IF EXIST "%NAME%" GOTO START
:PATH
CLS
ECHO.
ECHO Cannot find the file specified.Please enter the archive path...
ECHO.
SET/P NAME=
IF EXIST "%NAME%" GOTO START
GOTO PATH
:START
CLS
SET /A PSWD=%PSWD%+1
ECHO.
ECHO GENERATING PASSWORDS...
ECHO CURRENT PASSWORD = %PSWD%
UNRAR E -INUL -P%PSWD% "%NAME%" "%DEST%"
IF /I %ERRORLEVEL% EQU 0 GOTO FINISH
GOTO START
:FINISH
RD %DEST% /Q /S
CLS
ECHO.
ECHO PASSWORD FOUND!
PAUSE>NUL
CLS
ECHO.
ECHO FILE  = %NAME%
ECHO CRACKED PASSWORD = %PSWD%
PAUSE>NUL
EXIT






Step 3: Save the code as RARCrack.bat into the folder you created in step 1.





Step 4: Last of all browse to the directory where WinRAR is installed. Usually this will be C:\Program Files\WinRAR. Find a file named UnRAR.exe and copy it into the folder created in Step 1
Step 5: Start using the password cracker! (Open the batch file)
Notes:-
Remeber to keep the both the batch file and UnRAR.exe in the same folder. Or else the program won't work.
Don't rename the UnRAR.exe.
This password cracker can crack only numeric passwords.
This password cracker cannot crack passwords starting with 0 (zero).
That's it! I hope you found this post really useful. I know this is not a complete password cracker. But you can get the trill of creating one on your own. Like our Facebook page to stay up-to-date to our posts.


   OR                 DOWNLOAD HERE





No comments