This project is built using discord.js-selfbot-v13
, 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.
-
Download the Installer:
-
Run the Installer as Administrator:
- Run the downloaded
start.bat
(Windows) orstart.sh
(MacOS/Linux) file with administrator privileges. - The installer will handle the setup process, including:
- Downloading and installing Node.js from the official website.
- Installing Git from official website to ensure the project can stay up-to-date in the future.
- Installing all required dependencies for the project.
- Launching the project.
- That's it! Just download, run, and start collecting eggs!
- Run the downloaded
- Open the
.env
file using any text editor (e.g., Notepad). - Fill in the required fields:
- TOKEN: Your Discord user token.
- CHANNEL_ID: The ID of the channel the bot will operate in.
- PREFIX: The command prefix you prefer.
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
F12
to 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
.env
file in theTOKEN
field.
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
.env
file under theCHANNEL_ID
field.
💡 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!