Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <windows.h>
- #include <fstream>
- using namespace std;
- int main() {
- system ("COLOR 43");
- int secret;
- cout << "***************************************************" << endl;
- cout << "* Welcome To 0b0x3d Co. *" << endl;
- cout << "* *" << endl;
- cout << "* Your Password : *" << endl;
- cout << "* 8ec8d52761baccaaa588abf40c05b462b19b2ee2 *" << endl;
- cout << "* *" << endl;
- cout << "* Please Enter The Password To Continue *" << endl;
- cout << "* You Will Be Able To Download Secret File *" << endl;
- cout << "* If You Pass This Challenge............. *" << endl;
- cout << "***************************************************" << endl;
- cout << " " << endl;
- cout << "Password : " << endl;
- cin >> secret;
- if (secret == 5887885) {
- cout << "The Password Is True " << endl;
- cout << "Please Wait ...." << endl;
- cout << "Downloading....." << endl;
- ofstream output;
- output.open("congratsz.txt");
- output << "Prize ? NO :p ,Simple Isn't ? :D " << endl;
- output << " " << endl;
- output << "Contact Me On Facebook : fb.me/0b0xed " << endl;
- for(int i=0; i < 101; i++){
- cout << "Downloading :" << i << "%" << endl;
- system("CLS");
- }
- cout << "Done Downloading 100% , open congratsz.txt" << endl;
- system("BREAK");
- system("BREAK");
- system("BREAK");
- system("BREAK");
- system("BREAK");
- system("BREAK");
- system("BREAK");
- }
- else
- cout << "Wrong !! Try Again Later ...." << endl;
- system("BREAK");
- system("BREAK");
- system("BREAK");
- system("BREAK");
- system("BREAK");
- system("BREAK");
- system("BREAK");
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment