AAmir software

Here you find latest internet download manager registered,crcks,converter,c++ and java project and learning and tricks of hacking

AAmir software

Here you find latest internet download manager registered,crcks,converter,c++ and java project and learning and tricks of hacking

AAmir software

Here you find latest internet download manager registered,crcks,converter,c++ and java project and learning and tricks of hacking

AAmir software

Here you find latest internet download manager registered,crcks,converter,c++ and java project and learning and tricks of hacking

AAmir software

Here you find latest internet download manager registered,crcks,converter,c++ and java project and learning and tricks of hacking

Tuesday 4 March 2014

ANY VIDEO COVERTER WITH ACTIVATOR





FAETURES:


  • Rip DVD's
  • Covert Files For Mobiles, PC, Mp4, I-pods and many more
  • Converts Videos Of all Formats
  • Support High Quality Input and Output Videos
  • Build In You tube Videos Downloader and Converter                                                                                                                
  • Capture Images,Edit Videos, Add Subtitles and many more
  • ND LOT OF FEAUTURE                                                                                                               CLICK HERE TO   DOWNLOAD                                                                                                                                                         PROCEDURE:    
  • install avc setup 
  • dont open avc this is very important
  • click on activator and then active 
now open and enjoy  fully activate software                                                                                                  





                                                                        
Full Version

Friday 28 February 2014

c++ project of tictac toe by aamir software

                                                           










   c++ aamir software

It is a simple project game for beginner. A game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does.This project dsnt include graphics work on simple cout statements and here is code nd enjoy nd like aamir software
                             



//aamir ejaz project
#include <iostream>
using namespace std;

char square[10] = {'o','1','2','3','4','5','6','7','8','9'};

int checkwin();
void board();

int main()
{
int player = 1,i,choice;

char mark;
do
{
board();
player=(player%2)?1:2;

cout << "Player " << player << ", enter a number:  ";
cin >> choice;

mark=(player == 1) ? 'X' : 'O';

if (choice == 1 && square[1] == '1')

square[1] = mark;
else if (choice == 2 && square[2] == '2')

square[2] = mark;
else if (choice == 3 && square[3] == '3')

square[3] = mark;
else if (choice == 4 && square[4] == '4')

square[4] = mark;
else if (choice == 5 && square[5] == '5')

square[5] = mark;
else if (choice == 6 && square[6] == '6')

square[6] = mark;
else if (choice == 7 && square[7] == '7')

square[7] = mark;
else if (choice == 8 && square[8] == '8')

square[8] = mark;
else if (choice == 9 && square[9] == '9')

square[9] = mark;
else
{
cout<<"Invalid move ";

player--;
cin.ignore();
cin.get();
}
i=checkwin();

player++;
}while(i==-1);
board();
if(i==1)

cout<<"==>\aPlayer "<<--player<<" win ";
else
cout<<"==>\aGame draw";

cin.ignore();
cin.get();
return 0;
}

/*********************************************

FUNCTION TO RETURN GAME STATUS
1 FOR GAME IS OVER WITH RESULT
-1 FOR GAME IS IN PROGRESS
O GAME IS OVER AND NO RESULT
**********************************************/

int checkwin()
{
if (square[1] == square[2] && square[2] == square[3])

return 1;
else if (square[4] == square[5] && square[5] == square[6])

return 1;
else if (square[7] == square[8] && square[8] == square[9])

return 1;
else if (square[1] == square[4] && square[4] == square[7])

return 1;
else if (square[2] == square[5] && square[5] == square[8])

return 1;
else if (square[3] == square[6] && square[6] == square[9])

return 1;
else if (square[1] == square[5] && square[5] == square[9])

return 1;
else if (square[3] == square[5] && square[5] == square[7])

return 1;
else if (square[1] != '1' && square[2] != '2' && square[3] != '3' 
                    && square[4] != '4' && square[5] != '5' && square[6] != '6' 
                  && square[7] != '7' && square[8] != '8' && square[9] != '9')

return 0;
else
return -1;
}


/*******************************************************************
     FUNCTION TO DRAW BOARD OF TIC TAC TOE WITH PLAYERS MARK
********************************************************************/


void board()
{
system("cls");
cout << "\n\n\tTic Tac Toe\n\n";

cout << "Player 1 (X)  -  Player 2 (O)" << endl << endl;
cout << endl;

cout << "     |     |     " << endl;
cout << "  " << square[1] << "  |  " << square[2] << "  |  " << square[3] << endl;

cout << "_____|_____|_____" << endl;
cout << "     |     |     " << endl;

cout << "  " << square[4] << "  |  " << square[5] << "  |  " << square[6] << endl;

cout << "_____|_____|_____" << endl;
cout << "     |     |     " << endl;

cout << "  " << square[7] << "  |  " << square[8] << "  |  " << square[9] << endl;

cout << "     |     |     " << endl << endl;
}

/*******************************************************************
END OF PROJECT 
********************************************************************/

Full Version

Tuesday 25 February 2014

hack facebook account by phishing method

                            



                            disclaimer:
This information is only for education and knowledge if you do anything foolish or illegal with it that will be your fault 
There are many ways to Hack Facebook ID Password, Now I am going to show you How to do this and also How to SAVE yourself from Such Hacking. This is one of 100% working method but its Risky and you can be tracked. So try at your own RISK !!!


                                                              phishing:
This is a very simple method to hack someones Facebook account. If you Don’t have brief knowledge about hacking then don’t worry!! you can easily hack someone Facebook account by Pishing. Just follow below Instructions and It’s done 100%. It’s working trick:


                                            Procedure:
click here to download
after extract create a free acount on webhosting sites
host1free or 000webhosting 
upload these three files to directory public_html and copy link ndsend to victim

6. When your victim will open your link and Sign In to Facebook, then your victim password will be stored in your a fill pass.txt. Open your pass.txt file and open his/her account ……..Enjoy it :)

                               How to save yourself from hacking

The Only way to save Yourself From Suck Hack is that, Do not Click on any Suspicious Links, Like 123ac13.com. Mostly, During This Hacking, Pornographic Images are Videos are used, So that People can Be easily Hacked. Avoid Such Links. Also Keep Changing Your Facebook Password Once a Month, It will also Help you to Protect Your Account. :)


Full Version

Sunday 23 February 2014

window 8 activator

activate window  8 for free and enjoy















these days it is very difficult to find window 8 activator which is 110% working.This activator is genuine nd 110% working .  which window 8 activator solve many problem occur in window and slove them .
INSTRUCTION TO USE                                                                             g

Full Version

WINDOW 7 ACTIVATOR

 WINDOW 7 ACTIVATOR  AND ACTIVATE ALL VERSION OF WINDOW 7










CLICK HERE FOR DOWNLOAD








Full Version

Saturday 22 February 2014

TERA COPY






One of the most common complaints about newer versions of Windows is the slow copying speed, especially when transferring lots of files over the network. If you want to speed up your copying or if you regularly transfer large amounts of data and have to stop the process to perform some other disk-intensive task, this program may be just what you need.
TeraCopy is designed to copy and move files at the maximum possible speed. It skips bad files during the copying process, and then displays them at the  end of the transfer so that you can see which ones need attention. TeraCopy can automatically check the copied files for errors by calculating their CRC checksum values. It also provides a lot more information about the files being copied than its Windows counterpart. TeraCopy integrates with Windows Explorer's right-click menu and can be set as the default copy handler.

CLICK HERE TO DOWNLOAD

Full Version

new version idm registered

click here to download

Full Version

PRIVATE WiFi

Why is it so important to use a personal VPN?

Well...why wouldn't you want to encrypt everything you do? Intruders can intercept data sent on unprotected networks. Learn more about why you need a personal VPN.