Best Funny Notepad Tricks

Posted by Anonymous  |  at  15:34 No comments


Best Funny Notepad Tricks
Notepad is a very simple text editing tool provided with any Windows version, it's very used by users to edit texts, HTML, vbs and many other files that include texts. Over the years of using Notepad, users and hackers have discovered many glitches that can be exploited and used to make some funny tricks ( some other are seriously not funny ). Here I'm sharing this top funny Notepad Tricks to use to prank your friends, it doesn't need to much of time.
Matrix Coding
  • Open Notepad
  • Paste the Following code
  • Save it as Matrix.bat
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
Keyboard types Automatically
  • Open Notepad
  • Paste the Following code
  • Replace "This is a Virus" with Any Text 
  • Save it as Trick.VBS
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Continuously Eject CD/DVD Tray
  • Open Notepad
  • Paste the Following code
  • Save it as Eject.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
Open Notepad Infinitely
  • Open Notepad
  • Paste the Following Code
  • Save it as NP.Bat
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Tagged as: ,

About the Author

Khawaja Ali is the author of this blog he is 18 year old white hat hacker, web-designer and a young programmer currently living in Khushab and studing in Punjab College Jauharabad.He love to help others thats why running this blog.Thanks for visiting here.

Get Updates

Subscribe to our e-mail newsletter to receive updates.

Share This Post

Related posts

0 comments:

Template Powered By Blogger.| Distributed by Blogger Skiller