Wednesday, 26 March 2014

Home » » » » » » » » » How To Create CD-ROM Open Close Virus Via Notepad

How To Create CD-ROM Open Close Virus Via Notepad

Posted by Kishan
0


This simple computer trick consists of a code below that will drive your friend crazy as it open close CD-ROM continuously.
Open notepad and copy paste the following code into it.

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject

Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If

Save it as anyname.vbs like Virus.vbs and then double click on it... ;)

Note: If u want to disable this go to task manager click on process then find wscript.exe and end this process.




0 comments:

Post a Comment

 
Powered by Blogger.
Copyright © 2014. Hacks N' Tricks - All Rights Reserved
Distributed By MyBloggerThemes | Design By Wild Blogger