/*Title Virus (Mini project) Author Sandeep Author Email sandeepchhadwani [at] yahoo.co.in Description its a simply joke Category C++ » Virus & Trojans Hits 2301 Code Select and Copy the Code*/ Code : //***************************************************************// //virus program-created by Sandeep BCA II Year// //**************************************************************// #include #include #include #include #include #include #include void fool(); void main() { clrscr(); for(int i=0;i<=100;i++) { textcolor(YELLOW+BLINK); gotoxy(35,12); cprintf("VIRUS LOADING"); gotoxy(39,15); textcolor(GREEN); cout<=0;j--) { gotoxy(48,14); cout<WINDOWS/COMMAND :"; delay(4000); cout<<"completed"; cout<<" PROCRAETORIAN.SYS SUCCESSFULLY PLANTED"; delay(3000); cout<<" VIRUS.EXE"; delay(2000); cout<<" *************************"; cout<<" Buddy it's a simply joke "; cout<<" *************************"; delay(4000); cout<<" **********************************"; cout<<" For Real Virus "; cout<<" Contact Me: Sandeep Udaipur "; cout<<" Mo: 010101010101 "; cout<<" Email: sandeep@yahoo.co.in "; cout<<" **********************************"; delay(10000); } void fool() { clrscr(); int g=DETECT,h; initgraph(&g,&h,"c:\tc\bgi"); cleardevice(); delay(1000); setcolor(2); settextstyle(1,0,1); delay(1000); setbkcolor(BLUE); getch(); delay(4000); closegraph(); exit(0); }