Saturday, 24 September 2011

Notepad trick 3


Open notpad and then
type


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop


Then save as “game.VBS” and send to your friend
And see

This is harmless notepad virus
It toggle your friend’s caps lock button simultaneously.

No comments:

Post a Comment