Advertisement
Guest User

Untitled

a guest
Mar 19th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. #include <iostream>
  2. #include <string>
  3.  
  4. using namespace std;
  5.  
  6. string packets = "";
  7. string ip = "";
  8. string port = "";
  9.  
  10. bool DDOS = false;
  11. int main() {
  12. if (DDOS == true)
  13. {
  14. cout << "Sent " + packets + " packets to " + ip + " on port " + port + " using UDP";
  15.  
  16. }
  17.  
  18. string username = "";
  19. string password = "";
  20. string option = "";
  21. string ip = "";
  22. string port = "";
  23. string time = "";
  24. string attacking = "";
  25. bool loginSuccess = false;
  26.  
  27. system("title Masters Connected: 1 (Bots Connected: 559)");
  28. system("color e");
  29. cout << "===================================================================\n";
  30. cout << "= =\n";
  31. cout << "= Douche BotNET v2 =\n";
  32. cout << "= =\n";
  33. cout << "===================================================================\n";
  34. cout << "= =\n";
  35. cout << "= Welcome, Please Enter You're Login Down Below. =\n";
  36. cout << "= =\n";
  37. cout << "= <Note: If you are not authorized you're PC will shut down.> =\n";
  38. cout << "= =\n";
  39. cout << "===================================================================\n";
  40. do {
  41. cout << "\nUsername: ";
  42. cin >> username;
  43. cout << "Password: ";
  44. cin >> password;
  45.  
  46. if (username == "DoucheCreator" && password == "douche12312310") {
  47. system("cls");
  48. cout << "===================================================================\n";
  49. cout << "= =\n";
  50. cout << "= Douche BotNET v2 =\n";
  51. cout << "= =\n";
  52. cout << "= MOST POWERFUL PAID BOTNET OUT THERE! =\n";
  53. cout << "= =\n";
  54. cout << "===================================================================\n";
  55. cout << "= 1. ATTACK = 2. EXIT =\n";
  56. cout << "= 3. INFO = 4. CONTACT =\n";
  57. cout << "===================================================================\n";
  58. cout << "\nCommand: ";
  59. cin >> option;
  60. if (option == "1") {
  61. system("cls");
  62. cout << "===================================================================\n";
  63. cout << "= =\n";
  64. cout << "= Douche BotNET v2 =\n";
  65. cout << "= =\n";
  66. cout << "===================================================================\n";
  67. cout << "\nIP-ADDRESS: ";
  68. cin >> ip;
  69. cout << "PORT: ";
  70. cin >> port;
  71. cout << "TIME: ";
  72. cin >> time;
  73. system("cls");
  74. cout << "====================================================================\n";
  75. cout << "= =\n";
  76. cout << "= Douche BotNET v2 =\n";
  77. cout << "= =\n";
  78. cout << "====================================================================\n";
  79. cout << "\tAttack has been sent to " + ip + " on port " + port + " for " + time + " seconds\n";
  80. cout << "====================================================================\n";
  81. cin >> attacking;
  82. DDOS = true;
  83. system("pause");
  84. }
  85. else if (option == "2") {
  86. system("exit");
  87. }
  88. else if (option == "3") {
  89. system("cls");
  90. cout << "===================================================================\n";
  91. cout << "= =\n";
  92. cout << "= Douche BotNET v2 =\n";
  93. cout << "= =\n";
  94. cout << "===================================================================\n";
  95. cout << "= =\n";
  96. cout << "= BotNET made by Douche. =\n";
  97. cout << "= =\n";
  98. cout << "= One of the most powerful botnets out there at the moment. =\n";
  99. cout << "= =\n";
  100. cout << "===================================================================\n";
  101. cout << "\nCommand: ";
  102. cin >> option;
  103. }
  104. else if (option == "4") {
  105. system("cls");
  106. cout << "===================================================================\n";
  107. cout << "= =\n";
  108. cout << "= Douche BotNET v2 =\n";
  109. cout << "= =\n";
  110. cout << "===================================================================\n";
  111. cout << "= =\n";
  112. cout << "= You Can Contact Us At douchebotnet@hotmail.com =\n";
  113. cout << "= =\n";
  114. cout << "===================================================================\n";
  115. cout << "\nCommand: ";
  116. cin >> option;
  117. }
  118. }
  119. else if (username == "Douchetest" && password == "douchetest123") {
  120. cout << "\nLogin successful, fucking nigger.\n\n";
  121. }
  122. else if (username == "" && password == "") {
  123. system("exit");
  124. }
  125. else
  126. {
  127. system("exit");
  128. }
  129.  
  130.  
  131.  
  132. } while (loginSuccess);
  133.  
  134.  
  135. return 0;
  136. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement