// Coded by C.E.F.I
#include <stdio.h>
#include <conio.h>
#include <dos.h>
void main() // coded by Team C.E.F.I
clrscr();
int i;
printf("Loading Virus.....");
for(i = 0; i<=10; i++)
{
printf(".");
delay(4000); // delay is a function used in c languages to delay the execution of the certain programme
}
printf("Loading Completed");
printf("Master.sys successfully planted"); // You can give anyname.sys because its just a name. ;)
delay(3000);
printf("Master:");
printf("Sorry But your Machine is under checking by team C.E.F.I");
}
Note: This is not actually Virus But Some how it is detected by the antiviruses.
Don't forget to compile the code . Remember you need it to compile it Only , Do not run.
Hope it works fine with you..!! :D
Team C.E.F.I

Comments
Post a Comment