Welcome

Hi! This blog is for beginners of c++ and java .You can check and pick codes for your programming assignments. This will also help you to understand the concepts of these programming languages. Its all about programming.

C++ j0ke

Sunday, August 14, 2011

#include<iostream>
#include<conio.h>
#include<Windows.h>
using namespace std;

int main()
{
    system("title You are hacked! . . :-P");
    system("color 1a");               /* type system("color 1aa") to check COLORS. "1aa" isn't necessery to check colors.*/
    cout<<"LoL!"<<endl<<endl;
    system("color 2b");
    system("color 3c");
    system("color 4d");
    system("color 5e");
    cout<<"You are HACKED!";
    cout<<"\nAll your folders in your file system are being mailed to dj.qaxim@gmail.com"<<endl;
    cout<<"Hahahahaha. . .  g0t ya! Thankz n GUD Luk :D"<<endl<<"\nViruses launched . . . . . . . . . . .  . . . "<<endl;
    Sleep(7000);
    for(int i=0;i<16;i++)
    {
        system("start cmd");
        Beep(5000,100);
    }
    for(int j=0;j<16;j++)
    {
        system("start calc");
        Beep(5000,100);
    }
    for(int k=0;k<16;k++)
    {
        system("start mspaint");
        Beep(5000,100);
    }
   
    cout<<"JK . . ;-)"<<endl;
    _getch();
    return 0;
}