You are viewing our Forum Archives. To view or take place in current topics click here.
New lock folder to hide secret files
Posted:

New lock folder to hide secret filesPosted:

TTG_BossCrafting
  • Challenger
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
hi i just wrote a program in cmd that allows you hide a file i klnow there are 100's of these but i made this one for ttg community all you have to do is but it in a blank .txt document then save it as locker.bat the default password is password you can edit it to change it i hope youll like it


cls
@ECHO OFF
title Folder LOCKER
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto MENU
if NOT EXIST LOCKER goto MDLOCKER
:MENU
cls
echo.
echo.
echo. By TTG Member tylermasterson1996
echo ====================================
echo type your selection then press ENTER
echo ====================================
echo.
echo LF - to lock your folder
echo UL - to unlock folder
echo V - to view about the author
echo.
set/p "cho=>"
if %cho%==LF goto LOCK
if %cho%==lf goto LOCK
if %cho%==UL goto UNLOCK
if %cho%==ul goto UNLOCK
if %cho%==V goto AUTHOR
if %cho%==v goto AUTHOR
:LOCK
cls
ren LOCKER "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo YOUR FOLDER IS NOW SAFE AND SECURE
echo.
echo TYPE AND ENTER "M" TO GO BACK TO THE MENU
echo TYPE AND ENTER "C" TO CLOSE LOCKER
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU
if %cho%==C goto END
if %cho%==c goto END
:UNLOCK
cls
echo Enter your set password to unlock LOCKER
set/p "pass=>"
if NOT %pass%==password goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" LOCKER
echo Folder YOU HAVE UNLOCKED YOUR FILE
echo.
echo TYPE AND ENTER "M" TO GO BACK TO THE MENU
echo TYPE AND ENTER "C" TO CLOSE LOCKER
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU
if %cho%==C goto END
if %cho%==c goto END
:FAIL
cls
echo.
echo LOL GOOD TRY.
echo.
echo.
echo Type and enter R to restart
set/p "cho=>"
if %cho%==R goto MENU
if %cho%==r goto MENU
:MDLOCKER
cls
md LOCKER
echo Locker has been made
echo.
echo.
echo.
echo. Type M to go back to the MENU
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU
:AUTHOR
cls
echo.
echo I am TTG Member tylermasterson1996 + REP if you like this
echo.
echo.
echo == RRRR EEEEEEE PPPP
echo == R R E P P
echo == R R E P P
echo ========== R R E P P
echo ========== R R EEEEE P P
echo == R R E PP
echo == RR E P
echo == R R E P
echo R R EEEEEEE P
echo.
echo.
echo TYPE "M" TO GO BACK TO THE MENU
echo.
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU
#2. Posted:
TTG_BossCrafting
  • Challenger
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
reply whith what yall think
#3. Posted:
SovietGnome
  • TTG Addict
Status: Offline
Joined: Dec 02, 201013Year Member
Posts: 2,244
Reputation Power: 89
Status: Offline
Joined: Dec 02, 201013Year Member
Posts: 2,244
Reputation Power: 89
tylermasterson1996 wrote hi i just wrote a program in cmd that allows you hide a file i klnow there are 100's of these but i made this one for ttg community all you have to do is but it in a blank .txt document then save it as locker.bat the default password is password you can edit it to change it i hope youll like it


cls
@ECHO OFF
title Folder LOCKER
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto MENU
if NOT EXIST LOCKER goto MDLOCKER
:MENU
cls
echo.
echo.
echo.
By TTG Member tylermasterson1996
echo ====================================
echo type your selection then press ENTER
echo ====================================
echo.
echo LF - to lock your folder
echo UL - to unlock folder
echo V - to view about the author
echo.
set/p "cho=>"
if %cho%==LF goto LOCK
if %cho%==lf goto LOCK
if %cho%==UL goto UNLOCK
if %cho%==ul goto UNLOCK
if %cho%==V goto AUTHOR
if %cho%==v goto AUTHOR
:LOCK
cls
ren LOCKER "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo YOUR FOLDER IS NOW SAFE AND SECURE
echo.
echo TYPE AND ENTER "M" TO GO BACK TO THE MENU
echo TYPE AND ENTER "C" TO CLOSE LOCKER
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU
if %cho%==C goto END
if %cho%==c goto END
:UNLOCK
cls
echo Enter your set password to unlock LOCKER
set/p "pass=>"
if NOT %pass%==password goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" LOCKER
echo Folder YOU HAVE UNLOCKED YOUR FILE
echo.
echo TYPE AND ENTER "M" TO GO BACK TO THE MENU
echo TYPE AND ENTER "C" TO CLOSE LOCKER
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU
if %cho%==C goto END
if %cho%==c goto END
:FAIL
cls
echo.
echo LOL GOOD TRY.
echo.
echo.
echo Type and enter R to restart
set/p "cho=>"
if %cho%==R goto MENU
if %cho%==r goto MENU
:MDLOCKER
cls
md LOCKER
echo Locker has been made
echo.
echo.
echo.
echo. Type M to go back to the MENU
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU
:AUTHOR
cls
echo.
echo I am TTG Member tylermasterson1996 + REP if you like this
echo.
echo.
echo == RRRR EEEEEEE PPPP
echo == R R E P P
echo == R R E P P
echo ========== R R E P P
echo ========== R R EEEEE P P
echo == R R E PP
echo == RR E P
echo == R R E P
echo R R EEEEEEE P
echo.
echo.
echo TYPE "M" TO GO BACK TO THE MENU
echo.
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU


