• Posted by : Unknown Kamis, 14 November 2013

    Super Hidden Folder Dengan Notepa




         Pernah kebayang kalau Notepad bisa buat software..???
    Sekarang ane mau ngasih tahu bagaimana caranya membuat software Super Hidden. Ndak usah banyak bacot, silahkan 
    1. copy Script dibwah ini.

    @ECHO OFF
    title Folder Private
    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 Enter password to unlock folder
    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 Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Private
    echo Private created successfully
    goto End
    :End

    2. Pastekan di Notepad
    3. Ganti tulisan berwarna Biru dengan Password yang ingin anda gunakan. Contoh " lock "
    4. Save dengan format .bat Contoh : Locker.bat , Type : all files
    5. Buka Software yang anda buat tadi
    6. Masukan file yang akan anda Hidden ke folder yang mauncul
    7. Kalau sudah tulis " y " dan tekan ENTER

    Tara Folder yang muncul telah terhidden, bersama file yang anda masukan.
    NB: kalau mau membuka file tinggal buka .bat yang anda buat, masukan password yang anda masukan tadi dalam tulisan berwarna Biru, tekan ENTER.

    Semoga Bermanfaat.

    0 komentar

  • Copyright © 2013 - Unbreakable Machine Doll - Duhikasmin's Blogs - Powered by Blogger - Designed by Johanes Djogan