Skip to content

Discord OwO farm bot with CAPTCHA(BAN) protection😲

License

Notifications You must be signed in to change notification settings

Mid0aria/owofarmbot

Repository files navigation

dWdnY2Y6Ly9iY3JhLmZjYmd2c2wucGJ6L2dlbnB4LzVwc2tIZ1B4Y3hQVkVlWGxxVVhGb1kgcm90MTM=
6 28 15 26 15
{/__/}
( • . •)
/ > 🤍

If you made a video about the farmbot, please upload it to YouTube with the hashtag #thankumid0 and let me know.

OwO Farm Bot V1.0.6.7

Total Views Last Commit

Tutorials

Videos

Text

To get auth key, join the Discord server here, go to #🤖・bot-commands, and send s!key. The official bot will directly message you with the key.

Contents

⭐・Star History
❗・Important
👑・Features
⚙・Config.json example
⚙・.env example
💎・Get Token
📍・OwO DM channel id
📚・Discord RPC
⚠️・Captcha Alert
📡・Socket Client
🔗・Required Links
🎈・Installation
🥰・Contributors

⭐・Star History

Goal: / 512

⭐⭐⭐ You can also give this repository a star so that others know we're trusted!

Star History Chart

❗・Important (Anyone using the bot is deemed to have read and accepted these)

  • Use of this farm bot may lead to actions being taken against your OwO profile and/or your Discord account. We are not responsible for them.
  • Discord may restart as a result of discord RPC overload.
  • It can detect virus due to captcha (ban) bypasser please turn off your antivirus.
  • DO NOT USE ONE CHANNEL FOR TWO ACCOUNTS, USE IT FOR 1 ACCOUNT ONLY.
  • We use a diagnostic report system to understand and correct errors in the farmbot. The information we keep on our servers:
    • userkey
    • project name
    • systeminformation (system, osInfo, uuid, versions, cpu (we get this datas from the "systeminformation" library))
    • report (error log)

👑・Features

  • Auto Hunt
  • Auto Battle
  • Inventory Check
    • Auto Gem Use (beta)
    • Auto Lootbox Use
    • Auto Fabled Lootbox Use
    • Auto Crate Use
    • Auto Eventbox Use (like anniversary present or valentine's day)
  • Auto Gamble
    • Auto Coinflip
    • Auto Slots
  • Auto Animals Sell OR Sacrifice,
  • Auto Upgrade Autohunt
  • Auto Pray
  • Auto CheckList (beta)
    • Auto Quest
    • Auto Daily
    • Auto Cookie
  • Captcha(Ban) Protection v0.1.8 (beta)
  • Discord-RPC
  • Typing Indicator
  • Extra Token
    • All Main Token Features
    • Auto Pray for Main Token

⚙・config.json example

{
    "midoservices_authkey": "", / Enter ur midoservices auth key. If you don't have one, join the discord server and get one now.
    "windowssettings": { "controlcdetect": false },
    "settings": {
        "times": {
            "enable": "", true or false
            "huntbottom": 11000,  / The time to be entered must be entered in milliseconds. Minimum time to run hunt command.
            "hunttop": 16000, / The time to be entered must be entered in milliseconds. Maximum time to run hunt command.
            "battlebottom": 10000,  / The time to be entered must be entered in milliseconds. Minimum time to run battle command.
            "battletop": 16000, / The time to be entered must be entered in milliseconds. Maximum time to run battle command.

            "intervals": {
                "huntbattle": {
                    "enable": true, true or false
                    "time": 17000  / The time to be entered must be entered in milliseconds.
                },
                "animals": {
                    "enable": true, true or false
                    "time": 1200000  / The time to be entered must be entered in milliseconds.
                },
                "pray": {
                    "enable": true, true or false
                    "time": 303000  / The time to be entered must be entered in milliseconds.
                },
                "curse": {
                    "enable": true, true or false
                    "time": 303500  / The time to be entered must be entered in milliseconds.
                },
                "upgrade": {
                    "enable": true, true or false
                    "time": 1205000  / The time to be entered must be entered in milliseconds.
                },
                "gamble": {
                    "enable": true, true or false
                    "coinflip": {
                        "time": 25000  / The time to be entered must be entered in milliseconds.
                    },
                    "slots": {
                        "time": 23000  / The time to be entered must be entered in milliseconds.
                    }
                }
            }
        },
        "prefix": "", owo bot's prefix on your server
        "huntandbattle": "", true or false
        "banbypass": "", true or false
        "discordrpc": "", true or false
        "typingindicator": "", true or false
        "pray": "", true or false
        "extratoken": "", true or false
        "autoquest": "", true or false
        "inventory": {
            "inventorycheck": "", true or false
            "gemcheck": "", true or false
            "lootboxcheck": "", true or false
            "fabledlootboxcheck": "", true or false
            "cratecheck": "", true or false
            "eventcheck": "" true or false
        },
        "animals": {
            "enable": "", true or false
            "type": "" sell or sacrifice
            "animaltype": {
                "common": "", true or false
                "uncommon": "", true or false
                "rare": "", true or false
                "epic": "", true or false
                "mythical": "", true or false
                "patreon": "", true or false
                "cpatreon": "", true or false
                "legendary": "", true or false
                "gem": "", true or false
                "bot": "", true or false
                "distorted": "", true or false
                "fabled": "", true or false
                "special": "", true or false
                "hidden": "" true or false
            }
        },
        "upgradeautohunt": {
            "enable": "", true or false
            "type": "" efficiency, duration, cost, gain, exp or radar
        },
        "gamble": {
            "coinflip": {
                "default_amount"= , Enter the amount you want to start from
                "max_amount": 250000, Enter the amount where the bot will not bet more than that
                "multipler": , Enter a number by which the lost amount will be multipled by
                "enable": "", true or false
                "amount": "1"
            },
            "slots": {
                "enable": "", true or false
                "amount": "1"
            }
        }
    },
    "main":{
        "token":"", main token (if you use replit please edit .env file)
        "userid":"", token user id
        "channelid":"", channel id for main token
        "owodmchannelid":"", owo bot dm channel id
        "gamblechannelid":"", channel if for gambling
        "autoquestchannelid":"" auto quest channel id
    },
    "extra":{
        "token":"", extra token (if you use replit please edit .env file)
        "userid":"", extra token user id
        "channelid":"", channel id for extra token
        "gamblechannelid":"", channel if for gambling
        "owodmchannelid":"" extra token owo bot dm channel id
    }
}


⚙・dotenv example

If you use Replit, you must enter your tokens in the .env file for the security of your tokens!

MAIN_TOKEN=mysupermaintokenblabla
EXTRA_TOKEN=mysuperextratokenblabla

Optionally, you may also use the Secrets tab.

💎・Get Token

PC

  1. Open your preferred browser (with developer tools) and login to https://discord.com/app
  2. Press CTRL + Shift + I and open the Console tab.
  3. Paste the following code.
  4. The text returned (excluding the quotes ') will be your Discord account token.
(webpackChunkdiscord_app.push([[""],{},e=>{for(let t in m=[],e.c)m.push(e.c[t])},]),m).find(e=>e?.exports?.default?.getToken!==void 0).exports.default.getToken();

Mobile/Android

  1. Open Chrome
  2. Create a bookmark (by clicking on star button in 3 dots menu)
  3. Edit it and set name to Token Finder and url to the following code:
    javascript: (webpackChunkdiscord_app.push([[""],{},(e)=>{m=[];for (let c in e.c) m.push(e.c[c]);},]),m).find((m) => m?.exports?.default?.getToken%20!==%20void%200)%20%20%20%20.exports.default.getToken();
  4. Open https://discord.com/app and log in.
  5. Tap on search bar and type Token Finder (don't search it just type)
  6. Click on the bookmark named Token Finder.
  7. A new page will open, the text in the page will be your Discord account token.

📍・OwO DM channel id

📚・Discord RPC

⚠️・Captcha Alert

Note

If you want the captcha alert to work properly, turn off do not disturb

📡・Socket Client

Only works on Windows using Terminal

🔗・Required Links

NodeJS
Terminal
Farm Bot ZIP File

🎈・Installation

🖥️・Windows / Linux

# Check Node.js version:
node -v

# Clone the files with git:
git clone https://github.com/Mid0aria/owofarmbot
# Optionally you can also download from github at https://github.com/Mid0aria/owofarmbot/archive/refs/heads/main.zip

# Enter into the cloned directory:
cd owofarmbot

# Configure the bot
notepad config.json # On windows
nano config.json # On linux, can also use any other preferred file writing software

# Run the bot:
node bot.js

📱・Android / iOS (Termux)

# Install:

apt update -y && apt upgrade -y && pkg install wget
wget https://raw.githubusercontent.com/mid0aria/owofarmbot/main/termux-setup.sh
sh termux-setup.sh

# Edit config.json:

cd owofarmbot
nano config.json

🥰・Contributors