|
Idk, i have nothing to do and if i post about sc2 again someone will tell me that i am so negative that if someone make: Ki_D*-1 i will still remain negative.
Ok lets go, if you always wanted to make a folder to save ur porn or whatever you wanted to but u affraid of ur mom suddenly open and see it lol u can 1-open the notepad 2-copy this code: CLS @ECHO OFF title Insert Password to Folder if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Private goto MDLOCKER :CONFIRM echo Are you sure you 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 Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo folder locked goto End :UNLOCK echo Insert Password set/p "pass=>" if NOT %pass%== password here goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private echo unlocked with success goto End :FAIL echo Incorrect password goto end :MDLOCKER md Private echo Success folder created goto End :End
just cut your bolded "password here" and put your password in there. save the file as anything.bat then u run it, it will create a folder called private, save ur porn on this folder and return to ur anything.bat click it again and press Y if u want to lock the folder(it will disappear but will not be deleted), when u want to see it just open ur anything.bat, insert the password and jerk off
|
I want to use this to protect certain files (that aren't porn ) but I don't know if I want to trust someone who's been around 6 months and inhabits the sc2 forum... Oh woe... Can anyone confirm this?
EDIT: Hmm.. okay... it seems to work... But where does it move to? What'd "MDLOCKER?"
|
im not risking my tl account u should fear b.net trolls like oakhill joining tl not me
|
Hmmm, I guess lol. I looked it up... There's a website with an explanation if anyone is interested.
+ Show Spoiler +
[explanation]
1. @ECHO OFF <<- the programs header 2. title Folder Passworder [Beta Test] by zXara <<- your program title 3. if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK <<- tell CMD to go to :UNLOCK path it the folder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" is exist 4. if NOT EXIST Locker goto MDLOCKER <<- tell the CMD to go to :MDLOCKER path if the folder "Locker" does'nt exist 5. :CONFIRM <<- Command path 6. echo Are you sure u want to Lock the folder(Y/N) <<- tell CMD to print out text "Are you sure u want to Lock the folder(Y/N)" on the screen 7. set/p "cho=>" <<- Choice selection 8. if %cho%==Y goto LOCK <<- tell CMD to go to :LOCK path if key Y was pressed 9. if %cho%==y goto LOCK <<- tell CMD to go to :LOCK path if key y was pressed 10. if %cho%==n goto END <<- tell CMD to go to :LOCK path if key n was pressed 11. if %cho%==N goto END <<- tell CMD to go to :LOCK path if key N was pressed 12. echo Invalid choice. <<- tell CMD to print out text "Invalid choice" on the screen 13. goto CONFIRM <<- tell CMD to go to :CONFIRM path 14. :LOCK <<- Command path 15. ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" <<-CMD will rename the "locker" folder to "control panel" 16. attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" <<- CMD will add "system" & "hidden" file attribute to the folder 17. echo Folder locked <<- tell CMD to print out text "Folder locked" on the screen 18. goto End <<- tell the CMD to go to :UNLOCK path 19. :UNLOCK <<-Command path 20. echo Enter password to Unlock folder <<- tell CMD to print out text "Enter password to Unlock folder" on the screen 21. set/p "pass=>" <<- Choice selection 22. if NOT %pass%== password goto FAIL <<-here it is, if the password is not "password", CMD will move to :FAIL path 23. attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" <<- CMD will remove "system" & "hidden" file attribute to the folder 24. ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker <<-CMD will rename the "control panel" folder to "locker" 25. echo Folder Unlocked successfully <<- tell CMD to print out text "Folder Unlocked successfully " on the screen 26. goto End< <- tell CMD to go to :END path 27. :FAIL <<- Command path 28. echo Invalid password <<- tell CMD to print out text "Invalid password" on the screen 29. goto END <<- tell the CMD to go to :ENDpath 30. :MDLOCKER <<- Command path 31. md Locker <<- CDM will create "locker" folder 32. echo Locker created successfully <<- tell CMD to print out text "Locker created successfully" on the screen 33. goto END <<- tell the CMD to go to :END path 34. :END <<- Command path
It's pretty cool... But it's not something you want to use for ultra-sensitive documents... That is... If someone were looking, they would find it... But someone just using the computer isn't going to bother with it... If you open the bat file with notepad, it's easy for anyone to find the password... Good enough to fool mom though ;P
|
I found the perfect solution to hiding porn.
Buy a laptop.
|
u can cpy ur bat to ur pendrive and then it will be like a key that only u have
|
|
wait, people save porn?? LOL?
|
On November 26 2008 09:10 DanceCommander wrote: wait, people save porn?? LOL?
hd porn
|
|
On November 26 2008 09:10 DanceCommander wrote: wait, people save porn?? LOL?
I was going through my friend's DVDs and he had three with folders of horse porn. I think he was saving it to use as a joke but you can never be sure.
|
Not sure why I bother, but here goes nothing:
1. The folder is not protected by the password or encrypted in any way, it is renamed and given hidden and system attributes. The folder and the password has nothing to do with each other.
2. The password itself has no function. You only need the password when you use the .bat file, and if you can use the .bat file, you can open the .bat file and read the password.
3. Your pendrive idea lacks tamper-safe, secured credentials/keys, pincode to open a.s.o. to be worth wasting time on. You can just as well buy an external hard-drive, fill it with porn, and hide it under your bed
If you ignore the password thingie, it does rename and move a folder out of harms way of stupid parents I guess. But if you just do it manually you don't have a .bat file functioning like a large sign pointing to your porn
|
United States24483 Posts
Haha this method is so hilarious from a security standpoint, but it's cool and I didn't know how to do it.
|
|
|
|