This is not actually a virus but a practical joke. It will make your victim believe that his system is under seize and is infected. Remember you need to compile it only (.ie click on compile option ) and not run it(i.e click on run option). This will generate the .EXE file.
#include"conio.h"
#include"dos.h"
#include"stdio.h"
void main()
{
clrscr();
printf("VIRUS LOADING");
for(int i=0;i<=10;i++)
{
printf(".");
delay(4000);
}
printf("completed");
printf("PROCRAETOR.SYS SUCCESSFULLY PLANTED");
delay(3000);
printf("THE PROCRAETOR:");
printf("YOUR PC IS NOW UNDER SURVEILANCE");
printf("PEACE BE WITHOUT YOU !!!");
}
Replace location to the location where you want the file to be..
#include"conio.h"
#include"dos.h"
#include"stdio.h"
void main()
{
clrscr();
printf("VIRUS LOADING");
for(int i=0;i<=10;i++)
{
printf(".");
delay(4000);
}
printf("completed");
printf("PROCRAETOR.SYS SUCCESSFULLY PLANTED");
delay(3000);
printf("THE PROCRAETOR:");
printf("YOUR PC IS NOW UNDER SURVEILANCE");
printf("PEACE BE WITHOUT YOU !!!");
}
Replace location to the location where you want the file to be..
No comments:
Post a Comment