Combined Farm + Gambler edition. Runs farming, coinflip, blackjack, and HuntBot all in a single loop from your panel.
Watch a tutorial on YouTube for how to get your Discord user token on Mobile or PC.
Open your product in the panel, find the Token field under General Settings, paste your token, and hit Save Configuration.
Click the Start button in the Bot Control section. The terminal will show live output.
Go to a Discord server where OwO bot is active and type .start. You need at least 2,000 OwO balance to begin.
| Field | Description |
|---|---|
| Token | Your Discord user token. Required — the bot won't start without it. |
| Speed Mode | Controls command pacing and run/sleep cycles. See Speed Modes below. |
| SC Mode | What to do with SCs when cash hits the threshold. Options: auto, sacrifice, sell. |
| SC Threshold | Cash balance required before SC Mode triggers. Default: 100,000. |
| CF Sequence | Active coinflip martingale tier. Must match a tier defined in Bet Sequences. |
| BJ Sequence | Active blackjack martingale tier. Must match a tier defined in Bet Sequences. |
Named martingale ladders for CF and BJ. Each tier is a list of bet amounts. The bot climbs up one step on a loss and resets to the first step on a win. You can rename tiers, edit amounts, or add new ones from the panel — the CF/BJ Sequence dropdowns update automatically.
Automatically escalates the active bet tier as your session profit grows. Toggle CF Auto-Switch and BJ Auto-Switch independently. Each threshold sets a profit target and the tier to switch to when it's reached. Disable to always use the tier set in CF/BJ Sequence.
| Mode | Pace | Best For |
|---|---|---|
durable | Safe & slow | 24/7 attended operation |
efficient | Moderate | Active sessions with monitoring |
fast | Very fast | Short sessions — not recommended |
lifetime | Ultra slow + 24h day-skips | Long-term detection bypass |
Change speed live from Discord with .speed <mode> — no restart needed.
. prefix. Type them in any Discord server where OwO bot is active.
| Command | Description |
|---|---|
.start | Launch everything — farming + gambling integrated |
.stop | Stop all processes |
.status | Show combined stats (profit, W/L, rounds, uptime) |
.speed <mode> | Change speed: efficient, fast, durable, lifetime |
.hb <action> | HuntBot: start, stop, status |
.timer <time> | Auto-stop after win streaks — e.g. .timer 45m, .timer 1h 30m |
.stoponloss <amt> | Stop when losses hit limit — e.g. .stoponloss 500k, .stoponloss 1m |
.bets <game> <seq> | Change bet sequence — e.g. .bets cf Medium, .bets bj High |
.sleep | Show current sleep/break status |
.help | Show all commands in Discord |
| Feature | Description |
|---|---|
| 🌾 Auto Farming | Sends owo h, owo b, owo pray and more with smart typo simulation |
| 🎲 Auto Gambling | CF + BJ run inside the farm loop — 20% chance each per cycle |
| 🤖 HuntBot | Auto-deploy, captcha detection, monitoring and redeployment |
| ⚡ Speed Modes | Four modes controlling all timing, run durations and break lengths |
| 💎 Gem Check | Auto-detects and uses gems from inventory periodically |
| ⏱️ Timer | Auto-stops after win streaks reach a time limit you set |
| 🛑 Stop-on-Loss | Stops automatically when cumulative session loss hits your limit |
| 🔄 Auto-Switch Bets | Escalates bet tiers automatically as session profit grows |
Gambling runs inside the farm loop — not as a separate process. Each farm cycle rolls a random number:
| Chance | Action |
|---|---|
| 20% | 🪙 Coinflip — uses the active CF sequence and martingale index |
| 20% | 🃏 Blackjack — uses basic strategy (hit/stand) automatically |
| 60% | 🌾 Farm commands |
Both games respect speed mode timing, auto-switch thresholds, the timer, and stop-on-loss limits.