What is Notepad?
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
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
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
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.
Wanting to make the Windows Installation faster? , read this.
Comments
Post a Comment
Its all about friendly conversation's here, so why not post a lovely comment...