Skip to main content

Top 10 Tricks and Pranks on Notepad

Scare your friends and make them believe their computer is ‘Possessed’ with these simple Computer Pranks, most of which only require a notepad.



Scary Notepad Tricks and Pranks

9. Automatically Close and Open CD/DVD ROM

In Notepad, Copy paste the below code and save it as ‘anyname.vbs’
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
You must somehow persuade your friend to open the file or set up a plot to scare your friend with this trick

8. Text to Speech in Notepad – Ghost Voice

You can convert Text to Speech in Notepad. Copy and Paste the below code into Notepad and save it as ‘anything.vbs’
Dim msg, sapi
msg=InputBox(“You are going to Die”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg
Change ‘You are going to die’ to any Scary prank you want.

7. Matrix Blood Effect on Notepad

Scare your friends with Matrix style text effect. Copy the code below and save it as ‘anything.bat’.
@echo off
color 04
:start
echo you will die you will die
goto start

6. Auto Shutdown with Warning Message

You can Auto Showdown your friend’s PC with a scary warning alert. Copy the code below and save it as  .bat
@echo off
msg * I don’t like you
shutdown -c “You are Going to Die!” -s

5. Make Keyword Type Automatically

Annoy your friend by automatically making keyboard type continuously. Copy the below code and save it as ‘anything.vbs’
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 90
wshshell.sendkeys “You are going to Die.”
loop

4. Scariest Notepad Prank

Copy paste the below code in Notepad and save it as ‘something.vbs’
WScript.Sleep 1700
WScript.Sleep 980
Set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.AppActivate “Notepad”
WScript.Sleep 500
WshShell.SendKeys “Hi”
WScript.Sleep 500
WshShell.SendKeys “Ho ”
WScript.Sleep 500
WshShell.SendKeys “, Ya”
WScript.Sleep 500
WshShell.SendKeys “Wha”
WScript.Sleep 500
WshShell.SendKeys “T ”
WScript.Sleep 500
WshShell.SendKeys “Are”
WScript.Sleep 500
WshShell.SendKeys “? ”
WScript.Sleep 500
WshShell.SendKeys “You”
WScript.Sleep 500
WshShell.SendKeys “Going”
WScript.Sleep 500
WshShell.SendKeys “to”
WScript.Sleep 500
WshShell.SendKeys ” do”
WScript.Sleep 500
WshShell.SendKeys “Sca”
WScript.Sleep 500
WshShell.SendKeys “Ry! “

3. Turn Caps Lock On and Off Trick on Notepad

Copy paste the below code into Notepad and save it as ‘something.vbs’. Forward it to your friends and scare them off
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 95
wshshell.sendkeys “{CAPSLOCK}”
loop

2. Press Enter Key Automatically

Copy paste the below code into  Notepad and save it as ‘something.vbs’ , Forward it to your friends and scare them off
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 95
wshshell.sendkeys “~(enter)”
loop

1. Send Message Continuously with Notepad

Copy paste the below code into  Notepad and save it as ‘something.vbs’ , Forward it to your friends and scare them off
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 95
wshshell.sendkeys “You will Die.”
loop


Comments

Popular posts from this blog

Passive Income? & Types of Passive Income

The Passive Income exists - 5 ways to achieve it easily it’s been used to define money being earned regularly with little or no effort on the part of the person receiving it. Everyone talks about it, but what is the Passive Income? Most of us earn actively so, get up in the morning, maybe soon, go to work for at least eight hours and get remuneration. Others instead support or replace this form of profit with passive remuneration. It's a good marketing concept, it's something difficult to achieve, but it's not impossible.There are in fact several ways to create money with a small initial effort that then turns into the creation of a continuous cash flow. Ideas for achieving Passive Income 1. Income from assets Obviously the easiest passive income to think about is the one that comes from investments and therefore from assets. The interests, the stock dividends, but also the rents, which derive from real estate, are income produced without great efforts, bu...

What is Blockchain and how it is a unique system

We live in an era where everybody heard about either blockchain or cryptocurrency or maybe bitcoin as they are the trending and media’s favorite topics these days. Even the people who’ve never mined a cryptocurrency, or don't know how it works, are talking about it. So If you don't know what It is then you are in the right place. I will try to explain it but also keeping in mind to keep it as simple as possible so that even a non-tech person can understand me what I am talking about? So the question that pops into our mind is Why we need the blockchain? To explain the significance of blockchain we will picture a scene that will better explain how it works. Let's suppose 2 friends Tom and Bob and Bob went on a vocation, which he planned for a long time, but during his vacation, he exceeded the budget. Now he needs more money so he calls his friend Tom and asks him to send him 500 Euro so he can enjoy his vacation. Tom has the money so he responds to him "Sending right ...

eSata vs Usb 3.0 | The Speed Factor

eSata made it’s debut as an extension for one most the most popular data transfer technology, SATA. On the other hand, USB 3.0 is on it’s way to the top. So you might be wondering which one to choose for your device eSata vs Usb 3.0 | Speed and Performance Usb 3.0 was much of an overhaul of USB 2.0 in terms of speed and performance. It now supports speeds upto  5 GB/sec  almost 11 times that of old school USB 2.0 which hardly reached 500 MB/sec. While on the other hand, eSata finishes the marathon first with bandwidth clocked nearly 6 GB/ sec. But in practical, there won’t much speed variation. eSata handles data writing a little faster than USB but loses to it at reading data. One point that should be noted before deciding on choosing between eSata and USB 3.0 is backward compatibility. USB 3.0 port does support older devices compatible with USB 2.0. Here’s a video which brings out comparison between eSata and USB 3.0 in...