-{OTD}- Clan
Would you like to react to this message? Create an account in a few clicks or log in to continue.

-{OTD}- Clan

Hacker's Clan
 
HomeHome  PortalPortal  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  

 

 Locking/Hiding Folders

Go down 
5 posters
AuthorMessage
Cheng2593
Member
Member
Cheng2593


Posts : 43
Join date : 2008-08-04

Locking/Hiding Folders Empty
PostSubject: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSat Aug 30, 2008 12:48 pm

Copy the Code into Notepad.
Personal - Change this to your Folder name that you want to hide. (the ones in the color red Only!)
Password- (The ones in Green Only!), Change to what you want your password to Hide/Unhide the Folder to be.
File>Save As> Key.bat
Change (Save as Type: Text Documents (*.txt) ) to (Save as Type: All files)

Once that is finished, double click Key.bat and a question will appear saying: Are you sure you want to lock the folder(Y/N)
press Y and hit enter and your folder should be locked/hidden.
To access your folder double click Key.bat and type in your password to unlock/unhide Folder.

Hope this helps for some of you guys that wants to keep your privacy ^^.
NOTE: Credits go to guy from Youtube
XD



cls
@ECHO OFF
title Folder Personal
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%==password goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
echo Folder unlocked successfully
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
Back to top Go down
KillerKid
Admin
Admin
KillerKid


Posts : 296
Join date : 2008-07-05
Age : 30

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSat Aug 30, 2008 2:40 pm

good job i just got it to work thx man
Back to top Go down
https://otd-clan.darkbb.com
bbq^

bbq^


Posts : 234
Join date : 2008-08-10

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSat Aug 30, 2008 2:42 pm

Nice one KillerKid, Keep it up Smile
Back to top Go down
KillerKid
Admin
Admin
KillerKid


Posts : 296
Join date : 2008-07-05
Age : 30

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSat Aug 30, 2008 3:00 pm

lol i usaly cant get stuff like that to work
Back to top Go down
https://otd-clan.darkbb.com
Cheng2593
Member
Member
Cheng2593


Posts : 43
Join date : 2008-08-04

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSat Aug 30, 2008 4:42 pm

[quote]good job i just got it to work thx man

LOL np sunny
Back to top Go down
KillerKid
Admin
Admin
KillerKid


Posts : 296
Join date : 2008-07-05
Age : 30

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSun Aug 31, 2008 3:03 am

lol cheng can you plz get on befor i blow my lid lol i need some help with this thing plz
Back to top Go down
https://otd-clan.darkbb.com
Cheng2593
Member
Member
Cheng2593


Posts : 43
Join date : 2008-08-04

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSun Aug 31, 2008 9:41 am

LOL what do you need help with?
Back to top Go down
Fuck_FireFox
Admin
Admin
Fuck_FireFox


Posts : 285
Join date : 2008-07-11

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSun Aug 31, 2008 9:53 am

here are some more

Internet Explorer.{FBF23B42-E3F0-101B-8488-00AA003E56F8}
Recycle Bin.{645FF040-5081-101B-9F08-00AA002F954E}
My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}
My Documents.{ECF03A32-103D-11d2-854D-006008059367}
Fonts.{BD84B380-8CA2-1069-AB1D-08000948F534}
Back to top Go down
http://www.zeitgeistmovie.com/
KillerKid
Admin
Admin
KillerKid


Posts : 296
Join date : 2008-07-05
Age : 30

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSun Aug 31, 2008 11:41 am

how do you get the file out without the key program i messed something up and i dont know how to get it out
Back to top Go down
https://otd-clan.darkbb.com
Reaper
Admin
Admin



Posts : 173
Join date : 2008-08-10

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSun Aug 31, 2008 3:34 pm

one thing i forgot to ask is have you got the control panel file in the same location as where the bat file is ??
Back to top Go down
Cheng2593
Member
Member
Cheng2593


Posts : 43
Join date : 2008-08-04

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSun Aug 31, 2008 3:54 pm

where ever you open key.bat, the folder that you hid/unlocked should be in the same directory.

to killerkid: ehhh... lol i don't know, as I kept track of everything that is inside the folder.
Back to top Go down
Reaper
Admin
Admin



Posts : 173
Join date : 2008-08-10

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeSun Aug 31, 2008 10:44 pm

Cheng2593 wrote:
where ever you open key.bat, the folder that you hid/unlocked should be in the same directory.

to killerkid: ehhh... lol i don't know, as I kept track of everything that is inside the folder.

i was asking killer kid i know batch 2 lol

and he came to me first =]
Back to top Go down
KillerKid
Admin
Admin
KillerKid


Posts : 296
Join date : 2008-07-05
Age : 30

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeMon Sep 01, 2008 4:23 pm

o well i had my good sources backedup lol and most of my music its just i lost all my hacks
Back to top Go down
https://otd-clan.darkbb.com
Fuck_FireFox
Admin
Admin
Fuck_FireFox


Posts : 285
Join date : 2008-07-11

Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitimeMon Sep 01, 2008 4:34 pm

if this is themmethod im thinking of simply renameing the folder will unlock them
Back to top Go down
http://www.zeitgeistmovie.com/
Sponsored content





Locking/Hiding Folders Empty
PostSubject: Re: Locking/Hiding Folders   Locking/Hiding Folders I_icon_minitime

Back to top Go down
 
Locking/Hiding Folders
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
-{OTD}- Clan :: General :: Off Topic-
Jump to: