0% found this document useful (0 votes)
276 views12 pages

10 Notepad Tricks To Fool Ur Frnds

This document provides 10 tricks that can be done using Notepad to fool or prank friends. The tricks include: 1) Sending a batch file that cycles messages on a friend's computer. 2) Sending a batch file that conveys a message and shuts down a friend's computer. 3) Sending a script that toggles a friend's Caps Lock button. 4) Sending a script that continually pops out a friend's CD drive. 5) Sending a script that continually hits the Enter key on a friend's computer. 6) Sending a script that slowly types a message in Notepad. 7) Sending a script that continually hits

Uploaded by

Subhadip Dey
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
276 views12 pages

10 Notepad Tricks To Fool Ur Frnds

This document provides 10 tricks that can be done using Notepad to fool or prank friends. The tricks include: 1) Sending a batch file that cycles messages on a friend's computer. 2) Sending a batch file that conveys a message and shuts down a friend's computer. 3) Sending a script that toggles a friend's Caps Lock button. 4) Sending a script that continually pops out a friend's CD drive. 5) Sending a script that continually hits the Enter key on a friend's computer. 6) Sending a script that slowly types a message in Notepad. 7) Sending a script that continually hits

Uploaded by

Subhadip Dey
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 12

10 notepad tricks to fool ur frnds

1>
Cycle a message in your friend's computer:

Type :

@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 it as "Anything.BAT" and send it.

2>
Convey your friend a lil' message and shut down his / her computer:
Type :

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

Save it as "Anything.BAT" in All Files and send it.

3>
Toggle your friend's Caps Lock button simultaneously:
Type :

Set wshShell =wscript.CreateObject("WScript.Shell")


do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Save it as "Anything.VBS" and send it.

4>
Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!
Type :

Set oWMP = CreateObject("WMPlayer.OCX.7")


Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Save it as "Anything.VBS" and send it.

5>
Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :

Set wshShell = wscript.CreateObject("WScript.Shell")


do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Save it as "Anything.VBS" and send it.

6>
Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:
Type :

WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "

Save it as "Anything.VBS" and send it.

7>
Frustrate your friend by making this VBScript hit Backspace simultaneously:
Type :

MsgBox "Let's go back a few steps"


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

Save it as "Anything.VBS" and send it.

8>
Hack your friend's keyboard and make him type "You are a fool" simultaneously:
Type :

Set wshShell = wscript.CreateObject("WScript.Shell")


do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop
Save it as "Anything.VBS" and send it.

9>
Open Notepad continually in your friend's computer:
Type :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as "Anything.BAT" and send it.

10>
Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-5 and
then does a certain action:

1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown
Type :

@echo off
title The end of the world
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 come crying to me when you fried
your computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two

Save it as "Anything.BAT" and send it

10 Awesome Notepad Tricks


FEBRUARY 16, 2010

Notepad is the default text editor in the Microsoft Windows


OS. Many people prefer alternatives to notepad such as
Notepad++, but did you know that notepad can do much
more than just view and edit text ? In fact, I’ll tech you
how to make a fake virus using notepad so that you can
fool your friends 

Here are some awesome trick you can do with notepad…..

1. Log Diary Trick


Have you ever wanted to make your
own diary on your computer ? Why
not try notepad..
 Open notepad
 Type .LOG
 Save the file as LOG.txt
Now when you open notepad, the date and time will automatically be inserted. Write
anything you want and the date and time is auto inserted. Your own notepad Diary 

2. The 4335 Rule


This trick may not work on all computers
This has been surprising users for quite some time. When
you enter a few secret codes, notepad hides them.
 Open notepad and type in BUSH HID THE FACTS
 Close notepad and open it again to see the magic
Can you read it again ? This is called the 4335 Rule. This
means, if the first word is four words, the second and third as three words, and the
fourth as five words, then you follow the 4335 rule and the text is hidden.

The same happens with this app can break.


3. Open a file using notepad
Here is a simple trick to open any file or program with notepad.
Open notepad and type the following:

Start path of file
Then save the file as Shortcut.bat
Please note that the file type should be kept as ALL FILES while saving it as a .bat file.
Change path of file with your actual file path. For example if you have a file
called runwith an extension .exe in the folder TEST in C:\ drive, then your path should
be something like this: C:\TEST\run.exe
If you want to open some complicated programs such as Firefox, then use this code:

START /d “path of folder” program.extension


Change path of folder with the actual path of the folder, and put the name of the
program with its extension. For example if you have a file called run with an extension
of .exe in the folder TEST in C:\ drive, then your code should be something like
this: START /d “C:\TEST” run.exe
4. Make Questions
Want to make something interactive ? Need to make questions ? Here is an example of
a question made with notepad where the user got the answer correct.

To do this, just type the following code in notepad.

@ECHO OFF
ECHO:
ECHO ………………………………………..
ECHO PRESS 1 or 2 to select your task, or 3 to EXIT.
ECHO ………………………………………..
ECHO.
ECHO 1 – This info was given by Fun PC Life
ECHO 2 – This info was not given by Fun PC Life
ECHO 3 – EXIT
ECHO.
SET /P M=Type 1, 2, or 3, then press ENTER:
echo:
IF %M%==1 GOTO Correct
IF %M%==2 GOTO Wrong
IF %M%==3 GOTO EXIT
:Correct
echo You are right !!
GOTO END
:Wrong
echo You are wrong. This info was really given by Fun PC Life
GOTO END
:END
PAUSE
goto EXIT
:EXIT
Now save the file as Question.bat and run the file.
Please note that the file type should be kept as ALL Files while saving it as a .bat file.
You can modify the code for your convenience. Change the bold text and try it out.

5. Make the Matrix

To make this, open notepad and type the following:


@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random%
%random% %random% %random% %random% %random% %random% %random%
%random%
goto start
Save this file as Matrix.bat
Make sure the file type is kept as ALL FILES while saving it as a .bat file.
Open the saved file and see the magic.
6. Alternative Single Character Matrix

Type in the following in notepad:

@echo off
color 0a
:A
echo 7 y x 3 W 8 G M P q 1 F 0 U v c i j O D s a E I j H 9 t 6 7 z C B 4 g 8 3 W 8 G
ping localhost -n 1 > nul
goto A
Save the file as Matrix2.bat and run the file.
The file type should be kept as ALL FILES while saving a .bat file.
7. Lock Folders using Notepad
This trick may not work on all computers
Lets say you want to lock a folder named PICS in your D:\ drive , whose path isD:\PICS
Then the code should be something like this:
ren pics pics.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Pics is your folder name. Use the name of the folder in place for pics. Save the text file
as lock.bat in the same drive.
To unlock this locked folder:
Open another new notepad text file and type the following:
ren pics.{21EC2020-3AEA-1069-A2DD-08002B30309D} pics
Save the text file as key.bat in the same drive. Here again, pics is the name of the
folder. Change it to the folder you want to lock.
8. Make a fake Virus POP UP
Type the following code in notepad:
@echo off
msg * WARNING
msg * VIRUS ENTERED YOUR PC
Save the file as pop.bat and run it. You should get two pop up messages. There has
been an issue on some computers, but it should work on most computers.
9. Create a command prompt Virus message

Type the following in notepad:

@ echo off
title Virus
echo Your system is affected by virus
PAUSE
echo:
echo Windows will now try to undo changes
PAUSE
echo:
echo FAILED !
PAUSE
echo:
echo Your system is corrupt
PAUSE
Save the file as virus.bat and run the file.
10. Test your antivirus by EICAR STANDARD ANTIVIRUS TEST
Now, you can check if your antivirus really works. Type the following in notepad:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Save the file as virus-test.txt
Scan the file. If your antivirus detects this file as a virus and tries to remove it, then
you can be sure your antivirus is a good one. This is a much easier way, than actually
downloading a virus to test it. This sample virus code is perfectly harmless and allows
you to test your antivirus. A good antivirus like MS Security Essentials will detect this
test virus even before you scan it.
That's all the tricks I'm sharing, at least for now. All the tricks above are perfectly safe
and will not harm your computer in any way. There are many destructive notepad tricks
as well, like making a real virus which kills the Operating System, but personally, I
believe that is only meant for developers who want to make their OS security better.
Use these tricks in your best behavior 

Try these out and give us your comments......

You might also like