Today I'm going to post my greatest trick on batch coding. So whats the deal? easy, this coding will manipulate the UAC (User Account Control) of your folder. Overall it's a folder locker software.
So, make sure you have the right requirement:
- Windows 7
- Notepad
- Bat to Exe converter by f2ko
What is the fun thing about this coding?
- Trick people
- Secure your file
- Solve abandon file
- Make it your software
First step
Open an empty notepad and save it as *.bat
2nd step
Copy the batch coding below:
Title KeyLog
cls
@echo off
:Enter
cls
echo.
echo [] [][][] [][][] [][]\\ [] [] [] [][][]
echo [] [] [] [] [] [] [] [] [][] [] []
echo [] [] [] [][][] [] [] [] [] [] [] [] [][][]
echo [] [] [] [] [] [] [] [] [] [][] [] []
echo [][][] [][][] [] [] [][]// [] [] [] \\[][][]
echo.
pause
goto a0
:a0
cls
echo Read Instruction [R]
echo Skip [S]
echo.
set /p "cho=>"
if %cho%==r goto guide
if %cho%==S goto a1
if %cho%==s goto a1
if %cho%==R goto guide
:guide
cls
echo ----------------------------------------------------------------------
echo.
echo 1) We the maker, not going to claim anything if there were
echo an ERROR.
echo 2) Think and Be CAREFULLY on using this locker.
echo 3) This locker is an open source application and does not
echo required any fund.
echo 4) Always follow the instruction.
echo 5) Do not worry, this locker will save your stuff warmly.
echo 6) List of the benefits:
echo.
echo i ) Faster
echo ii ) Easy
echo iii) Handy
echo iv ) Doesn't required an installation
echo v ) High Protection but not encrypt your stuff
echo.
echo 7) List of benefitsless:
echo.
echo i ) Not encrypt your ID
echo ii ) Cannot change your ID
echo iii) Must be put in the same path folder that you want to
echo lock
echo iv ) THERE IS NO OTHER WAY TO ENTERING THE LOCK FOLDER
echo IF YOU FORGOT YOUR ID
echo.
echo 8) Email me if you need an answer [azuma.kazuma97@gmail.com]
echo.
echo ----------------------------------------------------------------------
pause
goto a1
:a1
cls
echo State your ID
set/p "PASS=>"
IF NOT %PASS%== 1800822822 goto Enter2
goto a2
:a2
cls
echo What is the last letter in your name?
set/p "PASS=>"
IF NOT %PASS%== r == R goto Enter2
goto a
:Enter2
cls
echo CODE ATTEMPT FAILED!!!
echo Proceed to Enter CODE [HINT: ERROR]
set/p "PASS=>"
IF NOT %PASS%== 0 goto a2
goto a
:a
if EXIST "MABS" goto Pilih
if EXIST "RESTRICTED.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}" goto Pilih
if NOT EXIST MABS goto Made
:Pilih
cls
echo Lock (L) or Unlock (U) or Exit (Q)
set/p "CHO=>"
if %CHO%==L goto lock
if %CHO%==l goto lock
if %CHO%==U goto unlock
if %CHO%==u goto unlock
if %CHO%==Q goto kuar
if %CHO%==q goto kuar
goto Pilih
:lock
if exist "RESTRICTED.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}" goto nochoice
ren MABS "RESTRICTED.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}"
ICACLS RESTRICTED.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} /deny EVERYONE:(F,M,RX,R,W,D,DE,RC,WDAC,WO,S,AS,MA,GR,GW,GE,GA,RD,WD,AD,REA,WEA,X,DC,RA,WA)
goto massage1
:nochoice
cls
echo The FOLDER already locked! Follow step given below to unlock
pause
goto unlock
:unlock
ICACLS RESTRICTED.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} /grant EVERYONE:(F,M,RX,R,W,D,DE,RC,WDAC,WO,S,AS,MA,GR,GW,GE,GA,RD,WD,AD,REA,WEA,X,DC,RA,WA)
ren "RESTRICTED.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}" MABS
goto massage2
:Made
md MABS\1997
goto Pilih
:massage1
msg * This Folder Has Been Restricted For Being Used. Command From MABS Corporation.
goto kuar
:massage2
msg * We Got Permission From MABS Corporation to Let You Use This Folder.
goto kuar
:kuar
3rd step
Finish copying, paste it to the *.bat file that you already save.
Any question please comment or email me.