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]
(adsbygoogle = window.adsbygoogle || []).push({});

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-
11-26-2010, 09:06 PM #2
PSN TeCa-ToWn
Nothern KillaFornia 209
when i save as a .bat the file is still a notepad

---------- Post added at 04:06 PM ---------- Previous post was at 04:02 PM ----------

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]


forgot to quote
11-26-2010, 09:11 PM #3
Durk
spending vbux, offer me..
nice post but surely if somebody wanted in they could right click edit and just change the password?
11-26-2010, 09:19 PM #4
DEREKTROTTER
You're Goddamn Right
Originally posted by Durk View Post
nice post but surely if somebody wanted in they could right click edit and just change the password?


LOL i guess they could :jim:

but not everyone would know how, especiallly your parents =D

The following user thanked DEREKTROTTER for this useful post:

t0asty
11-26-2010, 09:21 PM #5
MidgetGangBang
I sell sex for vBux
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]


how do i get my folder in there?:bro:
11-26-2010, 09:21 PM #6
DEREKTROTTER
You're Goddamn Right
Originally posted by PSN
when i save as a .bat the file is still a notepad

---------- Post added at 04:06 PM ---------- Previous post was at 04:02 PM ----------



forgot to quote


you just need to change the file extension

when you go to save as > go to save as type (*-*) all files

The following user thanked DEREKTROTTER for this useful post:

MidgetGangBang
11-26-2010, 09:24 PM #7
Durk
spending vbux, offer me..
Originally posted by DEREKTROTTER View Post
LOL i guess they could :jim:

but not everyone would know how, especiallly your parents =D


haha true, i suppose i could hide the lock thing within a mass of folders etc. like I currently do with things for my eyes only =D
11-26-2010, 09:25 PM #8
DEREKTROTTER
You're Goddamn Right
Originally posted by midget
how do i get my folder in there?:bro:


this script will make a folder - which you put your private stuff in
11-26-2010, 09:33 PM #9
MidgetGangBang
I sell sex for vBux
Originally posted by DEREKTROTTER View Post
you just need to change the file extension

when you go to save as > go to save as type (*-*) all files


This is what i didnt do/facepalm. Thanks Derek
11-26-2010, 09:45 PM #10
lol This should be fun to play around with, Thanks Derek! =D

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo