Hello Everyone,

Today, I found that some people still require the PINCODE search feature in APR2 Software.

Yes I removed the PINCODE search feature from APR2 Software as this feature was most unused part of APR2 Software and I finally after supporting it for 6 months decided to drop the unused code.

But some of our customers are facing problem as they still have some old eaadhaar PDF files around. So I have decided to Give this feature free of cost.

To Get this software you first need to install APR2 Software then copy the code given below to a notepad file and save it as pin.bat file.

Then just double click the batch file and drop your old eAadhaar PDF Files.

@ECHO OFF
CLS
COLOR 0E

ECHO     ==================================
ECHO //// APR2 FREE PIN CODE SEARCH UTILITY \\\\
ECHO \\\\        BY - PRATEEK KHER          ////
ECHO     ==================================                                                              

ECHO ==========================================================================
ECHO ==========================================================================
ECHO THIS PROGRAM WILL ONLY WORK IF YOU HAVE APR2 INSTALLED
ECHO THIS IS A FREE UTILITY, IF YOU PAID FOR THIS CODE PLEASE ASK FOR REFUND
ECHO IF YOU LIKE IT SAY THANKS AT ADMIN@MAHARAJAC.IN
ECHO OR VISIT OUR WEBSITE MAHARAJAC.IN FOR NEWS ABOUT OUR PROJECTS
ECHO ==========================================================================
ECHO ==========================================================================
SET /P FNAME=DRAG FILE AND DROP ON THIS WINDOW :
"%LOCALAPPDATA%\APR2\PDFCRACK.EXE" -f %FNAME% -q --minpw=6 --maxpw=6 --charset=0123456789
PAUSE

Next Post Previous Post