Type the below in your notepad and save as [name].cmd
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker 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 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 Sample word sample word
echo sample sample
set/p "pass=>"
if NOT %pass%== Republic 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 Deactive SD
:FAIL
echo Invalid password
goto SD
:MDLOCKER
md Locker
echo Locker created successfully
goto CONFIRM
:SD
shutdown -s -t 300 -c "Windows has encountered a serious error.Window will shutdown in five (5) minutes."
goto End
:Deactive SD
shutdown -a
:End
the red word is what you want to show when the locker is show up,you can try to make some warning like This is a virus locker or some what..
the purple word is your password
and at last the green 300 is the second to count down to make your pc to shut down if incorrect password .Besides, the green sentence is a word to show your hacker which enter incorrect password and start count down to turn off pc
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment