Notepad could be seen as simple text securing application in windows, people usually use it to store some passwords, maybe some letter text or even some even t dates. Well apart from this Notepad could be proves to be useful in many ways like creating Wi-Fi Hotspot using Notepad allows you to easily tether internet connection, even converting text into audio that too using just notepad.
Funny Notepad Tricks for Pranking your Friends
Well today I have another list of notepad tricks you can perform in order to have some fun with your friends. Lets Start :p
Non-Stop Message Popping
Open Notepad & Type below code into it and save it as demo.bat, now you need to convince your friend to double click on this 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 BEGINKeyboard Keys typed Continuously
Open Notepad & Type below code into it and save it as demo.vbs, now you need to convince your friend to double click on this file.MsgBox “stop me..! if you can”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loopConvey Message & Shutdown Computer Automatically
Open Notepad & Type below code into it and save it as demo.bat, now you need to convince your friend to double click on this file.@echo off
msg * I don’t like you SHIT !
shutdown -c “Hahahah you are Doomed” -sToggle Caps Lock Button Simultaneously
Open Notepad & Type below code into it and save it as demo.vbs, now you need to convince your friend to double click on this file.Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loopAutomatic Enter Hitting after Key Press
Open Notepad & Type below code into it and save it as demo.vbs, now you need to convince your friend to double click on this file.Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loopLock Keyboard & Automatic Typing "You are a FOOL"
Open Notepad & Type below code into it and save it as demo.vbs, now you need to convince your friend to double click on this file.Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”
loopSlowly Type Anything Automatically
Open Notepad & Type below code into it and save it as demo.vbs, now you need to convince your friend to double click on this file.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! “Automatic Backspace Hitting after Pressing any Key
Open Notepad & Type below code into it and save it as demo.vbs, now you need to convince your friend to double click on this file.MsgBox “Let’s rock and roll”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loopOpening Notepad Continuously in Friends Computer
Open Notepad & Type below code into it and save it as demo.bat, now you need to convince your friend to double click on this file.@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO topPopping CD Drive In/Out Automatically
Open Notepad & Type below code into it and save it as demo.vbs, now you need to convince your friend to double click on this file.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
So everyone this ends another tricky post, hope you like these awesome pranking notepad tricks, well if you have some other amazing ones do comment below.
Sign up here with your email
ConversionConversion EmoticonEmoticon