Friday 13 February 2015

Top 7 Notepad Tricks to Scare the Hell out of Your Friends.

Notepad is a text application which is often used by users to save text files on their computer systems. Such notepad file may at times contain your passwords. Some important dates or letters which may be of use to you some time later on. Apart from this, notepad proves to be very useful to users for creating WiFi hotspot using notepad allowing you to develop internet connection and for converting text into audio files.



Users can also use notepad for cracking pranks on your friends to scare them off. Below mentioned are some of the prank tricks to be tried on friends. These are really awesome and best Notepad tricks which could definitely scare your friends.

1- Non-Stop Message Pops

Open the notepad file and type the code mentioned below and save it. The file can be saved as demo.bat. However, once this is done you will have to convince your friend to double click on the file.

@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

2- Keyboard Keys Typed Continuously

Type the below mentioned code on your notepad file and then save it as demo.vbs. Ask your friend to double click it and then wait to see the magic.

MsgBox “stop me..! if you can”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

3- Convey the Message and Turn Off your Computer

Again this time, type the code file on notepad and save it as demo.bat. Whenever your friend will open the file, he will be scared like hell because of it.

@echo off
msg * I don’t like you SHIT Computer !
shutdown -c “Hahahah you are Doomed” -s

4- Toggle Caps Lock Button Simultaneously

Use the code below on your notepad file, and your friend would be scared like hell after seeing the notepad file. So what are you waiting for get started and copy the code on your notepad file.

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

5- Automatically Hitting Enter After Key Press

Type the code mentioned below and save the file as demo.vbs. Once this is done ask your friend to access the file.

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

6- Lock your Keyboard and Automatically Type Something

The below mentioned code will have to be typed in to see scaring effects and reactions of your friend.
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “Your Computer have been locked down because of some security problems.”
loop

7- Slowly Type Things Automatically

Write the code mentioned below:

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! “
Once it is done, save the file as demo.vbs and tell your friend to open the file. After accessing the file, your friend would be surprised and scared to see the results.

Conclusion

After going through the above, I am sure you would be having wholesome of scary ideas to scare the hell out of your friend and see his/her amazing reactions. Furthermore, don’t forget to share this guide with your other friends and circle too. Your share would create some matters of friendship among your friends.

Written by

is one of the Team Member of Programmer vs Hacker. He has written many articles on this website and is a patner of this website.

1 comments:

We’re eager to see your comment. However, Please Keep in mind that comments are moderated manually by our human reviewers according to our comment policy, and all the links are nofollow. Using Keywords in the name field area is forbidden. Let’s enjoy a personal and evocative conversation.

© 2015 Programmer vs Hacker. All rights resevered.