Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mirabellierr/owo-bot-farm-selfbot
- Owner: MiraBellierr
- Created: 2024-12-13T23:56:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T17:51:16.000Z (about 2 months ago)
- Last Synced: 2024-12-28T18:25:27.502Z (about 2 months ago)
- Topics: discord-js, owobot, owobot-autofarm, owobot-selfbot
- Language: JavaScript
- Homepage:
- Size: 442 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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