How to hide hacks /gewd

Posts 15 of 5 · Page 1 of 1
How to hide hacks /gewd
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.
Hey can u help me
i delete the words password and put : qweqsc
and lock folder
and now i write : qweqsc i can't open folder ...
Wrong password..
can u help me ? plx
Quote Originally Posted by tomekxs View Post
Hey can u help me
i delete the words password and put : qweqsc
and lock folder
and now i write : qweqsc i can't open folder ...
Wrong password..
can u help me ? plx
If you just want to test it, you should use a really simple password, like "test" or "aaa". If you just want to unlock the file again, remove this line and run it:
Code:
if NOT %pass%==passwordhere goto FAIL
That bypasses the whole password check so the password thing isn't very secure. But it works fine if you store it in a different folder where the hidden folder is, and it's not easy to guess where the hidden folder is located. Then just copy it to the right folder when you want to unlock it.
umm.. well first of all make sure u typed it correctly try a much simpler password to test
lol gj i like this
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?