Generates multiple Discord guild-servers instantly and checks them concurrently for specific features using a Terminal User Interface (TUI).
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Efficiently create and analyze Discord guilds with RAID CORD, featuring a command-line interface for easy operation.
- Download the repository or clone using:
git clone https://github.com/raidcord/guild-generator.git
- Ensure you have Node.js (version 18+ recommended) installed.
- Run the
setup.batfile (for Windows).- This will install all necessary project dependencies using npm.
(Note: For non-Windows users, simply run
npm installin the terminal after cloning.)
- This will install all necessary project dependencies using npm.
(Note: For non-Windows users, simply run
You don't have to edit any files initially; the script will ask you for required inputs (like Token and Webhook URL) when you run it.
- Open your terminal.
- Clone the repository:
or download the ZIP and extract it.
git clone https://github.com/raidcord/guild-generator.git
- Navigate to the project directory:
cd guild-generator - Install dependencies:
npm install
- Run the script:
node index.js
Ensure your system meets these prerequisites:
- Node.js 16+ (the latest LTS version is recommended).
- Git installed on your device (for cloning).
- Windows, macOS, or Linux.
- A curious mind (and an understanding of the risks involved).
This tool is provided for educational and experimental purposes only. The developers are not responsible for any negative consequences, including account bans, that may arise from its use. USE AT YOUR OWN EXTREME RISK.
- Concurrent Guild Generation: Creates multiple Discord guilds rapidly.
- Feature Checking: Automatically checks newly created guilds for specific features
- Webhook Notifications: Sends alerts to a Discord webhook when guilds with desired features are found.
- Interactive TUI: User-friendly terminal interface for easy operation and input.
- Configuration at Runtime: Prompts for necessary inputs like Discord token and webhook URL.
- IMPORTANT -> This script bypasses new discord patches and it is currently working in 09/05/2025
Note: As of May 12th, 2025, RAID CORD guild-tag server generator is functional based on current Discord API interactions. APIs can change, and patches may become necessary. This project demonstrates interactions with the Discord API via a self-bot, which is inherently risky. Remember, sharing knowledge benefits everyone; please provide credit if you find our work valuable or adapt it.
