Skip to main content

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives.

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives.



Image result for harmless virus

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs or any other name.vbs

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

So enjoy

Note-Double click to open this file and you will be impressed by this awesome trick.

Comments

Popular posts from this blog

View Private Facebook Profile Picture in Full Size

An Easy Trick to view Private Facebook Profile Picture in Full Size 1.Some people on Facebook set  their image privacy settings to  "Only  me".We will not be able to see  their images in full size.Here is a  simple  work around technique using which you can see the image in full size. 2.Go to the Timeline of the  person(I  know its mostly a girl ). 3.Right click on the profile pick  and  choose the option open image  in a new tab from the menu. 4.Then the image will open in a  separate window. 5.Now just remove s160X160  from  the url of the screenshot and  hit enter . 6.Now you will be able to see the image in full size. Hit like if it worked. #iospranav #TechnologyReforms

The new image editor pro for free (The best Picture Editor and Sharer)

NOW ADD SPICE TO YOUR PHOTOGRAPHIC LIFE WITHOUT A PROFESSIONAL CAMERA WITH ALL NEW - Color Effect Booth Pro v1.3.8 [Android] Features : Add text to photos 33 interesting and all new effects 24 frames and borders 18 special overlay light effects 12 textures Warmth adjustment Contrast adjustment Brightness adjustment Tablet Optimization Realistic color replacement Pinch zoom(zoom with fingers) Scalable brush size Share your images on Facebook Preview mode Masked and colored view options Color history Download here

How To Know If Someone Hacked Your Computer!

  HOW TO KNOW IF SOMEONE HAS HACKED YOUR COMPUTER! Steps : 1. Click "Start," then type "cmd" into the quick search. Right-click the app link and click "Run as administrator." 2. Type "netstat -an" and press "Enter." Wait a few moments for the utility to run. 3. Look through the results in the command-line tool "netstat" (network statistics). The first column tells you the type of connection, the   second shows you the local address, the third the foreign address, and the final column shows the status of the connection. 4. Check the port numbers for an intrusion. The port numbers follow the IP or server address in the following format: ":XXXXX." Ports between 0 and 1023 are safe; ports between 1024 and 49151 are relatively safe; and you should be suspicious of ports between 49152 and 65535. Certain peer-to-peer software applications use the final port range, so close any P2P software and...