Post: How to lock and hide your porn collection (using notepad)
11-26-2010, 08:44 PM #1
DEREKTROTTER
You're Goddamn Right
(adsbygoogle = window.adsbygoogle || []).push({});
How to lock and hide your porn collection (using notepad)


Well not just your porn collection, can be anything really.

This clever script will hide your folder, and to show it - click on the .bat and enter your password.

    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 Enter password to lock folder or for cancel press N
set/p "cho=>"
if %cho%==XXXX 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 Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==XXXX 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 End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


Replace the XXXX with your chosen password =D

Premade .txt file for teh noobs[/COLOR]
Last edited by DEREKTROTTER ; 11-26-2010 at 08:46 PM.

The following 25 users say thank you to DEREKTROTTER for this useful post:

ⒿⒺⒷⓇⓄ, Breecem, Car Lover, Correy, craigp, Darknesse13, Durk, FrozN, Ghost1990, JonnieOnionRing, JP, Merkii, MidgetGangBang, PSN TeCa-ToWn, riotmost, shawry, Sir, Smilieface, SolidSnake77, srownzu, trufles, Waterguy469, WhatsaN00B, xpotato, xRafiq-
02-11-2011, 09:10 PM #47
Reaper
The Grim Reaper
Originally posted by DEREKTROTTER View Post
How to lock and hide your porn collection (using notepad)


Well not just your porn collection, can be anything really.

This clever script will hide your folder, and to show it - click on the .bat and enter your password.

    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 Enter password to lock folder or for cancel press N
set/p "cho=>"
if %cho%==XXXX 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 Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==XXXX 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 End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


Replace the XXXX with your chosen password =D

Premade .txt file for teh noobs[/COLOR]


Lmao thanks Derek. Funny thing is though I went to edit with Notepad++ and it gives you everything about it :p. Still cool though thanks. :y:
02-12-2011, 01:34 AM #48
Traxx
Banned
Ms 13 putos
02-13-2011, 03:59 AM #49
Originally posted by DEREKTROTTER View Post
How to lock and hide your porn collection (using notepad)


Well not just your porn collection, can be anything really.

This clever script will hide your folder, and to show it - click on the .bat and enter your password.

    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 Enter password to lock folder or for cancel press N
set/p "cho=>"
if %cho%==XXXX 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 Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==XXXX 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 End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


Replace the XXXX with your chosen password =D

Premade .txt file for teh noobs[/COLOR]


Where The F* Is .Bat & And I Have No Idea How To Use This :(
02-13-2011, 04:37 AM #50
JiN1337
Do a barrel roll!
or...you could just rename the file extension. So if one of your little kid brothers, or parents tried to open the file, they'll get a corrupt file. For instance...

blowjob.avi

change it to :

Spiderman.jpg

When you need access to the file, just rename Spiderman.jpg to anything.avi and you can watch it again.

Just saying, way easier.

The following user thanked JiN1337 for this useful post:

Darknesse13
02-13-2011, 07:57 PM #51
Andr3wM
Little One
Originally posted by Durk View Post
nice post but surely if somebody wanted in they could right click edit and just change the password?


or right click and change it to hidden.. then people would never find it
03-14-2011, 11:39 AM #52
egoDream
Can’t trickshot me!
Originally posted by DEREKTROTTER View Post
How to lock and hide your porn collection (using notepad)


Well not just your porn collection, can be anything really.

This clever script will hide your folder, and to show it - click on the .bat and enter your password.

    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 Enter password to lock folder or for cancel press N
set/p "cho=>"
if %cho%==XXXX 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 Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==XXXX 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 End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


Replace the XXXX with your chosen password =D

Premade .txt file for teh noobs[/COLOR]


so without the password the file is inacessable?
03-15-2011, 11:51 PM #53
Kombust
At least I can fight
Originally posted by GlitchEXPLOIT View Post
so without the password the file is inacessable?


No, you can right click the .bat file and change the password to whatever :\

+ Will this still work if command prompt is blocked on your computer by an administrator?
03-16-2011, 04:50 AM #54
egoDream
Can’t trickshot me!
Originally posted by Troll View Post
No, you can right click the .bat file and change the password to whatever :\

+ Will this still work if command prompt is blocked on your computer by an administrator?


yes it will work if its been blocked cause i use this at school and also i meant like does it decrypt the password or u can just open the bat file in notpad++ and it will should the coding(the pass)
Last edited by egoDream ; 03-16-2011 at 04:56 AM.
03-16-2011, 07:34 PM #55
I tried deleting the Locker Folder but it doesn't let me why?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo