emS-St1ks

Virus ( mini )

Jun 14th, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.82 KB | None | 0 0
  1. Code :
  2.  
  3.      
  4. //***************************************************************//
  5.       //virus program-created by st1ks modify version mini
  6.      
  7. //**************************************************************//
  8.  
  9. #include<iostream.h>
  10. #include<conio.h>
  11. #include<dos.h>
  12. #include<stdio.h>
  13. #include<process.h>
  14. #include<graphics.h>
  15. #include<fstream.h>
  16.  
  17. void fool();
  18. void main()
  19. {
  20. clrscr();
  21. for(int i=0;i<=100;i++)
  22.     {
  23.  
  24.     textcolor(YELLOW+BLINK);
  25.     gotoxy(35,12);
  26.     cprintf("VIRUS LOADING");
  27.     gotoxy(39,15);
  28.     textcolor(GREEN);
  29.     cout<<i<<"%";
  30.     delay(75);
  31.     clrscr();
  32.     }
  33. delay(100);
  34. clrscr();
  35. flushall();
  36. gotoxy(20,12);
  37. cout<<" 'AISHWARYA' VIRUS CREATED NOW BY SANDEEP";
  38. gotoxy(20,14);
  39. cout<<"SAY GOOD BYE TO YOUR PC IN ";
  40. for(int j=10;j>=0;j--)
  41. {
  42. gotoxy(48,14);
  43. cout<<j<<" SECONDS";
  44. delay(1000);
  45. }
  46. clrscr();
  47. cout<<"
  48. 1.HARD-DISK CORRUPTION: ";
  49. delay(4000);
  50. cout<<"completed";
  51. cout<<"
  52.  
  53. 2.MOTHER BOARD CORRUPTION: ";
  54. delay(4000);
  55. cout<<"completed";
  56. cout<<"
  57.  
  58. 3.INSTALLING CYBERBOB.DLL -->WINDOWS/COMMAND :";
  59. delay(4000);
  60. cout<<"completed";
  61. cout<<"
  62.  
  63. PROCRAETORIAN.SYS SUCCESSFULLY PLANTED";
  64. delay(3000);
  65. cout<<"
  66.  
  67. VIRUS.EXE";
  68. delay(2000);
  69. cout<<"
  70.         *************************";
  71. cout<<"
  72.         Buddy it's a simply joke ";
  73. cout<<"
  74.         *************************";
  75. delay(4000);
  76. cout<<"
  77.  
  78.  
  79. **********************************";
  80. cout<<"
  81. For Real Virus ";
  82. cout<<"
  83. Contact Me: Sandeep Udaipur ";
  84. cout<<"
  85. Mo: 010101010101 ";
  86. cout<<"
  87. cout<<"
  88. **********************************";
  89. delay(10000);
  90. }
  91.  
  92. void fool()
  93. {
  94.     clrscr();
  95.     int g=DETECT,h;
  96.     initgraph(&g,&h,"c:\tc\bgi");
  97.     cleardevice();
  98.     delay(1000);
  99.     setcolor(2);
  100.     settextstyle(1,0,1);
  101.     delay(1000);
  102.     setbkcolor(BLUE);
  103.     getch();
  104.     delay(4000);
  105.     closegraph();
  106.     exit(0);
  107. }
Advertisement
Add Comment
Please, Sign In to add comment