Skip to content

minhoag/myuu-egg-selfbot

Repository files navigation

Myuu Egg-Collecting Selfbot

This project is built using discord.js-selfbot, a Node.js module that enables user accounts to interact with the Discord API v9.


⚠️ Disclaimer

  • 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.

image


📥 Easy Installation Guide

  1. Go to Release and download the latest version zip file.
  2. Unzip it. Open .env file with notepad (or anything that can edit text).
  3. Fill and edit all the empty field.
  4. Run executable file and enjoy!

PREFIX

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
    • If the prefix is set to !:
      • To execute a command: !get egg

TOKEN

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.

How to Retrieve Your Discord Token:

  1. Log in to your Discord account.

  2. Press F12 to open the Developer Tools.

  3. Navigate to the Console tab.

  4. 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;');
  5. Your token will be copied to your clipboard.

  6. Paste the token into the .env file in the TOKEN field.


CHANNEL_ID

The bot requires a channel ID to function. This ID specifies the channel it will operate in.

How to Retrieve a Channel ID:

  1. Enable Developer Mode in Discord:
    • Go to User Settings > Advanced.
    • Toggle on Developer Mode.
  2. Copy the channel ID:
    • Right-click on the desired channel in Discord.
    • Select Copy Channel ID.
    • Paste the ID into the .env file under the CHANNEL_ID field.

💡 Tip:
To improve performance, consider creating a private server to minimize unnecessary message processing overhead.


📜 Final Notes

  • 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!

About

A small discord-selfbot to play Myuu Pokemon Game!

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors