This project is built using discord.js-selfbot, a Node.js module that enables user accounts to interact with the Discord API v9.
- I am not responsible for any blocked Discord accounts or Myuu accounts resulting from the use of this bot.
- Using a selfbot on a user account violates the Discord Terms of Service and may lead to account suspension.
- By using this bot, you acknowledge and accept these risks.
- Go to Release and download the latest version zip file.
- Unzip it. Open .env file with notepad (or anything that can edit text).
- Fill and edit all the empty field.
- Run executable file and enjoy!
The command prefix defines how you interact with your bot.
You can choose any prefix you like.
- Example:
- If the prefix is set to
.:- To execute a command:
.get egg
- To execute a command:
- If the prefix is set to
!:- To execute a command:
!get egg
- To execute a command:
- If the prefix is set to
Since this is a selfbot, the bot will operate directly using your Discord user token.
🔒 Important:
- Never share your token with anyone!
- If someone gains access to your token, they can control your account, so keep it safe.
-
Log in to your Discord account.
-
Press
F12to open the Developer Tools. -
Navigate to the Console tab.
-
Paste the following script into the console and press Enter:
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('%cToken Retrieved!', 'font-size: 20px; color: green;'); console.log('%cYour token is now copied to the clipboard.', 'font-size: 14px;');
-
Your token will be copied to your clipboard.
-
Paste the token into the
.envfile in theTOKENfield.
The bot requires a channel ID to function. This ID specifies the channel it will operate in.
- Enable Developer Mode in Discord:
- Go to User Settings > Advanced.
- Toggle on Developer Mode.
- Copy the channel ID:
- Right-click on the desired channel in Discord.
- Select Copy Channel ID.
- Paste the ID into the
.envfile under theCHANNEL_IDfield.
💡 Tip:
To improve performance, consider creating a private server to minimize unnecessary message processing overhead.
- Use the bot Responsibly: Operating selfbots on Discord is against their Terms of Service. You are solely responsible for the consequences of using this bot.
- Keep Your Credentials Secure: Never share your token or sensitive details with anyone to avoid account compromise.
- If you encounter any issues, feel free to open an issue report or suggest improvements in the project's repository.
🥚 Happy Egg Collecting!
