How to hide hacks /gewd
Put the hacks in a folder called "Personal"
Open Notepad and Type the following
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.
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
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.

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.
