I created this locker yesterday! It is very simple, easy to use, and completely safe. What it does is hides the file I made it to and make it so it can't be found at all. The way to make it visible is entering the password you set.Once you download it I will teach you to how to edit it so you can set your password! Right click the bat file called "Locker" and then click "Edit". You should see the following below.
cls
@ECHO OFF
title Locker made by toon234
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Personal goto MDLOCKER
:CONFIRM
echo Are you sure u 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 Personal "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%==
passwordhere goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
goto End
:FAIL
echo Invalid password
goto UNLOCK2
:FAIL2
echo Invalid password
goto end
:MDLOCKER
md Personal
echo Folder created successfully
goto End
:UNLOCK2
echo Last chance to enter correct password to unlock folder
set /p "pass=>"
if not %pass%==password goto FAIL2
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
echo Folder unlocked successfully
:End
Now you noticed the words in red correct? Highlight those words and hit backspace. Now type your desired password there. Then save it. Okay so the folder you want to lock should be named Personal (Caps are important). If you open it and there is no folder named Personal it creates one for you. Then you just open it up and start locking your stuff you want to be hidden from others. If you get it wrong two times it won't delete the folder it will just not let you unlock it. All you have to do it open it up and try again!
Here are the virus scans
Locker.bat MD5:91cc1d6ea9a42ddbd43ddea70371f399 - VirSCAN.org Scanners did not find malware!
VirusTotal - Free Online Virus, Malware and URL Scanner
I am pretty sure I do not need a screen shot since it is not a hack.
Credits: toon234 (me)
/Req Approve @arunforce @Dave84311 @AVGN @Boss @Disturbed @Sid101 @Jabuuty671
Don't forget to press Thanks!