VBS Scripts

To use the following scripts open a plain word processor  like notepad and copy and paste one of the scripts in.  once you have done that you need to save the file with the extension .vbs. for example you could call it caps.vbs
None of these scripts are permanent and none do any damage to your computer.
Enjoy
 Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"

loop 

Makes your keys do the disco 

______________________________________________________________________________________________________________________________________ 

Set wshShell = wscript.CreateObject("WScript.Shell")

do

wscript.sleep 100

wshshell.sendkeys "abcdefghijklmnopqrstuvwxyz."

loop 

This will spam your keyboard making it impossible to do anything but press the power button 

______________________________________________________________________________________________________________________________________ 

MsgBox "Let's go back a few steps"

Set wshShell =wscript.CreateObject("WScript.Shell")

do

wscript.sleep 100

wshshell.sendkeys "{bs}"

loop 

This will make the backspace on your computer stay on 

______________________________________________________________________________________________________________________________________ 

 @ECHO off

:Begin

msg * Hi

msg * Are you having fun?

msg * I am!

msg * Lets have fun together!

msg * Because you have been o-w-n-e-d

GOTO BEGIN 

This one makes a never ending message box that is really really annoying  

______________________________________________________________________________________________________________________________________ 

 x = msgbox("the")
x = msgbox("pie")
x = msgbox("is")
x = msgbox("a")
x = msgbox("lie")

x = msgbox("joking") 

This one will make message boxes appear on your screen with whatever you put in. 

______________________________________________________________________________________________________________________________________ 

Make a Free Website with Yola.