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
@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
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
@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
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
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
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! “
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.
Thanks 3:)
ReplyDelete