Social Icons

> Notepad Pranks

Get a list of the best notepad pranks or computer pranks that you can use on your friends on an april fools day. No more scratching your head for a prank, its all handy here.
Notepad as an application seems so simple, but when reinforced with proper codes can create some nasty applications. Some of these can be used to play pranks on your friends, but some have a potential to harm a computer. The tricks an tips listed here are for knowledge purpose and should be applied with caution.


You may also like: Crazy Browser Pranks

Here is a list of codes and extensions, which when applied, can completely change the way notepad works.

Once the user opens the file, it would trigger some functions that would perform the desired task. Please use them at your own risk.



1) Trick to open a warning message and shut down a computer.
Procedure: Open a notepad and type

@echo off
msg * You have been attacked
shutdown -c "Sorry! You are too late." -s

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

You may also like: Crazy Browser Pranks

2) Tick to Toggle caps lock continuously.
Procedure: Open a notepad and type

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

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

3) Trick to pop out CD drive continuously.
Procedure: Open a notepad and 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 "Anyname.VBS" and send it. If there are multiple CD drives, this program will pop out all of them.

4) Trick to hit Enter continuously.
Procedure: Open a notepad and type

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

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

5) Trick to auto-type a sentence slowly..
Procedure: Open a notepad and 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 "Anyname.VBS" and send it. Once the file is opened, it will start typing "Hello, how are you? I am good thanks" very slowly. This trick will freak your friend out.

6) Trick to hit Backspace continuously.
Procedure: Open a notepad and type

MsgBox "Lets go back in Time"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

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

7) Trick to hack keyboard.
Procedure: Open a notepad and type

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Save it as "Anyname.VBS" and send it. This will make your friend type what you want him to.

8) Trick to open notepad continually.
Procedure: Open a notepad and type

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

Save it as "Anyname.BAT" and send it. This program starts a chain reaction of notepads and there is no end except a hard reset.

9) Trick to set a flashing screen.
Procedure: Open a notepad and type

@echo off
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg
But if you really want to mess with a friend then copy and paste the following code which will do the same thing except when they press a key the screen will go black and the only way to stop the batch file is by pressing CTRL-ALT-DELETE.
@echo off
:a
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg
goto a

Save it as "Anyname.BAT" and send it. This trick can make your desktop screen flash random colors until you hit a key to stop it.

You may also like: Crazy Browser Pranks

8 comments:

  1. Tricks are mostly nasty, its just the way you take them :)

    ReplyDelete
  2. Hey thanx man for this wonderful post. I liked the last flashy screen trick. Sounds really cool.

    ReplyDelete
  3. Thanks Diana, If you do have some more to add it here, you are most welcome.

    ReplyDelete
  4. How do you stop the CD/Rom AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHhh!!!!!!!!!!!!!!!!!!!!

    ReplyDelete
  5. Dear Anonymous...I've mentioned here that some of these tricks need you to restart your PC. Unfortunately this is one of them.

    ReplyDelete
  6. How do I delete the backspace prank!

    ReplyDelete
  7. If you wish to stop the backspace prank go to task manager (Ctr+Alt+Del) or (Right click taskbar). In the Task manager goto Processes search for "wcript.exe" and do an end task to it.

    ReplyDelete

Write something for me: Comment, Feedback, Suggestion anything.