MrPaan

Blabla

Feb 21st, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.02 KB | None | 0 0
  1. #include <iostream>
  2. #include <windows.h>
  3. #include <fstream>
  4.  
  5. using namespace std;
  6.  
  7. int main() {
  8.  
  9.     system ("COLOR 43");
  10.     int secret;
  11.  
  12.     cout << "***************************************************" << endl;
  13.     cout << "*               Welcome To 0b0x3d Co.             *" << endl;
  14.     cout << "*                                                 *" << endl;
  15.     cout << "*                 Your Password :                 *" << endl;
  16.     cout << "*       8ec8d52761baccaaa588abf40c05b462b19b2ee2  *" << endl;
  17.     cout << "*                                                 *" << endl;
  18.     cout << "*       Please Enter The Password To Continue     *" << endl;
  19.     cout << "*       You Will Be Able To Download Secret File  *" << endl;
  20.     cout << "*       If You Pass This Challenge.............   *" << endl;
  21.     cout << "***************************************************" << endl;
  22.     cout << " " << endl;
  23.     cout << "Password : " << endl;
  24.     cin >> secret;
  25.  
  26.     if (secret == 5887885) {
  27.  
  28.         cout << "The Password Is True " << endl;
  29.         cout << "Please Wait ...." << endl;
  30.         cout << "Downloading....." << endl;
  31.         ofstream output;
  32.         output.open("congratsz.txt");
  33.         output << "Prize ? NO :p ,Simple Isn't ? :D " << endl;
  34.         output << " " << endl;
  35.         output << "Contact Me On Facebook : fb.me/0b0xed " << endl;
  36.  
  37.          for(int i=0; i < 101; i++){
  38.  
  39.             cout << "Downloading :" << i << "%" << endl;
  40.             system("CLS");
  41.     }
  42.  
  43.  
  44.         cout << "Done Downloading 100% , open congratsz.txt" << endl;
  45.  
  46.         system("BREAK");
  47.         system("BREAK");
  48.         system("BREAK");
  49.         system("BREAK");
  50.         system("BREAK");
  51.         system("BREAK");
  52.         system("BREAK");
  53.  
  54.     }
  55.     else
  56.         cout << "Wrong !! Try Again Later ...." << endl;
  57.  
  58.         system("BREAK");
  59.         system("BREAK");
  60.         system("BREAK");
  61.         system("BREAK");
  62.         system("BREAK");
  63.         system("BREAK");
  64.         system("BREAK");
  65.  
  66.   return 0;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment