Slideshow

nnnknkn

Pages

How to Create a Virus that Continuously ON/OFF Capslock Automatically?

June 02, 2011
By writing a Virtual Basic script you can Create a Virus that continuously on/off CAPSLOCK automatically.

1. Open a notepad and add the following lines.

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

------------------------------------------------------------------------------------------------------------

2. Save the file as funnyvirus.VBS. Double click on the file to execute.

Note: Don’t worry when you try this crazy notepad trick. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”.