Skip to content

Repository files navigation

OrbSniper

English · Русский

One dark window, one button

It accepts Discord Quests, completes them and claims the rewards inside your own Discord client. No token, no game installs, no 500 GB downloads.

License Platform Electron Languages Downloads

Download · What are Orbs? · What it does · FAQ


Caution

Automating quests breaks Discord's rules. Since April 2026 it is actively detected: first a warning, then quest access gets restricted, and repeat offences can suspend the account. Use an alt account. All risk is on you. This project exists for educational purposes.

Discord's policy: Automated User Accounts (Self-Bots)

Important

From Russia you need a VPN. Discord is blocked there: without a VPN neither the client nor the quest shop will load. Turn the VPN on before you start and keep it on while farming.

Screenshots

OrbSniper farming quests

Farming
Live progress, score and a console that speaks plain English

All quests finished

Finished
Tells you what's done and what's left to claim by hand

Risk disclaimer on every launch

Every launch starts here — the risks, Discord's own policy, and a box you have to tick

What are Orbs?

Orbs are Discord's own currency. You earn them by completing Quests — those sponsored "play this game for 15 minutes" tasks that show up in your Discord. A typical quest pays around 700 Orbs, and Nitro subscribers get 250 Orbs a month on top.

What you can spend them on, straight from Discord's shop:

Reward Cost
Nitro credit, 3 days 1,400 Orbs (≈ two quests)
Avatar decorations varies
Profile effects varies
Nameplates varies
Orbs Apprentice badge 3,500 Orbs spent in the Orbs Exclusives shop

There are also seven decorations you can only get with Orbs — no money buys them.

The catch: quests want you to actually install games and sit there for 15–30 minutes each. OrbSniper does that part for you, so the Orbs land in your account while you do something else. Everything stays free — you spend time, not money.

Orbs can't be used for gifts, partner-branded shop items, a recurring Nitro subscription or Server Boosts.

What it does

Hit Start and the app runs on its own:

  • Checks everything before launching — is Discord installed, are its settings writable, is the port free, does the network respond. If something's wrong it tells you plainly instead of dying halfway through.
  • Watches for quests the whole time the window is open — new ones are picked up every 20 seconds.
  • Accepts quests for you, PC platform selected automatically.
  • Completes them:
    • WATCH_VIDEO / WATCH_VIDEO_ON_MOBILE — spoofs watch progress
    • PLAY_ON_DESKTOP — reports the game as running (nothing gets installed)
    • PLAY_ACTIVITY — sends activity heartbeats
    • STREAM_ON_DESKTOP — spoofs stream metadata (may need a real voice-channel stream)
  • Claims rewards automatically unless Discord asks for a captcha.
  • Skips stuck quests — by button, or on its own after 3 minutes without progress.
  • Keeps score: how many quests are done, how many are left, how many rewards you still need to claim by hand.
  • Tells you when everything is finished — and reminds you about rewards Discord wouldn't hand over.

The console speaks plain English

No raw engine logs. Instead of Webpack never became ready you get "Discord didn't finish loading. Restart it and try again." Errors in red, successes in green, warnings in yellow. Filters, copy and clear included.

Why no token

OrbSniper never asks for your token and never reads it. Instead it relaunches your own installed Discord with a debugging port and injects the quest logic into it. Every request is made by Discord itself from your own session — nothing to leak, nothing to paste anywhere.

Requirements

  • Windows
  • Discord desktop app, installed and logged in
  • A VPN if you're in Russia
  • To run from source: Node.js 18+

Install

Grab OrbSniper.exe from releases and run it. No Node.js needed.

A risk disclaimer shows on every launch — read it, tick the box, continue.

Run from source

git clone https://github.com/syntaxixr/OrbSniper.git
cd OrbSniper
npm install
npm start

Run the checks (no Discord, no network needed):

npm test

Build the exe

npm run dist

or just run build.bat. You get:

  • dist\OrbSniper.exe — single portable file, fine for a USB stick. Takes ~8 seconds to start: it unpacks itself into a temp folder every time.
  • dist\win-unpacked\ — the unpacked build. Starts in under a second. Copy the folder anywhere and make a shortcut to OrbSniper.exe.

Controls

Button What it does
Start Runs the checks, relaunches Discord if needed, injects the logic, starts farming
Stop Ends everything immediately. Discord stays open
Skip Drops the current quest and moves to the next one
Fix and restart Appears when something breaks. Force-closes every Discord process, frees the debug port and starts over
? Instructions, FAQ and warnings

Close the window and farming stops. Discord keeps running.

Languages

English, Русский, 中文, Español, Português, Deutsch, Français, Polski, Türkçe, Українська.

The language is picked from your system on first launch, then your choice is remembered.

FAQ

A quest is stuck at 0% — why? Discord validates stream quests on its side: they need a real stream in a voice channel. After 3 minutes without progress the quest is skipped automatically.

Is my token safe? Your token is never read, stored or sent anywhere. Every request comes from inside your own Discord client.

Do I have to accept quests manually? No. If Discord throws a captcha at acceptance or when claiming, the app says so — handle that one by hand, the rest keep farming.

Do Vencord / BetterDiscord conflict? No, they work fine alongside it.

Nothing starts, red error about the network. Discord is unreachable. Turn on a VPN and try again.

It worked for my friend but not for me. This was the main thing this release set out to fix. Six separate causes turned out to be invisible on the developer's machine and common on everyone else's: a leftover app-* folder made the app launch an outdated Discord build, only the stable branch was looked for, port 9222 being taken by another Electron app was treated as fatal, the engine relied on minified names that differ between Discord builds, AppData was read from a hardcoded path that a redirected profile breaks, and the "run as administrator" hint never appeared on a non-English Windows. All six are handled now — the app auto-selects a free port, finds PTB and Canary, picks the newest build and locates Discord's internals by shape rather than by name.

If it still fails, press Fix and restart and send the console log (the Copy button grabs all of it).

I use Discord PTB or Canary. Supported, along with a Discord installed somewhere unusual — if it is already running, its real path is used.

Will this get me banned? It can. Discord detects quest automation and punishes it — warning, quest restrictions, up to suspension. Use an account you can afford to lose.

Author

Made by synaps_ss

Telegram GitHub

Idea, code, design and translations — all original work.

Questions, bugs, ideas: @synaps_ss on Telegram

Terms of use

Free and open source under MIT. Use it, study it, change it for yourself — all allowed. But one human request:

Important

🚫 Don't re-upload this as your own

If you post OrbSniper anywhere else — forums, Telegram channels, file hosts, roundups, videos — credit the author and link the original:

This isn't a whim: the MIT licence explicitly requires keeping the copyright notice in every copy and derivative work. Publishing it under your own name, stripping the copyright or selling it breaks the licence.

Want to improve it? Fork it or open a pull request — that way everyone sees your changes and the author stays the author.

Fine, no questions asked: using it, forking with credit intact, changing the code for yourself, sending friends a link to this repo.

Please don't: re-upload it as your own work, strip mentions of the author, sell it, or ship your own builds without linking the original.

💸 Support the author

The project is free and will stay that way. If OrbSniper saved you time and farmed you some Orbs, you can thank the author with a coin. Not required, but very much appreciated.

USDT · TRON network (TRC20)

TJXGAkovUoA2z9C7mWBiB9SGLVQu6oSsf

Donate QR — USDT TRC20

Scan the QR with any wallet

⚠️ TRC20 (TRON) only. Send it through another network and the money is gone for good.

No crypto but still want to help? Star the repo and tell your friends — that counts too.

Disclaimer

OrbSniper is not affiliated with or endorsed by Discord Inc. Automating quests breaks Discord's rules — by using this project you accept every risk yourself. The author is not responsible for account suspensions, lost progress or any other consequence. Built for educational purposes.


MIT · © 2026 synaps_ss · Русская версия

About

Farm Discord Orbs automatically — accepts, completes and claims Discord Quests while you're away. Trade Orbs for Nitro credit, avatar decorations and profile effects. Free, open source, no token needed.

Topics

Resources

Contributing

Security policy

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages