LOCK A FOLDER WITHOUT ANY SOFTWARE:
STEPS:
1. Open notepad and paste the following code in it.
2. Change the password in place of (qwerty)
3. Save the notepad as: Locker.bat
4. At first time start it will create folder with Locker automatically for u.
5. After creation of Locker folder again click on the Locker.bat
6. It will ask.press Y then Locker folder will be disappeared.
7. Again to get it click on locker.bat. and give ur password u will get the folder again.
note: current password is qwerty
CODE:
cls
@color A
@echo off
if EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" goto
unlock
if NOT EXIST locker goto mdfolder
:confirm
echo Are you sure want to lock the locker(Y/N)
set/p "ch="
if %ch%==y goto lock
if %ch%==Y goto lock
if %ch%==n goto end
if %ch%==N goto end
echo invalid choice
goto confirm
:lock
ren locker "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
attrib +s +h "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
echo lock successfully
goto end
:unlock
echo Enter password for unlock
set/p "pass="
if NOT %pass%==qwerty goto fail
attrib -s -h "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" locker
echo Unlock successfully
goto end
:fail
echo Invalid Password
goto end
:mdfolder
md locker
echo Locker created successfully
goto end
:end
echo Locker generated by xtreme hackers
echo www.xtremehackers.blogspot.com
pause:
.....................................................................................................
STEPS:
1. Open notepad and paste the following code in it.
2. Change the password in place of (qwerty)
3. Save the notepad as: Locker.bat
4. At first time start it will create folder with Locker automatically for u.
5. After creation of Locker folder again click on the Locker.bat
6. It will ask.press Y then Locker folder will be disappeared.
7. Again to get it click on locker.bat. and give ur password u will get the folder again.
note: current password is qwerty
CODE:
cls
@color A
@echo off
if EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" goto
unlock
if NOT EXIST locker goto mdfolder
:confirm
echo Are you sure want to lock the locker(Y/N)
set/p "ch="
if %ch%==y goto lock
if %ch%==Y goto lock
if %ch%==n goto end
if %ch%==N goto end
echo invalid choice
goto confirm
:lock
ren locker "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
attrib +s +h "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
echo lock successfully
goto end
:unlock
echo Enter password for unlock
set/p "pass="
if NOT %pass%==qwerty goto fail
attrib -s -h "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" locker
echo Unlock successfully
goto end
:fail
echo Invalid Password
goto end
:mdfolder
md locker
echo Locker created successfully
goto end
:end
echo Locker generated by xtreme hackers
echo www.xtremehackers.blogspot.com
pause:
.....................................................................................................
No comments:
Post a Comment