Results 1 to 12 of 21

Thread: RAR Password Unlocker 2014 and RAR Password Remover (Numeric) without any software

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    owais1987's Avatar
    owais1987 is offline Senior Member+
    Last Online
    24th August 2023 @ 08:10 PM
    Join Date
    08 Feb 2009
    Location
    Karachi
    Age
    37
    Gender
    Male
    Posts
    419
    Threads
    64
    Credits
    1,329
    Thanked
    17

    Default RAR Password Unlocker 2014 and RAR Password Remover (Numeric) without any software

    RAR Password Unlocker 2014 and RAR Password Remover (Numeric) without any software
    Pori Video Dek kar per *.Bat wali File ko Run kijiya Ga


    http://www.4shared.com/video/5hcNWVt..._2014_and.html
    http://www.4shared.com/file/rRG4oh4I...lockertxt.html

    Code Save to rarpass.bat
    Code:
    REM ============================================================
    REM 
    @echo off
    color B
    title Rar Password Cracker
    mode con: cols=47 lines=20
    copy "C:\Program Files\WinRAR\Unrar.exe" 
    SET PASS=0
    SET TMP=TempFold
    MD %TMP%
    :RAR
    cls
    echo ----------------------------------------------
    echo                   GET DETAIL
    echo ----------------------------------------------
    echo.
    SET/P "NAME=Enter File Name  : "
    IF "%NAME%"=="" goto NERROR
    goto GPATH
    :NERROR
    echo ----------------------------------------------
    echo                      ERROR
    echo ----------------------------------------------
    echo Sorry you can't leave it blank.
    pause
    goto RAR
    :GPATH
    SET/P "PATH=Enter Full Path : "
    IF "%PATH%"=="" goto PERROR
    goto NEXT
    :PERROR
    echo ----------------------------------------------
    echo                      ERROR
    echo ----------------------------------------------
    echo Sorry you can't leave it blank.
    pause
    goto RAR
    :NEXT
    IF EXIST "%PATH%\%NAME%" GOTO SP
    goto PATH
    :PATH
    cls
    echo ----------------------------------------------
    echo                     ERROR
    echo ----------------------------------------------
    echo Opppss File does not Exist..
    pause
    goto RAR
    :SP
    echo.
    echo Generating Password...
    echo. 
    :START
    title Cracking Password...
    SET /A PASS=%PASS%+1
    echo %RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%
    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 Password Found
    echo ----------------------------------------------
    echo                     CRACKED
    echo ----------------------------------------------
    echo.
    echo PASSWORD FOUND!
    echo FILE  = %NAME%
    echo CRACKED PASSWORD = %PASS%
    pause>NUL
    exit
    REM ============================================================
    Attached Images Attached Images  
    Attached Files Attached Files
    Last edited by owais1987; 25th February 2015 at 05:40 PM. Reason: VideoO

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •