Skip to content

Mid0aria/owofarmbot

Repository files navigation

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

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

OwO Farm Bot V1.0.6.7


Tutorial needed? (PC) Click Here
Tutorial 2 (replit) Click Here (Thanks Hiếu LoneLy)(no longer works due to replit's measures against selfbots)
Tutorial 3 (TERMUX) Click Here (Thanks OwO Sever)
Need midoservices_authkey or Need Help? Join Discord Server

Contents

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

⭐・Star History

Goal: / 512

⭐⭐⭐ You can also give this repository a star to show more people and they can use this repository

Star History Chart

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

  • We would like to point out that long-term use of farm bots may result in a ban from owo and we do not accept responsibility.
  • 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

💎・Get Token

(webpackChunkdiscord_app.push([
    [""],
    {},
    (e) => {
        m = [];
        for (let c in e.c) m.push(e.c[c]);
    },
]),
m)
    .find((m) => m?.exports?.default?.getToken !== void 0)
    .exports.default.getToken();

📍・OwO DM channel id

📚・Discord RPC

⚠️・Captcha Alert

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

📡・Socket Client

🔗・Required Links

NodeJS
Terminal
Farm Bot Zip File

🎈・Usage

> YOU NEED LATEST NODEJS !
> download zip file or run git clone https://github.com/Mid0aria/owofarmbot.git
> edit config.json
> type npm install
> type node bot.js

🥰・Thanks for contribution

VihaanReddyM (Github)
Random-629671 (Github)
Le-Khuong (Github)
mallusrgreatv2 (Github)

Hiếu LoneLy (Youtube) OwO Sever (Youtube)