Jump to content

Κλειδώστε και κάντε αόρατους τους φακέλους σας. Χωρίς πρόγραμμα.


Versus

Recommended Posts

Εδώ θα μάθετε ακριβώς πως να κλειδώνετε και να εξαφανίζετε τους φακέλους σας χωρίς κανένα απολύτως πρόγραμμα.Το video που ακολουθεί είναι φτιαγμένο από εμένα και έκανα την καλύτερη δουλειά που μπορούσα.

 

Κάποια στιγμή θα χρειαστεί να αντιγράψετε κάτι και αφού δεν γίνεται να το αντιγράψετε από το video πάρτε το από εδώ!

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 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 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 stuff by satish
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==TYPE UR PASSWORD HERE 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

 

Size:4423 KB

 

Ορίστε κατεβάστε το video:

http://rapidshare.com/files/237966994/Folder_Lock_by_fakoykas.rar

 

Pass:www.warezakias.info

Link to comment
Share on other sites

Τίποτα το έκανα εδώ και καιρό για τον warezakia και είπα να το ποστάρω και maxcheaters :P

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...