es
Feedback
LeakingCode | LC On Top!

LeakingCode | LC On Top!

Ir al canal en 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

Mostrar más
1 757
Suscriptores
Sin datos24 horas
Sin datos7 días
+1730 días
Archivo de publicaciones
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 tianvan

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;
}

/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.");
    }
  }
}

/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👍

Mines enet fc😂

𝙉𝙊𝙏𝙀 : 𝘿𝙊𝙉𝙏 𝙇𝙀𝘼𝙆 𝙊𝙍 𝙍𝙀𝙎𝙀𝙇𝙇 https://mega.nz/file/HdAxmYxL#AGb4DBzPe8oylM1MNLtBimeGFncxpCm-TKVmugoYA2Q #𝙏𝙍𝙐𝙎𝙏𝙀𝘿? Free noh gw beli 50k cpp bosok

photo content

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
+1
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.py
new fitur :
1.fix bug & fix bug file tidak ditemukan, tergantung shell kalian 2.Add Color
note : untuk resultnya jangan di result.txt, tapi di result-upload.txt

nama world

VATM rgt laku brp

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 WHATSAPP
OPEN MURID BY BAID
MUR DDOS MUR ??X(PM)
NEED? PM @baidaja join @qyrassservice free promosi @publicroomv2

Repost from N/a
stock nokwa poland ada 1 nih, untuk malem ini harga 4k,pm @baidaja

Butuh yang bisa donlot musik /vid dri yg/tiktok /jaseb/dll

Ga butuh ubot jaseb gw

kan ada ubot jaseb

bego