Skip to content

[2021 - Present] An advanced Discord OwO farming tool featuring a wide range of powerful extensions, meticulously crafted for optimal performance. Proudly made with love by a passionate Vietnamese developer. 🌟

License

Notifications You must be signed in to change notification settings

Kyou-Izumi/advanced-discord-owo-tool-farm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ADVANCED DISCORD OWO TOOL FARM

This is a community version and currently in progress

Please report bugs and keep on track with our announcement!

Advanced discord OwO selfbot is currently in maintenance mode. Future updates focus on bug fixes and improvements rather than new features. Thank you for trusting and being with us throughout the 3-year journey.

If you have any question/suggestion, feel free to submit your idea to us.

Please report if you have any issue/bug/error while using, I will try my best to help with responsibility.

>>> Captcha from owobot.com/captcha is now supported

Tip

Check out this discussion: #45

Requirement

Node.js Version: v22.11.0 and above

For laptop and PC: Windows 10/11 or higher, Linux and MacOS

For Android: Download and install Termux

For IOS: Not yet (please tell us if you know any supporting method)

Note: Termux from Google Play Store is unsupported.

Tutorial

A full tutorial on how to use the tool is now available!

Installation

Node.js installation

Windows/Linux/MacOS:

Please make sure that you have installed Node.js LTS on your devices.

Imgur

Termux:

On Termux, run the following commands:

apt update
apt upgrade
apt install -y nodejs-lts git 

Tool installation

Download and extract the module or clone/pull it using Git:

git clone https://github.com/Kyou-Izumi/advanced-discord-owo-tool-farm.git

Open the terminal inside folder where you downloaded the tool

cd advanced-discord-owo-tool-farm

and run the following command:

npm install

This will install all the requirements (libraries) for the tool to run correctly.

Get token

Method 1: Follow this instruction to get your account token.

Method 2: Press Ctrl + Shift + I and paste the following function.

window.webpackChunkdiscord_app.push([
    [Symbol()],
    {},
    req => {
        if (!req.c) return;
        for (let m of Object.values(req.c)) {
            try {
                if (!m.exports || m.exports === window) continue;
                if (m.exports?.getToken) return copy(m.exports.getToken());
                for (let ex in m.exports) {
                    if (m.exports?.[ex]?.getToken && m.exports[ex][Symbol.toStringTag] !== 'IntlMessagesProxy') return copy(m.exports[ex].getToken());
                }
            } catch {}
        }
    },
]);

window.webpackChunkdiscord_app.pop();
console.log('%cWorked!', 'font-size: 50px');
console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');

Usage

Normal usage (Interactive Command Line User Interfaces)

For running the tool, please use the following command (inside tool folder)

npm start

If you see the following warning

Imgur

Congratulation, you have installed our Advanced discord OwO tool farm successfully.

Type "Y", enter and enjoy your time! (The tool will exit if you press enter only)

Account Login

We support 2 ways to login: via token and QR Code

Imgur

Via token:

- Step 1: Get your discord account token

See How to get your discord token

- Step 2: Simply paste your token into the terminal, this will take a while

Imgur

Via QR Code

Simply scan the QR Code on the screen by your discord mobile and wait patiently...

Imgur

CLI usage (Command Line Interface)

node . [command] [options]
npm start [command] [options]
npm start -- -- [options]

# Example
npm start generate config-sample.json # generate config-sample.json
npm start import config.json # Trigger auto import and run with given config.json

CLI Options:

    -s, --skip-check-update # Skip the update check
    -u, --update # Update without asking
    -v, --verbose # Enable debug

Configuration Guide

Basic Setup

{
    "username": "", // Optional: Display name (can be ignored)
    "token": "your.discord.token", // Required: Your Discord account token
    "guildID": "123456789", // Optional: Server ID where the bot operates
    "channelID": [ // Required: Array of channel IDs for farming (at least one)
        "channel-id-1",
        "channel-id-2",
        "channel-id-3"
    ]
}

