Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

LUCAS - Discord Nuke System

High-performance Discord server administration & raid tool with a clean green neon terminal UI and rate-limit protection.


Language Links


English

Installation

pip install discord.py colorama aiohttp

Configuration

Edit config/discord-nuker.json or input credentials on startup:

{
  "token": "YOUR_BOT_TOKEN",
  "server_id": "YOUR_SERVER_ID"
}

You can also customize the target channel names, bot signature names, and Discord URLs by editing lib/constants.py:

  • RAID_NAME: Channel name generated by the bot during nuking (default: raid-by-lucas).
  • TOOL_NAME: Name printed as signature/embed author (default: LUCAS).
  • DISCORD: Discord invite link used in spam/embed payloads.
  • GITHUB: GitHub profile link.

Features

  • Modern green terminal interface and box borders.
  • 45 administrative tools divided into 3 pages.
  • Premium features implemented natively (no lock):
    • [41] Ultra Nuke Pro: Ultra-fast channel & role deletion and recreation using asyncio semaphores.
    • [42] Auto Destroy V2: Rebrands server, wipes data, spams webhooks and renames members concurrently.
    • [43] Token Raid: Floods channels using multiple account tokens loaded from tokens.txt.
    • [44] Server Cloner+: Full cloner copying roles, permissions, categories and channels from another server.
    • [45] Webhook Nuke Pro: Spawns 3 webhooks per channel and spams them concurrently.

Türkçe

Kurulum

pip install discord.py colorama aiohttp

Yapılandırma

config/discord-nuker.json dosyasını düzenleyin veya başlangıçta bilgilerinizi girin:

{
  "token": "BOT_TOKENINIZ",
  "server_id": "SUNUCU_ID"
}

Oluşturulacak kanal isimlerini, bot imza adını ve Discord linklerini lib/constants.py dosyasından kolayca özelleştirebilirsiniz:

  • RAID_NAME: Botun sunucuda açacağı spam kanallarının ismi (Varsayılan: raid-by-lucas).
  • TOOL_NAME: Mesajlarda ve embedlerde geçecek imza/bot ismi (Varsayılan: LUCAS).
  • DISCORD: Paylaşılacak Discord davet linki.
  • GITHUB: Paylaşılacak GitHub profil linki.

Özellikler

  • Modern yeşil terminal arayüzü ve çerçeveler.
  • 3 sayfaya ayrılmış 45 farklı araç.
  • Kilitleri açılmış premium özellikler:
    • [41] Ultra Nuke Pro: Kanalları ve rolleri asyncio semaphores ile son derece hızlı silip yeniden kurar.
    • [42] Auto Destroy V2: Sunucu ismini değiştirir, her şeyi temizler ve üyelerin takma adlarını kopyalar.
    • [43] Token Raid: tokens.txt dosyasındaki hesap tokenları ile hedef sunucuya spam atar.
    • [44] Server Cloner+: Başka bir sunucunun kategori, kanal ve rol düzenini kopyalar.
    • [45] Webhook Nuke Pro: Her kanalda 3 adet webhook oluşturarak eşzamanlı spam gönderir.

Deutsch

Installation

pip install discord.py colorama aiohttp

Konfiguration

Bearbeiten Sie config/discord-nuker.json oder geben Sie die Daten beim Start ein:

{
  "token": "BOT_TOKEN",
  "server_id": "SERVER_ID"
}

Sie können die Kanalnamen, Bot-Signaturen und Discord-Links auch in lib/constants.py anpassen:

  • RAID_NAME: Name der erstellten Spam-Kanäle (Standard: raid-by-lucas).
  • TOOL_NAME: Der in der Signatur und den Embeds genutzte Botname (Standard: LUCAS).
  • DISCORD: Der Discord-Einladungslink für Spam-Payloads.
  • GITHUB: Der GitHub-Profillink.

Funktionen

  • Moderne grüne Terminal-Benutzeroberfläche.
  • 45 Optionen aufgeteilt auf 3 Menüseiten.
  • Integrierte Premium-Funktionen:
    • [41] Ultra Nuke Pro: Extrem schnelles Löschen und Erstellen von Kanälen/Rollen.
    • [42] Auto Destroy V2: Benennt den Server um, löscht alle Daten und ändert alle Mitgliedernamen.
    • [43] Token Raid: Spamt Kanäle mit mehreren User-Tokens aus tokens.txt voll.
    • [44] Server Cloner+: Kopiert Rollen, Berechtigungen und Kanäle eines anderen Discord-Servers.
    • [45] Webhook Nuke Pro: Erstellt 3 Webhooks pro Kanal und sendet parallel Spam-Nachrichten.

Français

Installation

pip install discord.py colorama aiohttp

Configuration

Modifiez config/discord-nuker.json ou entrez les informations au démarrage :

{
  "token": "TOKEN_DU_BOT",
  "server_id": "ID_DU_SERVEUR"
}

Vous pouvez également personnaliser le nom des salons, la signature du bot et les liens d'invitation Discord en éditant le fichier lib/constants.py :

  • RAID_NAME : Nom des salons de spam créés (par défaut : raid-by-lucas).
  • TOOL_NAME : Nom affiché en signature et auteur de l'embed (par défaut : LUCAS).
  • DISCORD : Le lien d'invitation Discord utilisé pour le spam.
  • GITHUB : Lien vers le profil GitHub.

Caractéristiques

  • Interface console verte moderne.
  • 45 fonctionnalités réparties sur 3 pages.
  • Fonctions premium incluses :
    • [41] Ultra Nuke Pro: Suppression et recréation ultra-rapide des salons et rôles.
    • [42] Auto Destroy V2: Renomme le serveur, efface les données et renomme tous les membres.
    • [43] Token Raid: Envoie du spam via les jetons d'utilisateurs listés dans tokens.txt.
    • [44] Server Cloner+: Copie la structure des salons, permissions et rôles d'un autre serveur.
    • [45] Webhook Nuke Pro: Génère 3 webhooks par salon et spamme de manière simultanée.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors