Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mirabellierr/owo-bot-farm-selfbot

A friendly OwObot farming script. Written in Javascript using NodeJS and discord.js.
https://github.com/mirabellierr/owo-bot-farm-selfbot

discord-js owobot owobot-autofarm owobot-selfbot

Last synced: 6 days ago
JSON representation

A friendly OwObot farming script. Written in Javascript using NodeJS and discord.js.

Awesome Lists containing this project

README

        

cruncy cat

# OwObot Selfbot Farming Script

A friendly OwObot farming script. Written in Javascript using NodeJS and discord.js.

## โค๏ธ About

owo-bot-farm-selfbot is a Discord self-bot script to farm OwOBot's "owo hunt" and "owo battle" commands. It is built using discord.js-selfbot-v13 package for the utilization of the Discord API interaction.

## ๐Ÿ“ท Screenshot

![console](https://raw.githubusercontent.com/MiraBellierr/owo-bot-farm-selfbot/refs/heads/main/assets/1734133655713.png)

## ๐Ÿงก Features

- ๐Ÿ”Œ **Switch on/off**: Can be switch on and off at anytime in the terminal or in Discord chat.
- ๐Ÿ›  **Auto Assign Farm Channel**: Just send a first message in a channel you want to farm after running a script.
- ๐Ÿ’Ž **Auto Equip Gems**: Automatically equip any gem that has expired.
- ๐Ÿ›‘ **Stop when Captcha Appear**: It will stop when the human verification message appear.
- ๐Ÿ‘ **Pretty Console**: It will send just enough information in the terminal.
- ๐ŸŽต **Sound Effect**: Play a loud sound effect when a verification message appear. Disabled by default.

## ๐Ÿ”ง How to Use

1. Run the script.
2. type and send "start" in the terminal.
3. type a message in any channel you want to farm OwObot with.
4. type and send "owo hunt" in that channel.
5. The script will help you do "owo hunt" and owo battle" after that.

**NOTE**: Make sure to monitor and remain in the chat while running the script because the verification may appear at any time. Failed to respond in **10 minutes** will result in a ban!

## โš™ Commands

### start

- **start**: (console command) Start the script.
- **owo hh**: (in-chat command) Type this in the Discord channel. It will reassign the channel with the current channel and start the script.

### stop

- **stop**: (console command) Stop the script
- **owo bb**: (in-chat command) Type this in the Discord channel. It will stop the script.

### sound

To enable the sound effect, simply start the script with:

```
node . --sound=true
```

## ๐Ÿ›  Installation

### Prerequisites

- **Node.js** (version 14+ recommended)
- **Git**

### Steps to Install

1. Clone the repository:

```bash
git clone https://github.com/MiraBellierr/owo-bot-farm-selfbot.git
cd owo-bot-farm-selfbot
```

2. Install dependencies:

```bash
npm install
```

3. Configure the environment:
Create a `.env` file in the project root and add the following:
`TOKEN=Your-Discord-Token`

## ๐Ÿš€ Running the script

1. Start the script with:
```bash
node .
```

## ๐Ÿ’› Contributing

We welcome contributions to owo-bot-farm-selfbot! If you'd like to help:

1. Fork the repository.
2. Create a branch for your feature or fix.
3. Submit a pull request, and weโ€™ll review it!

## ๐Ÿ“š Assets and Tools

- **[Node.js](https://nodejs.org/)**: JavaScript runtime