Skip to main content

Cool Notepad Tricks That Will Blow Your Mind!!!

What is Notepad?


I don't have to give anyone a lecture about what is Notepad, because every computer user
knows this software which is available out of the box. We all use notepad for quickly taking down anything, i use it sometimes to copy something fast since opening ms word takes time to open up(might be the prob of machine,anyway). But what most of you guys didn't know was that notepad could be used to prank your computer, force shutdown it, create a fake virus and much much more.

So friends here are some cool notepad tricks that will blow your mind off :)


#1.  Make Keyboard LED lights to Dance.


Don’t think that these lights will dance and

entertain you. But it will flicker light on and off lights. Your all lights Num lock, scroll lock, caps lock. This one looks amazing. Don't worry it will stop after restarting your PC.

Just Open your Notepad.

Paste this code in your notepad:

Set wshShell =wscript.CreateObject

(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop

Save this file as mobotechs.vbs

So, whenever you will open it then all lights will dance like it will blink. 

#2. Make CD Drive Open & Close Again and again

This one is awesome. This notepad will trick your computer to open and close your DVD drive times infinitely. To try this trick, copy the following command in notepad:


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
Then save it as cdopen.vbs

And what you have to do to start the prank, is just open the open.vbs and the code will do the rest. Try it on your friend's computer, as a prank.

#3. Matrix raining code screen.

okay, you guys have seen in movies, hackers trying to hack into something and a matrix is raining in that program, This program will make it do like that and your friends might think you are a hacker.
 Open notepad and copy this following command

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

Save this file as Matrix.bat

And let the show begin!!

And that's all for this blog. Everyone must try this out.

Wanting to make the Windows Installation faster? , read this.


Comments

Popular posts from this blog

Akinator The Genie: In-depth Review of a Mind Reader Game

For a while, I was searching for a good app that can read our mind. No, I am not talking about an app which simply tells what we are thinking, but this app asks us to imagine a person (Real or fictional) and asks us some questions about the person. We should answer them correctly, and within 20 questions it will guess the person correctly. I am talking about ' Akinator The Genie ' from the company Elokence . We can say that this game is a success by looking at its downloads. It has over 50 million downloads and a rating of 4.3/5 . Akinator the Genie Many have tried to understand the algorithm of Akinator the Genie because it's algorithm is one of a kind, and that makes it magical. Rhett Allain  of Wired  has come up with a theory of how the game works, you can check out the article here . I have personally used this app a number of times, and every single time it gives me the correct answer. I was surprised when it gave me the right answers even when I t...

Top 8 Websites To Download Software's For Your PC

When it comes to downloading software's from the internet many of us go directly thinking about viruses. Some say the internet is full of viruses , but is it really true? In my opinion there are good sites as well as bad ones in the internet.Sites that can turn your PC into a garbage and the ones which unlocks the full potential of your PC. Every PC new or old, good or bad is of no use without software's. Even the OS is a piece of software.  Downloading software's has always become a problem for beginners or novices. Some of them has unlimited internet connection but don't know where to download the software's without it containing any adware or spywares.  So folks, here are the  TOP 10 WEBSITES FROM WHERE YOU CAN DOWNLOAD FREE SOFTWARE'S : Note : The best place to download software's is directly from the author or owners website. 1. FileHippo By far the bes...

Zombie Catchers Game : Review

Everyday programmers upload a great variety of Apps and Games to the play-store. Most of them soon becomes a success while others fail to grab users attention. Gaming has been taken to the next level with the introduction of smartphones. Play store provides a great variety of game categories like Action, Arcade, Adventure, board, Strategy etc. So users can download any game of his/her likeness. There are also several games/apps handpicked by the Play store editors with the label "Editors choice". If your unsure of which games/apps to download, it is always worth the time to check the "Editors choice" as the play store editors only marks the best of best apps/games as editors choice.So today i'm here with a fun and addicting game released in playstore which is of course, marked as editors choice. The Game is called zombie Catcher , developed by Two men and a Dog. The game has over 10 million downloads and a 4.7 overall user rating.This game from Two me...