Notification Settings

{
    "wayNotify": [ // Choose notification methods: "webhook", "dms", "call", "music", "popup"
        "webhook",
        "dms"
    ],
    "webhookURL": "https://discord.com/api/webhooks/...", // Required if using webhook
    "adminID": "your-user-id", // Required if using dms/call notifications
    "musicPath": "./path/to/music.mp3", // Required if using music notifications
    "prefix": "!" // Command prefix for bot commands
}

Captcha Solving

{
    "captchaAPI": "2captcha", // Options: "2captcha", "yescaptcha"
    "apiKey": "your-api-key" // Required if captchaAPI is set
}

Huntbot Configuration

{
    "autoHuntbot": true, // Enable/disable huntbot automation
    "autoTrait": "efficiency", // Options: "efficiency", "duration", "cost", "gain", "experience", "radar"
    "useAdotfAPI": true // Use Advanced Discord OwO Tool Farm API
}

Auto Commands

{
    "autoPray": [ // Auto pray/curse commands
        "pray",
        "pray user-id-here", // You can target specific users
        "curse user-id-here"
    ],
    "autoQuote": [ // Auto quote commands
        "owo", // Send owo/uwu randomly
        "quote" // Send random quotes
    ],
    "autoRPP": [ // Other auto commands
        "run",
        "pup", 
        "piku"
    ]
}

Gem Management

{
    "autoGem": 1, // 0: disabled, 1: upgrade fabled→common, -1: downgrade common→fabled
    "gemTier": [ // Gem tiers to use (when autoGem is enabled)
        "common",
        "uncommon", 
        "rare",
        "epic",
        "mythical"
        // Available: "legendary", "fabled"
    ],
    "useSpecialGem": false // Use special gems
}

Lootbox & Daily Actions

{
    "autoLootbox": true, // Auto use regular lootboxes
    "autoFabledLootbox": false, // Auto use fabled lootboxes
    "autoDaily": true, // Auto claim daily rewards
    "autoCookie": true, // Auto use cookies
    "autoClover": true, // Auto use clovers
    "autoSell": true // Auto sell animals when cash runs out
}

System Settings

{
    "autoSleep": true, // Create random pause gaps (5-20 mins)
    "autoReload": true, // Auto reload config daily
    "autoResume": true, // Auto resume after solving captcha
    "showRPC": true // Show Discord Rich Presence
}

Complete Example

{
    "token": "your.discord.token.here",
    "guildID": "123456789012345678",
    "channelID": ["987654321098765432"],
    "wayNotify": ["webhook"],
    "webhookURL": "https://discord.com/api/webhooks/your/webhook/url",
    "adminID": "your-user-id-here",
    "prefix": "!",
    "captchaAPI": "2captcha",
    "apiKey": "your-2captcha-api-key",
    "autoHuntbot": true,
    "autoTrait": "efficiency",
    "useAdotfAPI": true,
    "autoPray": ["pray"],
    "autoGem": 1,
    "gemTier": ["common", "uncommon", "rare", "epic", "mythical"],
    "useSpecialGem": false,
    "autoLootbox": true,
    "autoFabledLootbox": false,
    "autoQuote": ["owo"],
    "autoRPP": ["run", "pup"],
    "autoDaily": true,
    "autoCookie": true,
    "autoClover": true,
    "autoSell": true,
    "autoSleep": true,
    "autoReload": true,
    "autoResume": true,
    "showRPC": true
}

Configuration Tips

  • Required fields: token, channelID (at least one)
  • Conditional requirements:
    • webhookURL needed if using "webhook" notifications
    • adminID needed if using "dms" or "call" notifications
    • musicPath needed if using "music" notifications
    • apiKey needed if captchaAPI is set
  • Generate sample config: Use npm start generate config-sample.json to create a template

Frequently Asked Questions (FAQ)

General Questions

Q: Is this tool safe to use?

A: The tool is open source and you can review the code yourself. However, using any automation tool carries risks. Always use at your own discretion and follow Discord's Terms of Service.

Q: Will I get banned for using this?

A: There's always a risk when using automation tools. We've implemented safety features like random delays and captcha solving, but we cannot guarantee your account's safety.

Q: Does this work on mobile?

A: Yes! You can use it on Android via Termux. iOS support is not available yet.

Q: Is this tool free?

A: Yes, the tool is completely free. However, some services like captcha solving APIs require payment to their respective providers.

Setup & Installation

Q: I get "npm is not recognized" error

A: You need to install Node.js first. Download it from nodejs.org and make sure to restart your terminal.

Q: The tool won't start after installation

A: Make sure you've run npm install first. If issues persist, try:

npm cache clean --force
npm install

Q: How do I get my Discord token?

A: See our Get Token section above. Never share your token with anyone!

Q: Where do I put my configuration file?

A: Create a file named config.json in the same folder as the tool, or use npm start generate config.json to create a template.

Configuration Issues

Q: What channels should I use for farming?

A: Use channels where OwO bot is active and you have permission to send messages. Private servers work best.

Q: How do I set up webhooks for notifications?

A: Create a webhook in your Discord server settings, copy the URL, and paste it in the webhookURL field in your config.

Q: Which captcha API should I choose?

A: Both 2captcha and yescaptcha work well. Choose based on pricing and availability in your region.

Q: What's the difference between autoGem values?

A:

  • 0: Disabled
  • 1: Upgrade gems (fabled β†’ common)
  • -1: Downgrade gems (common β†’ fabled)

Troubleshooting

Q: Tool stops working after a while

A: This usually happens due to:

  • Rate limiting (use autoSleep: true)
  • Captcha detection (make sure captcha API is configured)
  • Token expiration (re-login required)

Q: Captcha solving is not working

A: Check:

  • Your API key is correct and has balance
  • captchaAPI is set to "2captcha" or "yescaptcha"
  • Your internet connection is stable

Q: Getting "Invalid token" error

A: Your token may have expired. Get a new token using the methods in Get Token section.

Q: Notifications are not working

A: Verify:

  • Webhook URL is correct and accessible
  • Admin ID is your correct user ID
  • Music file path exists (for music notifications)

Q: Tool crashes with "ECONNRESET" error

A: This is usually a network issue. Try:

  • Checking your internet connection
  • Using a VPN
  • Restarting the tool

Features & Usage

Q: How does auto huntbot work?

A: When enabled, the tool automatically sends and receives huntbot, and can upgrade traits using the specified trait type.

Q: What does "useAdotfAPI" do?

A: This uses our custom API for enhanced huntbot captcha solving. It's currently free during beta.

Q: Can I run multiple accounts?

A: You can run multiple instances with different config files, but be careful about rate limiting.

Q: How often should I run the tool?

A: Use autoSleep: true for random breaks. Continuous running increases ban risk.

Q: What's the best configuration for safety?

A: Enable:

  • autoSleep: true
  • autoResume: true
  • Configure captcha API
  • Use moderate delays between commands

Advanced Questions

Q: Can I modify the code?

A: Yes! The tool is open source under a Custom Non-Commercial License. See our License section.

Q: How do I contribute to the project?

A: Check our Contributing section. We welcome bug reports, feature requests, and translations.

Q: Why is my gem management not working?

A: Make sure:

  • autoGem is not set to 0
  • gemTier array contains the gems you want to use
  • You have enough gems in your inventory

Q: The tool updates but my config is reset

A: Your config should be preserved. If lost, regenerate it with npm start generate config.json and reconfigure.

Support

Q: Where can I get help?

A:

Q: How do I report a bug?

A: Please provide:

  • Your Node.js version
  • Operating system
  • Error messages or logs
  • Steps to reproduce the issue

Q: Can I request new features?

A: Yes! Open a GitHub discussion or join our Discord server to suggest features.

Caution

