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...

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...

Be aware of Telegram scammers

In cryptocurrency, there are many scammers who take advantage of innocent people because scammer knows that they will easily be scammed and all the blame will be on that project where he or she was being scammed. So the purpose of writing this blog is to inform everyone, who want to be part of the cryptocurrency. There are many good cryptocurrency projects out there where you can invest and take advantage but you have to be careful because it is not the projects that have a flaw but it is our unawareness that will lead us to people who are basically out there to scam new users, because cryptocurrency is the implementation of decentralized system replacing the old centralized system. Telegram is the source that many cryptocurrency projects are taking as a way of communication and trying to help there members and also to build an active community. The purpose of the Telegram group is to help and respond to every question that a new or old client has and to inform about there upcoming p...