uk
Feedback
LeakingCode | LC On Top!

LeakingCode | LC On Top!

Відкрити в Telegram

On this channel we leak data. The data that was leaked included various types of data ranging from general data to prohibited data and other similar things Channel Created By @Lintar21

Показати більше
1 757
Підписники
Немає даних24 години
Немає даних7 днів
+1730 днів
Архів дописів
Repost from GTPS LEAK
Credit: NetroIdn

anti_cheat_teleport.txt0.04 KB



                  string name_guest_like_rgt = pInfo(peer)->requestedName + pInfo(peer)->guest.undername;
                  o.close();

                  //open file
                  pInfo(peer)->tankIDName = pInfo(peer)->guest.name;


                  //pInfo(peer)->tankIDName = name_guest_like_rgt;

                  //for (int i_ = 0; i_ < pInfo(peer)->inv.size(); i_++)
                  //send_inventory(peer); 
                  guest(peer);
                  pInfo(peer)->d_name = name_guest_like_rgt;
                  gamepacket_t p;
                  p.Insert("SetHasGrowID"), p.Insert(0), p.Insert(name_guest_like_rgt), p.Insert(pInfo(peer)->tankIDPass), p.CreatePacket(peer);
                } 


          else if (not pInfo(peer)->guest.name.empty()) {
            if (cch.find("action|growid") != string::npos) {
              //enet_peer_disconnect_later(peer, 0);
              gamepacket_t p(500);
              p.Insert("OnDialogRequest"), p.Insert(r_dialog("")), p.CreatePacket(peer);
              enet_host_flush(server);
            }
          }

// put it above or below another void in world.h (your shit if you dont understand what i mean, kill yourself)
void guest(ENetPeer* peer) {

  srand(time(0));
  if (pInfo(peer)->guest.name.empty()) {
    string hasil = "_" + to_string(rand() % 899 + 100);
    pInfo(peer)->guest.undername = hasil;
  }

  string nama = (pInfo(peer)->guest.name.empty() ? pInfo(peer)->requestedName + pInfo(peer)->guest.undername : pInfo(peer)->guest.name);
  pInfo(peer)->guest.rid += pInfo(peer)->rid;
  pInfo(peer)->guest.platformid += pInfo(peer)->platformid; 
  ofstream o("database/guest/" + pInfo(peer)->rid + ".json");
  if (!o.is_open()) cout << "invalid to load verify. make sure verify folder is exists!" << GetLastError() << endl;
  json j;
  j["rid"] = pInfo(peer)->guest.rid;
  j["device"] = pInfo(peer)->guest.platformid;
  j["guestname"] = pInfo(peer)->guest.name;
  j["guestid"] = pInfo(peer)->guest.undername;
  o << j << endl; 
  o.close(); 
  time_t s__;
  s__ = time(NULL);
  int days_ = int(s__) / (60 * 60 * 24);
  pInfo(peer)->account_created = days_;
  pInfo(peer)->playtime = s__;
  pInfo(peer)->inv.push_back({ 18, 1 }), pInfo(peer)->inv.push_back({ 32, 1 }), pInfo(peer)->inv.push_back({ 6336, 1 });
  for (int i_ = 3; i_ <= 16; i_++) { 
    Items itm_{};
    itm_.id = 0, itm_.count = 0;
    pInfo(peer)->inv.push_back(itm_);
  }   
  string email_ = "email@gmail.com";  
  pInfo(peer)->tankIDName = nama, pInfo(peer)->tankIDPass = "", pInfo(peer)->email = email_;
  world_menu(peer);
  save_player(pInfo(peer), false); 
}

//save (kill yourself if you dont know how to do this)
p_->guest.verified = (!(r_.find("gver__") != r_.end()) ? p_->guest.verified : r_["gver__"].get<bool>());
save_["gver__"] = p_->guest.verified;

  //put this fuck shit in struct player
  struct guestacc {
    vector<int> math;
    string name = "";
    string rid = "";
    int gems = 0;
    string platformid = "";
    string undername = "";
    string guest_real = "";
    bool exist = false;
    bool verified = false; 
  }guest;



  string nama = (pInfo(peer)->guest.name.empty() ? pInfo(peer)->requestedName + pInfo(peer)->guest.undername : pInfo(peer)->guest.name);
  pInfo(peer)->guest.rid += pInfo(peer)->rid;
  pInfo(peer)->guest.platformid += pInfo(peer)->platformid; 
  ofstream o("database/guest/" + pInfo(peer)->rid + ".json");
  if (!o.is_open()) cout << "invalid to load verify. make sure verify folder is exists!" << GetLastError() << endl;
  json j;
  j["rid"] = pInfo(peer)->guest.rid;
  j["device"] = pInfo(peer)->guest.platformid;
  j["guestname"] = pInfo(peer)->guest.name;
  j["guestid"] = pInfo(peer)->guest.undername;
  o << j << endl; 
  o.close(); 
  time_t s__;
  s__ = time(NULL);
  int days_ = int(s__) / (60 * 60 * 24);
  pInfo(peer)->account_created = days_;
  pInfo(peer)->playtime = s__;
  pInfo(peer)->inv.push_back({ 18, 1 }), pInfo(peer)->inv.push_back({ 32, 1 }), pInfo(peer)->inv.push_back({ 6336, 1 });
  for (int i_ = 3; i_ <= 16; i_++) { 
    Items itm_{};
    itm_.id = 0, itm_.count = 0;
    pInfo(peer)->inv.push_back(itm_);
  }   
  string email_ = "email@gmail.com";  
  pInfo(peer)->tankIDName = nama, pInfo(peer)->tankIDPass = "", pInfo(peer)->email = email_;
  world_menu(peer);
  save_player(pInfo(peer), false); 
}

//save (kill yourself if you dont know how to do this)
p_->guest.verified = (!(r_.find("gver__") != r_.end()) ? p_->guest.verified : r_["gver__"].get<bool>());
save_["gver__"] = p_->guest.verified;

  //put this fuck shit in struct player
  struct guestacc {
    vector<int> math;
    string name = "";
    string rid = "";
    int gems = 0;
    string platformid = "";
    string undername = "";
    string guest_real = "";
    bool exist = false;
    bool verified = false; 
  }guest;


                  //replace it with if (pInfo(peer)->tankIDName.empty() replace it with the whole bracket motherfucker nigger shit
                  if (pInfo(peer)->guest.verified == false) {

                    //if (pInfo(peer)->guest == true) {
                    ifstream verify("database/guest/" + pInfo(peer)->rid + ".json");
                    if (verify.is_open()) {
                      json j;
                      verify >> j;
                      pInfo(peer)->guest.rid = j["rid"].get<string>();
                      pInfo(peer)->guest.platformid = j["device"].get<string>();
                      pInfo(peer)->guest.name = j["guestname"].get<string>();
                      pInfo(peer)->guest.undername = j["guestid"].get<string>();
                      //pInfo(peer)->gems_guest = j["gems"].get<int>();
                      verify.close();
                    }

                    if (pInfo(peer)->guest.name == "" || pInfo(peer)->guest.rid == "" || pInfo(peer)->guest.platformid == "") {
                      pInfo(peer)->guest.math = { rand() % 999 + 1, rand() % 999 + 1 };
                      DialogBuilder p;
                      p.add_label_icon(true, 206, "`wAre you Human?``");
                      p.add_spacer(false);
                      p.add_textbox("What will be the sum of the following numbers");
                      p.add_textbox("" + to_string(pInfo(peer)->guest.math[0]) + " + " + to_string(pInfo(peer)->guest.math[1]) + "");
                      p.add_text_input(5, "math", "Answer:");
                      p.add_button("Result", "OKE");
                      p.add_quick_exit().end_dialog("verify", "", "");
                      enet_peer_send(peer, 0, Variant{ "OnDialogRequest" }.push(p.to_string()).pack());
                      break;
                    }
                
                  ofstream o("database/guest/" + pInfo(peer)->rid + ".json");
                  if (!o.is_open()) cout << "invalid to load verify. make sure verify folder is exists!" << GetLastError() << endl;
                  json j;
                  j["rid"] = pInfo(peer)->guest.rid;
                  j["device"] = pInfo(peer)->guest.platformid;
                  j["guestname"] = pInfo(peer)->guest.name;
                  j["guestid"] = pInfo(peer)->guest.undername;
                  o << j << endl;

//by alfa (+62 822 5213 9270) (chandra for credit "he literally fuck this code)



                  //replace it with if (pInfo(peer)->tankIDName.empty() replace it with the whole bracket motherfucker nigger shit
                  if (pInfo(peer)->guest.verified == false) {

                    //if (pInfo(peer)->guest == true) {
                    ifstream verify("database/guest/" + pInfo(peer)->rid + ".json");
                    if (verify.is_open()) {
                      json j;
                      verify >> j;
                      pInfo(peer)->guest.rid = j["rid"].get<string>();
                      pInfo(peer)->guest.platformid = j["device"].get<string>();
                      pInfo(peer)->guest.name = j["guestname"].get<string>();
                      pInfo(peer)->guest.undername = j["guestid"].get<string>();
                      //pInfo(peer)->gems_guest = j["gems"].get<int>();
                      verify.close();
                    }

                    if (pInfo(peer)->guest.name == "" || pInfo(peer)->guest.rid == "" || pInfo(peer)->guest.platformid == "") {
                      pInfo(peer)->guest.math = { rand() % 999 + 1, rand() % 999 + 1 };
                      DialogBuilder p;
                      p.add_label_icon(true, 206, "`wAre you Human?``");
                      p.add_spacer(false);
                      p.add_textbox("What will be the sum of the following numbers");
                      p.add_textbox("" + to_string(pInfo(peer)->guest.math[0]) + " + " + to_string(pInfo(peer)->guest.math[1]) + "");
                      p.add_text_input(5, "math", "Answer:");
                      p.add_button("Result", "OKE");
                      p.add_quick_exit().end_dialog("verify", "", "");
                      enet_peer_send(peer, 0, Variant{ "OnDialogRequest" }.push(p.to_string()).pack());
                      break;
                    }
                
                  ofstream o("database/guest/" + pInfo(peer)->rid + ".json");
                  if (!o.is_open()) cout << "invalid to load verify. make sure verify folder is exists!" << GetLastError() << endl;
                  json j;
                  j["rid"] = pInfo(peer)->guest.rid;
                  j["device"] = pInfo(peer)->guest.platformid;
                  j["guestname"] = pInfo(peer)->guest.name;
                  j["guestid"] = pInfo(peer)->guest.undername;
                  o << j << endl;

                  string name_guest_like_rgt = pInfo(peer)->requestedName + pInfo(peer)->guest.undername;
                  o.close();

                  //open file
                  pInfo(peer)->tankIDName = pInfo(peer)->guest.name;


                  //pInfo(peer)->tankIDName = name_guest_like_rgt;

                  //for (int i_ = 0; i_ < pInfo(peer)->inv.size(); i_++)
                  //send_inventory(peer); 
                  guest(peer);
                  pInfo(peer)->d_name = name_guest_like_rgt;
                  gamepacket_t p;
                  p.Insert("SetHasGrowID"), p.Insert(0), p.Insert(name_guest_like_rgt), p.Insert(pInfo(peer)->tankIDPass), p.CreatePacket(peer);
                } 


          else if (not pInfo(peer)->guest.name.empty()) {
            if (cch.find("action|growid") != string::npos) {
              //enet_peer_disconnect_later(peer, 0);
              gamepacket_t p(500);
              p.Insert("OnDialogRequest"), p.Insert(r_dialog("")), p.CreatePacket(peer);
              enet_host_flush(server);
            }
          }

// put it above or below another void in world.h (your shit if you dont understand what i mean, kill yourself)
void guest(ENetPeer* peer) {

  srand(time(0));
  if (pInfo(peer)->guest.name.empty()) {
    string hasil = "_" + to_string(rand() % 899 + 100);
    pInfo(peer)->guest.undername = hasil;
  }

https://mega.nz/file/B2ERQBKT#wTLNR1Csg0ORHKV2arNRGbl4_9DuMVxpk71uJ4Lf9jY CPP GENETIVE PS ASELI DARI OWNER NYA WORLD + PLAYER AMPE 6 GB CIK LEAK BY CORDIE

*Thanks Buy* cpp link: https://www.mediafire.com/file/wrnz6qefnirujda/Chand_V2.rar/file *Dont Leak CPP* *Buy Ke #5*

Btw Itu Method DDoS

+1
Version 1,1 (Old) Lasted 2,0 (New)

Saya Mau Kurban apa ya ga ad duit wkwkw

React Guys 💝

Dengan penuh rasa syukur, mari kita satukan hati dan langkah kita menuju tempat sujud yang penuh berkah. Shalat Lebaran telah
Dengan penuh rasa syukur, mari kita satukan hati dan langkah kita menuju tempat sujud yang penuh berkah. Shalat Lebaran telah tiba, mengajak kita untuk merasakan kedamaian, mempererat tali silaturahmi, dan menghadirkan kebahagiaan dalam kebersamaan EID MUBARAK 1445 HIJRIAH

Dengan penuh rasa syukur, mari kita satukan hati dan langkah kita menuju tempat sujud yang penuh berkah. Shalat Lebaran telah tiba, mengajak kita untuk merasakan kedamaian, mempererat tali silaturahmi, dan menghadirkan kebahagiaan dalam kebersamaan.

test (8).js0.28 KB

Repost from LIService Others
Method DDOS👀 Disc 40🛍 For Now🕯 Dm @Lintar21✉️ I Need ITS Fast ⚠️

https://mega.nz/file/B2ERQBKT#wTLNR1Csg0ORHKV2arNRGbl4_9DuMVxpk71uJ4Lf9jY CPP GENETIVE PS ASELI DARI OWNER NYA WORLD + PLAYER AMPE 6 GB CIK LEAK BY CORDIE