This Python-based Discord bot automates the process of claiming characters in the popular Mudae bot. It allows you to configure multiple accounts, set claim limits, and customize delays to maximize your chances of collecting your favorite waifus and husbandos.
WARNING: This bot is intended for personal use only and is designed to function as a selfbot. Using selfbots on Discord violates the Discord Terms of Service and can result in account suspension or termination. Use this bot at your own risk.
presets.json
file to define settings for each bot account.pip install discord.py-self inquirer
presets.json
file with the following structure:
{
"preset1": {
"token": "YOUR_BOT_TOKEN",
"prefix": "!",
"channel_id": 1234567890,
"roll_command": "wa",
"claim_limit": 5,
"delay_seconds": 1,
"mudae_prefix": "$"
},
"preset2": { ... }
}
python mudae_bot.py
window.webpackChunkdiscord_app.push([ [Math.random()], {}, req => { if (!req.c) return; for (const m of Object.keys(req.c) .map(x => req.c[x].exports) .filter(x => x)) { if (m.default && m.default.getToken !== undefined) { return copy(m.default.getToken()); } if (m.getToken !== undefined) { return copy(m.getToken()); } } }, ]); console.log('%cWorked!', 'font-size: 50px'); console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');
presets.json
: Fill in the presets.json
file with the bot tokens, channel IDs, and other settings for each account.python mudae_bot.py
to start the bot.Contributions are welcome! Feel free to submit pull requests or open issues if you find bugs or have suggestions for improvements.