Advertisement
Kapa3a

fix exploid api tool

Nov 23rd, 2023
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.56 KB | Source Code | 0 0
  1. Daca nu stiti ce este api tool, este un exploit care poate executa comenzi doar cu ajutorul ipului si portul serverului.
  2. (Acest api tools a fost lansat de .infinity in 2010, dar atunci nu se prea dadea importanta)
  3. Toata acesta chestie functioneaza printr-un simplu php
  4.  
  5. Fix :
  6.  
  7. Sursa Game
  8. 1.Deschidem config.cpp si cautam :
  9. std::vector<std::string>    g_stAdminPageIP;
  10. std::string    g_stAdminPagePassword = "SHOWMETHEMONEY";
  11.  
  12. inlocuim  toata functia cu :
  13. std::vector<std::string>    g_stAdminPageIP;
  14. std::string    g_stAdminPagePassword = "AICIPUNEMALTAPAROLA";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement