Our social:

how to make virus in MS DOS

Crazy caps lock

This constantly turns caps lock on and off really fast continuously

CODE..

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

0 comments: