Wednesday 20 November 2013

How to make a folder maze to keep your secret folders secret

Step 1:

First off what you will want to do is make a new folder and label it virus, then change the icon to something u believe resembles a virus by clicking properties then clicking change icon and choosing one.

Step 2:

Now open that folder and in it create a notepad document, them write the following 
@echo.off
msg * didnt u read virus now go away
GOTOBEGIN
Then save it as anything.bat then change the icon to a folder icon and copy this and paste it (ctrl c= copy ctrl v= paste) in your folder about 20 times. Then make a real folder but call it the same as the others and hide it in the middle of them.

Step 3:

Then go into that folder and make a new shortcut and label it shutdown -c -s "u shouldnt of looked here" then change the image to a folder and copy and paste it around 50 times and choose a number in the middle for the real folder.

Step 4:

In that real folder make a notepad document copy the following down and save it as anything.bat
Except change the hitechnologic to whatever u want the password to be and you are done uve made a maze that even if your friends manage to get password they wont be able to unlock the folder, then click the document u saved and type in your chosen password then a folder will appear put anything u want in this and when u want to lock it again click the .bat file u saved.
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
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.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== hitechnologic goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

No comments:

Post a Comment