You may have heard about CMD tricks or google tricks but this is notepad tricks. We mostly use notepad for just typing but there are also some awesome tricks in notepad, with these tricks you can prank any friend and have lots of fun. Let’s have a look at the Best Notepad Tricks 2016
Best Notepad Tricks 2016
In this trick you can whether the antivirus is working properly or not. Copy the code below and paste it in your notepad and save as test.exe
X5O!P%@AP[4PZX54(P^) 7CC)7}$EICAR-STANDARD- ANTIVIRUS-TEST-FILE!$H+H*
In this trick you can see the log details with date and time. Just you have copy the code below and paste it in your notepad and save as log.txt.
.LOG
It will repeat any of your messages on your computer screen. You have to copy and paste it in notepad and save as message.bat.
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
In this trick, the CD drive will continuously pop out whenever you will to try to close it. Just copy and paste the code below in notepad and then save it as cd.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
In this trick you can send a message to your victim and when he/she will open that message, his/her computer will be shutdown. Just copy and paste the code below in notepad and then save as anyname.bat.
@echo off
msg * Hey how are you
shutdown -c “Error! You are really a stupid!” –s
In this trick, whenever you will type anything it will show slowly in your computer screen. just copy and paste the below code in the notepad and save it as anyname.vbs.
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! “
In this trick it will give you matrix effect on your screen. Just copy the below code and paste in notepad and save it as anyname.bat.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
In this trick, it will format your hard drive data. Now, copy and paste the code from below in the notepad and save as anyname.exe.
01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000
In this trick it will convert your text into audio. Just you have to copy and paste the code given below in the notepad and save it as text-to-audio.vbs.
Dim message, sapi message=InputBox(“Enter your text for conversion–infogalaxy.in”,”Hover pc Hacks Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message
In this trick you can print out a tree root on your screen and just copy and paste the code below in the notepad and save it as teekids in C:windows system.
{print tree root}
C:windowssystem
{print C:windowssystemwinlog
4*43″$@[455] 3hr4~
In this you can toggle your capslock key of your keyboard by copying and pasting the code given below in notepad and save it as .vbs and open that file and see what the magic happens while using capslock.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Just copy the code and paste it in the notepad and save as error.vbs.
X=Msgbox(“Put your Message Here”,0+16,”Put Title Here”)
In this trick you will see all three LED lights of a keyboard will start to blink repeatedly. You have copy and paste the code from below in notepad and save as LEDDance.vbs.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
You can check from this link
This trick is perfect to annoy your victim or friend. Just copy and paste the code given below in the notepad and save it as .bat. You can send it to your friend and make him/her click and open it.
@ECHO OFF
:TOP
START %SYSTEMROOT%\SYSTEM32\NOTEPAD.EXE
GOTO TOP
That’s it, with these trick you can easily prank your friend and have lots of fun.