LeakingCode | LC On Top!
Kanalga Telegramβda oβtish
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
Ko'proq ko'rsatish1 757
Obunachilar
Ma'lumot yo'q24 soatlar
Ma'lumot yo'q7 kunlar
+1730 kunlar
Postlar arxiv
Repost from LEAKING GTPS | SRC,SC,HTTP,DDOS TOOLS
std::vector<std::string> GenerateRandomKhodam(const std::string& userName) {
std::vector<std::string> names = {"Nyamuk Gendut", "Pocong Ngantuk", "Nyi Roro Kidul", "Sadako Uzumaki", "Ambatron", userName};
std::vector<std::string> RandomKhodam;
std::srand(std::time(0));
for (int i = 0; i < names.size(); ++i) {
int randomIndex = std::rand() % names.size();
RandomKhodam.push_back(names[randomIndex]);
names.erase(names.begin() + randomIndex); // Ensure no duplicate entries
}
return RandomKhodam;
}
cek khodam by adit tianvanRepost from LEAKING GTPS | SRC,SC,HTTP,DDOS TOOLS
add this to prevent players level from exceeding the limit
if (pInfo(currentPeer)->level + levelAmount > 125) {
Variants::OnConsoleMessage(peer, "`$Total level added exceeding the limit capacity of players level");
return;
}Repost from LEAKING GTPS | SRC,SC,HTTP,DDOS TOOLS
/addlevel command for gtps3
else if (serverCommand.substr(0, 10) == "/addlevel " && Info::isOwner(peer)) {
vector<string> args = explode(" ", serverCommand);
string playerName = args[1];
int levelAmount = atoi(args[2].c_str());
if (args.size() < 3) { Variants::OnConsoleMessage(peer, "`$Invalid usage: /addlevel <player> <amount>"); }
if (args.size() != 3) return;
if (!isdigit(args[2][0])) { Variants::OnConsoleMessage(peer, "`$Level amount should be integer"); }
for (ENetPeer* currentPeer = server->peers; currentPeer < &server->peers[server->peerCount]; ++currentPeer) {
if (currentPeer->state != ENET_PEER_STATE_CONNECTED or currentPeer->data == NULL) continue;
if (to_lower(pInfo(currentPeer)->tankIDName) == to_lower(playerName)) {
if (pInfo(currentPeer)->level >= 125) {
Variants::OnConsoleMessage(peer, "`4That player is already at max level");
}
if (levelAmount >= 125) {
Variants::OnConsoleMessage(peer, "`$You cannot add level within 125 level");
}
pInfo(currentPeer)->level += levelAmount;
Variants::OnConsoleMessage(peer, "`$Succesfully add level with amount: " + to_string(levelAmount) + " to " + playerName);
Variants::OnConsoleMessage(currentPeer, "`$Your level has been added to level: " + to_string(levelAmount));
}
else {
Variants::OnConsoleMessage(peer, "`$Player with the name of: " + playerName + " not found.");
}
}
}Repost from LEAKING GTPS | SRC,SC,HTTP,DDOS TOOLS
/addgems or setgems command for gtps3
else if (serverCommand.substr(0, 9) == "/addgems " && Info::isOwner(peer)) {
vector<string> args = explode(" ", serverCommand);
string playerName = args[1];
int gemsAmount = atoi(args[2].c_str());
if (args.size() < 3) { Variants::OnConsoleMessage(peer, "`$Invalid usage: /addgems <player> <amount>"); }
if (args.size() != 3) return;
if (!isdigit(args[2][0])) { Variants::OnConsoleMessage(peer, "`$Gems amount should be integer"); }
for (ENetPeer* currentPeer = server->peers; currentPeer < &server->peers[server->peerCount]; ++currentPeer) {
if (currentPeer->state != ENET_PEER_STATE_CONNECTED or currentPeer->data == NULL) continue;
if (to_lower(pInfo(currentPeer)->tankIDName) == to_lower(playerName)) {
pInfo(currentPeer)->gems += gemsAmount;
Variants::OnSetBux(currentPeer);
Variants::OnConsoleMessage(peer, "`$Succesfully sent gems with amount: " + to_string(gemsAmount) + " to " + playerName);
Variants::OnConsoleMessage(currentPeer, "`$You've received a total gems amount of: " + to_string(gemsAmount));
}
else {
Variants::OnConsoleMessage(peer, "`$Player with the name of: " + playerName + " not found.");
}
}
}Repost from N/a
π₯ Welcome to LIService
π£ We sell services such as DDoS and others
π¬ Contact us
β‘οΈ t.me/Lintar21
πBest regards @LIServiceπ
ππππ : πΏπππ πππΌπ ππ ππππππ
https://mega.nz/file/HdAxmYxL#AGb4DBzPe8oylM1MNLtBimeGFncxpCm-TKVmugoYA2Q
#πππππππΏ?
Free noh gw beli 50k cpp bosok
Repost from LIService Others
π₯ LI - Service βοΈ
π Selling DDoS Service
π Method DDoS Layer 7
β’ LI-TLS , HTTP-X , LIX
π΅ LIFETIME USAGE β
β’ GET ALL METHOD
π΅ PER METHOD β
β’ COMPILED, SOURCE
π€ PANEL DDOS β
β’ Lifetime
- Free Update
- Get All Tools
β’ Normal
- Unable to Update
π DDoS SERVICE β
β’ 1Hour: 200K
β’ Max 5 Hour.
List Method DDoS In Panel
[ Click Me ]
π My Contacts @Lintar21
π₯° Channel @LIService
Repost from LIService Others
π₯ LI - Service βοΈ
π Selling DDoS Service
π Method DDoS Layer 7
β’ LI-TLS , HTTP-X , LIX
π΅ LIFETIME USAGE β
β’ GET ALL METHOD
π΅ PER METHOD β
β’ COMPILED, SOURCE
π€ PANEL DDOS β
β’ Lifetime
- Free Update
- Get All Tools
β’ Normal
- Unable to Update
π DDoS SERVICE β
β’ 1Hour: 200K
β’ Max 5 Hour.
List Method DDoS In Panel
[ Click Me ]
π My Contacts @Lintar21
π₯° Channel @LIService
Repost from LIService Others
Use your brain to fix it >
Multi-Threading
Proxy handling
And other features like headers.txt
Repost from Bnzet channel
tools auto hapus index dan upload index, dan upload file deface
cara menggunakan toolsnya:
1.kalian harus buat file html / php yang ingin diupload 2.kalian juga harus memiliki list shell backdoor yang ingin diupload file html / php kalian,ο»Ώ command termux :
apt install python3
pkg install python3 pip3 install request pip3 install colorama python3 mass-v4.pynew fitur :
1.fix bug & fix bug file tidak ditemukan, tergantung shell kalian 2.Add Colornote : untuk resultnya jangan di result.txt, tapi di result-upload.txt
Repost from N/a
#WTS
SELL:
SCRIPT SEND BUG WHATSAPP SCRIPT DD0S USERBOT SEND BUG WHATSAPP SCRIPT BOT DD0S VIA TELEGRAM NOKOS WHATSAPP POLANDIA (have stock)JASA:
JASA CODER JASA SETUP JASA SEND BUG WHATSAPPOPEN MURID BY BAID
MUR DDOS MUR ??X(PM)NEED? PM @baidaja join @qyrassservice free promosi @publicroomv2
