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-
01-17-2011, 04:32 PM #29
xBlueZ
Do a barrel roll!
Thx thx you show much.

btw if you save it and its still a .bat be sure to save it as all files. Smile
01-17-2011, 09:10 PM #30
Tupac17
I ♥ COD4
sorry someone beat me to it... guess i should read thread before i post
01-24-2011, 06:03 AM #31
RobJL94
Do a barrel roll!
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]


Ok i have a request. Im sure it wouldnt be that hard. But can you edit this a little bit. Ok so i think you should make it so that you can enter 2 different passwords. and each password will open a different folder. That way, theoretically, When no one is around you can enter 1 password and unlock your porn, but when ur GF is using ur computer, clicks the .bat icon, and it says to enter password and she is curious and wants u to unlock it, so u enter the 2nd password and it opens another folder, which u will fill this folder with pics of animals or something, Please reply if u think this is a good idea, someone plz reply if him or someone else edits this as i have suggested. GRACIAS
01-24-2011, 04:24 PM #32
Zesh
Keeper
Nice idea RobJL94. Im going to make this as a program just to make it that tad bit more secure. I have a folder at school with stuff that isnt meant to be on school comps which I useto dick around an what not but I'll use this to hide that folder:tongue:
02-09-2011, 12:45 AM #33
thanks alot (my porn is hidden :O)
02-09-2011, 01:03 AM #34
Hurldoh
Kiss My Country Ass
What is porn? Lol.

Nice bro :y: Now you horny bunch get to put MORE porn on your computer :carling:

I might. =D
02-09-2011, 01:39 AM #35
Originally posted by Durk View Post
nice post but surely if somebody wanted in they could right click edit and just change the password?


Change the .bat file into a .EXE
02-09-2011, 08:06 PM #36
PUDDIN_BOLLOX
SuuuuuuuuuuP
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]


your like the new man's best friend Happy :420:
02-09-2011, 10:44 PM #37
baycod9
Vault dweller
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]


Ok i copied the whole thing. put it in a notepad. went to save as typed hi.bat and then i changed it to all files. and when i click on it, it doesnt ask me for a password? a folder just appears? is this supposed to happen lol

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo