Cool wondow tricks - it starts notepad with automatic typing


Advertisements


Cool wondow tricks - it starts notepad with automatic typing


In my last post i have written about a cool windows trick which will open the cd/dvd drive of the computer. You can send it to your friend to make a fun. This one is also w funny script which will open the notepad and start typing in it automatically. You can set the message it will type. Send it to your friendas a ghost of computer which will do anything on computer.


Type the script given below in notepad and save as Ghost.vbs and send to friend.


Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop

Subscribe us to receive free updates in your inbox:



{ 1 comments... read them below or add one }

Anonymous said...

not working

Post a Comment