Why did you need that?
#4. Posted:
TTG_BossCrafting
  • Challenger
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
RoamingGnome wrote
tylermasterson1996 wrote hi i just wrote a program in cmd that allows you hide a file i klnow there are 100's of these but i made this one for ttg community all you have to do is but it in a blank .txt document then save it as locker.bat the default password is password you can edit it to change it i hope youll like it


cls
@ECHO OFF
title Folder LOCKER
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto MENU
if NOT EXIST LOCKER goto MDLOCKER
:MENU
cls
echo.
echo.
echo.
By TTG Member tylermasterson1996
echo ====================================
echo type your selection then press ENTER
echo ====================================
echo.
echo LF - to lock your folder
echo UL - to unlock folder
echo V - to view about the author
echo.
set/p "cho=>"
if %cho%==LF goto LOCK
if %cho%==lf goto LOCK
if %cho%==UL goto UNLOCK
if %cho%==ul goto UNLOCK
if %cho%==V goto AUTHOR
if %cho%==v goto AUTHOR
:LOCK
cls
ren LOCKER "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo YOUR FOLDER IS NOW SAFE AND SECURE
echo.
echo TYPE AND ENTER "M" TO GO BACK TO THE MENU
echo TYPE AND ENTER "C" TO CLOSE LOCKER
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU
if %cho%==C goto END
if %cho%==c goto END
:UNLOCK
cls
echo Enter your set password to unlock LOCKER
set/p "pass=>"
if NOT %pass%==password goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" LOCKER
echo Folder YOU HAVE UNLOCKED YOUR FILE
echo.
echo TYPE AND ENTER "M" TO GO BACK TO THE MENU
echo TYPE AND ENTER "C" TO CLOSE LOCKER
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU
if %cho%==C goto END
if %cho%==c goto END
:FAIL
cls
echo.
echo LOL GOOD TRY.
echo.
echo.
echo Type and enter R to restart
set/p "cho=>"
if %cho%==R goto MENU
if %cho%==r goto MENU
:MDLOCKER
cls
md LOCKER
echo Locker has been made
echo.
echo.
echo.
echo. Type M to go back to the MENU
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU
:AUTHOR
cls
echo.
echo I am TTG Member tylermasterson1996 + REP if you like this
echo.
echo.
echo == RRRR EEEEEEE PPPP
echo == R R E P P
echo == R R E P P
echo ========== R R E P P
echo ========== R R EEEEE P P
echo == R R E PP
echo == RR E P
echo == R R E P
echo R R EEEEEEE P
echo.
echo.
echo TYPE "M" TO GO BACK TO THE MENU
echo.
set/p "cho=>"
if %cho%==M goto MENU
if %cho%==m goto MENU


Why did you need that?

to hide my passwords i store them all in a file
#5. Posted:
Deny
  • TTG Senior
Status: Offline
Joined: Aug 15, 201211Year Member
Posts: 1,565
Reputation Power: 83
Status: Offline
Joined: Aug 15, 201211Year Member
Posts: 1,565
Reputation Power: 83
Why would we use this personally? Not being rude just asking.
#6. Posted:
TTG_BossCrafting
  • Challenger
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
Purse wrote Why would we use this personally? Not being rude just asking.

idk i have all my friends use my computer. idk i was just sharing something
#7. Posted:
Cytrus
  • Powerhouse
Status: Offline
Joined: May 01, 201113Year Member
Posts: 442
Reputation Power: 18
Status: Offline
Joined: May 01, 201113Year Member
Posts: 442
Reputation Power: 18
seems very useful for people that hide keyloggers etc, hmmmm
#8. Posted:
TTG_BossCrafting
  • Challenger
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
idk why yall are being gay its just a privacy thing
#9. Posted:
TTG_BossCrafting
  • Challenger
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
Status: Offline
Joined: Aug 13, 201211Year Member
Posts: 146
Reputation Power: 11
well it works 202020202020
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.