Advertisement
Guest User

dad

a guest
Oct 3rd, 2018
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 4.27 KB | None | 0 0
  1. // geverrryos.cpp : Defines the entry point for the console application.
  2. //
  3.  
  4. #include "stdafx.h"
  5. #include <iostream>
  6. #include <Windows.h>
  7. #include <string>
  8. using namespace std;
  9. string username;
  10. int main()
  11. {
  12.     cout << "" << endl << endl << endl;
  13.     cout << "              --------------------------------------------------------------------------" << endl;
  14.     cout << "              =  Welcome to Instagram Phone number recognizer! (Made by xH4ax0r4lifex) =" << endl;
  15.     cout << "              --------------------------------------------------------------------------" << endl << endl << endl;
  16.     cout << "            !!!!  ALERT USE THIS TOOL CAREFULLY, I AM NOT RESPONSIBLE FOR YOUR ACTIONS. !!!!!" <<endl<<endl<<endl<<endl;
  17.     cout << "              Please Enter The instagram username of the account: ";
  18.     cin >> username;
  19.  
  20.     cout << "              Hacking account: " << username << " ||| THIS COULD TAKE UP TO 20 MINUTES!" << endl <<endl<<endl<<endl<<endl;
  21.     system("timeout /t 3 >nul");
  22.     cout << "Calculating hashes..." << endl;
  23.     system("timeout /t 5 >nul");
  24.     system("echo %random%%random%%random%%random%");
  25.     cout << "Security of password: 78% success, this could be difficult!" << endl << endl;
  26.     system("timeout /t 4 >nul");
  27.     cout << "Hacking into databases of instagram.." << endl << endl;
  28.     system("timeout /t 1 >nul");
  29.     cout << "Hacking into databases of instagram..." << endl << endl;
  30.     system("timeout /t 1 >nul");
  31.     cout << "Hacking into databases of instagram...." << endl << endl;
  32.     system("timeout /t 1 >nul");
  33.     cout << "Hacking into databases of instagram....." << endl << endl;
  34.     system("timeout /t 1 >nul");
  35.     cout << "Hacking into databases of instagram......" << endl << endl;
  36.     system("timeout /t 1 >nul");
  37.     cout << "Hacking into databases of instagram......." << endl<<endl;
  38.     system("timeout /t 1 >nul");
  39.     cout << "Hacking into databases of instagram........" <<endl << endl;
  40.     system("timeout /t 3 >nul");
  41.     if (username == "orishamir"){
  42.         cout << "unable to hack, password too hard. exiting..." << endl;
  43.         system("timeout /t 5 >nul");
  44.         exit(0);
  45.     }
  46.     else if (username == "seven_hakfar_magniv"){
  47.        
  48.         cout << "          Success! outputting Phone number... " << endl << endl << endl;
  49.         system("timeout /t 3 >nul");
  50.         cout << "" << endl<<endl;
  51.         cout << "          ----------------------------------------------------------------------------" << endl;
  52.         cout << "          =                                                                          =" << endl;
  53.         cout << "          =                    The Phone number is:  058-782-5009                    =" << endl;
  54.         cout << "          =                                                                          =" << endl;
  55.         cout << "          ---------------------------------------------------------------------------=" << endl;
  56.     }
  57.     else if (username == "sendi_sendalish"){
  58.         cout << "          Success! outputting Phone number... " << endl << endl << endl;
  59.         system("timeout /t 3 >nul");
  60.         cout << "" << endl << endl;
  61.         cout << "          ----------------------------------------------------------------------------" << endl;
  62.         cout << "          =                                                                          =" << endl;
  63.         cout << "          =                    The Phone number is:  052-798-4947                    =" << endl;
  64.         cout << "          =                                                                          =" << endl;
  65.         cout << "          ---------------------------------------------------------------------------=" << endl;
  66.     }
  67.     else if (username == "jordan.heller1"){
  68.         cout << "          Success! outputting Phone number... " << endl << endl << endl;
  69.         system("timeout /t 3 >nul");
  70.         cout << "" << endl << endl;
  71.         cout << "          ----------------------------------------------------------------------------" << endl;
  72.         cout << "          =                                                                          =" << endl;
  73.         cout << "          =                    The Phone number is:  050-338-8045                    =" << endl;
  74.         cout << "          =                                                                          =" << endl;
  75.         cout << "          ---------------------------------------------------------------------------=" << endl;
  76.     }
  77.  
  78.  
  79.  
  80.     system("pause >nul");
  81.    
  82.     return 0;
  83.  
  84.  
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement