Introduction: 6 of the Best Notepad Tricks and Pranks
the following are codes to paste in notepad
Step 1: Nonstop Message Popping
@ECHO off
:Begin
msg * Hello
msg * You having fun?
msg * Me Too!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d !
GOTO BEGIN
save it as a .bat file
change the messages if you wish
Step 2: Keyboard Typing Loop
MsgBox “your message here"
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys“{bs}”
loop
save it as .vbs
Step 3: Cd Pop Out
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 tobcolCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If wscript.sleep 5000
loop
save as .vbs file
Step 4: Matrix
@echo off
color 02 :start echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random% goto start
save as . bat
Step 5: Auto Backspace
MsgBox “your message here”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
save as .vbs
Step 6: Automatic Enter
MsgBox “your message here”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{enter}”
loop
save as .vbs
Step 7: How to Get Your Friend to Click on One
- create a shortcut
- go to properties
- go to short cut
- press change icon
- choose an icon and name it accordingly

Participated in the
Coded Creations
6 Comments
7 years ago
Put these in the startup folder of your friend's computer
7 years ago on Introduction
Nice, but how to stop it?
7 years ago on Introduction
I voted.
7 years ago on Introduction
Amazing!
7 years ago on Introduction
Replace title word of instructable:
tricks => pranks
7 years ago
brilliant can't wait to try it out cheers