Recently, there have been reports of hacked accounts and lost currency associated with the use of certain tools. For your safety, it is advised to avoid any kind of obfuscated or suspicious code. Prioritize security and exercise caution when using external code or tools. Stay informed, trust reliable sources, and adopt good security practices to protect your accounts and data.

For more information: SECURITY.md

Imgur

Achievements

βœ” CLI support

βœ” Attempt to solve captcha by using 3rd party captcha-api website

βœ” Solve captcha from OwO website (further info in discord server)

βœ” DMs selfbot account to send captcha answer to OwO (user -> selfbot -> OwO)

βœ” Selfbot Commands

βœ” Send notification via Webhook/DMs/Call

βœ” Cool Activities

βœ” Prompt sent command with time

βœ” Level up with random stored quotes

βœ” Unhandled Rejection Handler

βœ” Double/Triple spam error Handler

βœ” Automatic stop on captcha detected

βœ” Automatic resume on captcha solved

βœ” Automatic loot boxes and use gems

βœ” Automatic run/pup/piku randomly

βœ” Automatic claim daily reward

βœ” Automatic sell animals once cash runs out

βœ” Automatic reload configuration daily

βœ” Automatic send/receive, upgrade trait huntbot

βœ” Huntbot captcha solving API (Beta version, currently free)

βœ” Automatic check for update

βœ” Internationalization (Multi-language support)

βœ” Clean code

βœ” Open source

❌ Use Slash Command [removed due to instability]

❌ Automatic gamble (slot/coinflip) [blackjack removed due to instability]

❌ Automatic claim/handle quest and checklog [cancelled]

-- Coming soon list --

⬜ Selfbot captcha solving API (No longer 3rd party)

⬜ Automatic vote OwO on top.gg (in testing)

⬜ Application with UI support

Sparkling Soul

We greatly appreciate your support and consideration! Your belief in the power of a star as a donation truly resonates with us. Each click represents not just a simple action, but a meaningful contribution towards our journey.

Your stars serve as fuel for our spirits, igniting our passion and dedication to make a positive impact. With every milestone we achieve, we come closer to realizing our vision of creating a better non-profit endeavors.

Your stars inspire us to keep pushing boundaries, overcome challenges, and bring about meaningful change.

Star History Chart

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

As we are looking for translators to make the tool and instruction multi-language supports, please open a discussion with translator labels if you'd like to join in!

Please make sure to update tests as appropriate.

Contact

Facebook: Nguyα»…n ThΓ nh Long

Fanpage: Nong ngoo ở Δ‘αΊ£o Ngα»‘

Patreon: Click here!

PayPal: Click here!

Email: ntt.eternity2k6@gmail.com

Join our discord server: Tool Support Server

Hello there, my name is Eternityy, and I wanted to take a moment to thank you for using our tool.

Since 2021, this project has been non-profit. But we're still committed to making it the best it can be, 

With APIs like captcha-solving and quoting,... to help make your experience better and more efficient.

Unfortunately, funding has become an obstacle to our progress. Would you be willing to help us out with a small donation? 

Even the price of a coffee cup can go a long way towards keeping us going. Every little bit helps, means the world to us.

Thank you for your time and consideration, and we hope you continue to enjoy our tool!

Acknowledgments

SPECIAL THANKS TO:

License & Usage

✨ This project is licensed under a Custom Non-Commercial License. You are free to use, modify, and distribute this software for non-commercial purposes only.

For commercial use, you must obtain written permission from the author and maintain proper attribution. See the LICENSE file for full details.

Additional Information

πŸ’– Made by Vietnamese with love

⛱️ Copyright Β© Kyou Izumi 2021-2025

πŸ’« We are BKI members (Baka Island - Đảo Ngα»‘ TΓ u)

About

[2021 - Present] An advanced Discord OwO farming tool featuring a wide range of powerful extensions, meticulously crafted for optimal performance. Proudly made with love by a passionate Vietnamese developer. 🌟

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 7