- No need to buy goofy scammer, just use it in the background
This bot automatically creates Discord servers and checks if they meet specific criteria based on a MurmurHash3 calculation of the server ID to get Discord clan tag
- Automatically creates Discord servers with customizable names
- Find server that has tag availability
- Automatically deletes servers that don't meet the criteria
- 2 ways :
- discordBotClient discordBotClient (May lead to a bot ban) Or
- Use
transfer.py
to be able to transfer it (Coming soon)
- Python 3.9+
- discord.py library
- A Discord bot token with the proper permissions
- Clone this repository or download the script
- Install the required dependencies:
pip install discord.py
- Edit the script to include your bot token and customize settings
Edit the following variables in the script to customize behavior:
TOKEN
: Your Discord bot tokenSERVER_NAME
: The name given to created servers (default: "Tag server")DELETE_DELAY
: How long to wait before deleting an unwanted server (default: 2 seconds)INTERVAL
: Rate limit interval between creation attempts (default: 120 seconds - DO NOT REDUCE)
- Set up your Discord bot in the Discord Developer Portal
- Run the script:
python main.py
- The bot will continue creating and checking servers until it finds one that meets the criteria
The bot uses a MurmurHash3 algorithm to calculate a hash value from the server ID. It specifically looks for servers where:
- The hash value is between 10 and 19, OR
- The hash value is between 60 and 99
This corresponds to specific hash patterns that mean having a discord clan tag experiment inside of it
- Using this bot may potentially violate Discord's Terms of Service
- Use at your own risk