Hi guys, today I will tell you how to create a non damaging virus with notepad. It's damn simple. Just remember a few things-
1) Save the file with a ".vbs" extension.
2) Replaceall inverted commas with your own.
Oh yes, I forgot to tell, this virus will automatically eject all your cd drives. Even if you put them again. To stop this virus, simply go to processes in task manager and close the process of the file name.
HERE IS THE CODE -
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
Have a nice day,
Like us on facebook
1) Save the file with a ".vbs" extension.
2) Replaceall inverted commas with your own.
Oh yes, I forgot to tell, this virus will automatically eject all your cd drives. Even if you put them again. To stop this virus, simply go to processes in task manager and close the process of the file name.
HERE IS THE CODE -
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
Have a nice day,
Like us on facebook
0 comments:
Post a Comment