Skip to main content

How to create CD/DVD virus that popup CD/DVD drive?

1. Create CD Virus from Notepad (continuously pop out CD Drive)

Open Notepad and Write down below codes: 

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 5000

loop

Now save the note as “cdvirus.vbs”. Now, if you open this file in your system, your cd drive will pop-out continuously. You can try this trick on your friends computer and give him the fright of his life. The cdvirus.vbs can be closed only by rebooting your Windows PC.

Comments

Popular posts from this blog

CREATE WHATSAPP GROUP INVITATION LINK

How to create Whatsapp group Invitation link [Now available in Original Whatsapp also] Hello friends, now you can create your own group invitation link in whatsapp to add members themselves. If you want to create a group invitation link then read all. It is very simple method. Below, the page is looking long because I have given in full details with screenshots. Requirements:  You must be  Admin  of that group. Whatsapp Nano .  Click here  to download. Patience. STEP 1: Go to that  group  which you want to create a link. STEP 2: Click to  menu  (i.e. 3 dots). STEP 3. Click on  Group info . STEP 4: Click on  Add participant.. STEP 5:  Here, click on  Invite to group via link .                                                 STEP 6:  Copy  the given link.    ...

HOW TO PROTECT YOUR DATA BY HIDING IT TO ANY VIDEO OR IMAGE?

HIDE your data in IMAGE or VIDEO Hello friends, learn this a new way to hide your data to any image or video. As an example, I am hiding an image to video. You can do reverse also, it means you can hide video in any image. So ready to follow steps. STEP 1: Make your file or video to rar file in which you want hide. Right click on video and click on Add to archieve carehack.rar. You will see your video.rar namein the place of carehack.rar.                                                STEP 2: Open Run by pressing CTRL+R and type cmd there.                       STEP 3: Navigate command prompt(cmd) to your folder. As I am in Desktop so I am navigating it to Desktop.                       STEP 4: Now type command, copy/b nanoware.jpg + care...