6 of the Best Notepad Tricks and Pranks
by AlexZhang in Circuits > Software
12369 Views, 58 Favorites, 0 Comments
6 of the Best Notepad Tricks and Pranks
![Capture.PNG](/proxy/?url=https://content.instructables.com/FIL/UHEG/I8EBBJA8/FILUHEGI8EBBJA8.png&filename=Capture.PNG)
the following are codes to paste in notepad
Nonstop Message Popping
![Capture.PNG](/proxy/?url=https://content.instructables.com/FEW/SF29/I8EBBFJB/FEWSF29I8EBBFJB.png&filename=Capture.PNG)
@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
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
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
Matrix
![Capture.PNG](/proxy/?url=https://content.instructables.com/FY2/GLI6/I8EBBGMH/FY2GLI6I8EBBGMH.png&filename=Capture.PNG)
@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
Auto Backspace
MsgBox “your message here”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
save as .vbs
Automatic Enter
MsgBox “your message here”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{enter}”
loop
save as .vbs
How to Get Your Friend to Click on One
![552a7ee726ece23b5900005c.jpeg](/proxy/?url=https://content.instructables.com/FFJ/F3SG/I8EBBEXD/FFJF3SGI8EBBEXD.jpg&filename=552a7ee726ece23b5900005c.jpeg)
![552a7efe26ece2eb27000033.jpeg](/proxy/?url=https://content.instructables.com/FW6/Q29G/I8EBBF2X/FW6Q29GI8EBBF2X.jpg&filename=552a7efe26ece2eb27000033.jpeg)
![Capture2.PNG](/proxy/?url=https://content.instructables.com/FA9/HOO6/I8EBBEP9/FA9HOO6I8EBBEP9.png&filename=Capture2.PNG)
![Capture3.PNG](/proxy/?url=https://content.instructables.com/F6X/C35L/I8EBBEPD/F6XC35LI8EBBEPD.png&filename=Capture3.PNG)
![Capture4.PNG](/proxy/?url=https://content.instructables.com/FJS/B3O3/I8EBBERD/FJSB3O3I8EBBERD.png&filename=Capture4.PNG)
- create a shortcut
- go to properties
- go to short cut
- press change icon
- choose an icon and name it accordingly