Results 1 to 11 of 11

Threaded View

  1. #1
    ]-Ninja-['s Avatar
    Join Date
    May 2011
    Gender
    female
    Posts
    18
    Reputation
    10
    Thanks
    9
    My Mood
    Flirty

    How to: Hide your hacks/Personal Stuff

    Put the hacks in a folder called "Personal"
    Open Notepad and Type the following

    Code:
    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%==passwordhere 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

    CHANGE THIS FIRST! PUT YOUR CUSTOM PASSWORD WHERE IT SAYS "if NOT %pass%==passwordhere goto FAIL"

    Click save as, and save it as "Locker.bat"
    Put the hacks or whatever inside that folder you named "Personal"
    Once that is done. Click on the File you just created named "Locker.bat"
    It will say "Are you sure u want to lock the folder(Y/N)
    Put "y" (yes)
    Once that is done. The folder will disappear and will not be able to be located.
    To unlock it. Open Locker.bat again, and it will say "Enter password to Unlock folder"
    Put your password and the folder named "Personal" will appear back on.

    Video Here
    [YOUTUBE]https://www.youtube.com/watch?v=nK4HuWUxffE&feature=player_embedded[/YOUTUBE]

  2. The Following 4 Users Say Thank You to ]-Ninja-[ For This Useful Post:

    Almightynub (07-06-2011),cyb3ritachi (07-05-2011),DareoTheOreo (07-07-2011),markoj (07-06-2011)