Locker 2.0
Open notepad and copy paste the following coding:
cls
@ECHO OFF
title LOCKER v2.0
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST LOCKER goto MDLOCKER
:CONFIRM
echo
===========================================================================
echo LOCKER v2.0
echo ===========================================================================
echo Are you sure you want to Lock the folder (Y/N) -
set/p "cho="
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice. Press Y for Yes OR N for No.
goto CONFIRM
:LOCK
ren LOCKER "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo ===========================================================================
echo LOCKER v2.0
echo ===========================================================================
echo Enter your password to unlock the folder -
set/p "pass="
if NOT %pass%==hak69 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" LOCKER
echo Folder unlocked successfully
goto End
:FAIL
echo Invalid password. 3 attempts left !!! Do you want to continue (Y/N) -
set/p "cho="
if %cho%==Y goto UNLOCK1
if %cho%==y goto UNLOCK1
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice. Press Y for Yes OR N for No.
goto CONTINUE
:CONTINUE
echo Do you want to continue (Y/N) -
set/p "cho="
if %cho%==Y goto UNLOCK1
if %cho%==y goto UNLOCK1
if %cho%==n goto END
if %cho%==N goto END
:UNLOCK1
echo ===========================================================================
echo 1st attempt
echo ===========================================================================
echo Enter your password to unlock the folder -
set/p "pass="
if NOT %pass%==hak69 goto FAIL1
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" LOCKER
echo Folder unlocked successfully
goto End
:FAIL1
echo Invalid password. 2 attempts left !!! Do you want to continue (Y/N) -
set/p "cho="
if %cho%==Y goto UNLOCK2
if %cho%==y goto UNLOCK2
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice. Press Y for Yes OR N for No.
goto CONTINUE1
:CONTINUE1
echo Do you want to continue (Y/N) -
set/p "cho="
if %cho%==Y goto UNLOCK2
if %cho%==y goto UNLOCK2
if %cho%==n goto END
if %cho%==N goto END
:UNLOCK2
echo ===========================================================================
echo 2nd attempt
echo ===========================================================================
echo Enter your password to unlock the folder -
set/p "pass="
if NOT %pass%==hak69 goto FAIL2
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" LOCKER
echo Folder unlocked successfully
goto End
:FAIL2
echo Invalid password. 1 attempt left !!! Locker will be deleted after invalid last attempt. Do you want to continue (Y/N) -
set/p "cho="
if %cho%==Y goto UNLOCK3
if %cho%==y goto UNLOCK3
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice. Press Y for Yes OR N for No.
goto CONTINUE2
:CONTINUE2
echo Do you want to continue (Y/N) -
set/p "cho="
if %cho%==Y goto UNLOCK3
if %cho%==y goto UNLOCK3
if %cho%==n goto END
if %cho%==N goto END
:UNLOCK3
echo ===========================================================================
echo Last attempt
echo ===========================================================================
echo Enter your password to unlock the folder -
set/p "pass="
if NOT %pass%==hak69 goto FAIL3
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" LOCKER
echo Folder unlocked successfully
goto End
:FAIL3
echo Invalid password. Locker Files deleted. Press 'E' key to exit:
set/p "cho="
if %cho%==E goto End
if %cho%==e goto End
goto End
:MDLOCKER
echo ===========================================================================
echo LOCKER v2.0
echo ===========================================================================
echo Enter any keyword and press enter to create a new Locker:
set/p "cho="
if %cho%==Z goto MDLOCKER
if %cho%==z goto MDLOCKER
echo LOCKER created successfully !!!
md LOCKER
goto End
:End
after that press ctrl+H. In find what box enter hak69 and in replace box enter your desired password. Save this file as locker.bat in the drive you want to create a locker
Currently have 0 comments: