Cool and funny notepad tricks[part-2]

Notepad


Today we are going to show some more impressive and funny notepad tricks, as we already posted "collection of cool and funny notepad tricks" in past which was 4 tricks, so today i decided to share some more notepad tricks with you.
Notepad is not just a text editor but has also plays an important role in many tricks.
As we posted a "trick to speed up system using notepad" and how to lock or protect a folder using notepad.
So in these cases notepad plays very important role in protecting your folder etc...
Their in this post we have a collection of some notepad tricks so read this may be you don't know about it.

So let start it.

1.making your computer speaking to you:

With this Notepad trick you can make your system to speak something"that you typed in the code below".
So type the below code in and save it as NAME.vbs.
Dim speaks, speech
speaks="Welcome to your PC, your username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


change the colored text with your own.and double click on "name.vbs".

2.making your keyboard to type something continuously:

By this notepad trick you will see that your keyboard is writing something that you entered in the below code. So copy and paste the code given below into your notepad and see what is going.(Before checking this trick first stop all the other programs because you have to restart your pc to stop it)


Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. created by wwtricks."
loop

Change the colored text into your own words.and save it as NAME.vbs then open an empty notepad and double click on it. now see magic of notepad.....
Update: send this as an e-mail attachment to have a good fun with your friend.

3.unending Falling matrix codes effect:

falling code

Just type the below code in your notepad and save it with the extention of .bat i.e "wwtricks.bat"

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

After saving just click on the file "wwtricks.bat" and you will see the coding falling down on your pc.


4.Opening and closing cd/dvd continuously:

cd rom

This is another very funny and impressive trick using notepad. By this trick you can impress your friends and make it fool by creating harmless funny virus.
So what to do?
Just copy the code given below and paste it to your notepad and then save it as @wwtricks.Vbs then double click on this file and keep your eyes on your cd/dvd rom.

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


So that's was today's tricks  i shared, if you like this then please share it and like our page and promote us our fb page is www.facebooke.com/wwtricksblog

Update:
We also collected more notepad tricks for you so must read this new post Collection of cool and funny notepad trics{part-3}

SHARE

About Basheer Ahmad

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment