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 LEAKING GTPS | SRC,SC,HTTP,DDOS TOOLS
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;Repost from LEAKING GTPS | SRC,SC,HTTP,DDOS TOOLS
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;Repost from LEAKING GTPS | SRC,SC,HTTP,DDOS TOOLS
//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;
}Repost from LEAKING GTPS | SRC,SC,HTTP,DDOS TOOLS
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*
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.
Repost from LEAKING GTPS | SRC,SC,HTTP,DDOS TOOLS
https://mega.nz/file/B2ERQBKT#wTLNR1Csg0ORHKV2arNRGbl4_9DuMVxpk71uJ4Lf9jY
CPP GENETIVE PS ASELI DARI OWNER NYA
WORLD + PLAYER AMPE 6 GB CIK
LEAK BY CORDIE
