GitHunt
LF

LFM57/Discord-Orbs-Quest-Bypasser

A simple python script that lets Discord believe you are playing any game you want, allowing you to farm Orbs

Discord Game Activity Spoofer & Orb Farmer

A lightweight, portable utility designed to modify its own process and directory name to impersonate specific video games. This tool is primarily used to trigger specific Discord Game Activities (Rich Presence) to complete quests or farm Discord Orbs.

Python
Platform

๐ŸŽฏ Purpose

Discord detects what game you are playing based on the name of the executable process and sometimes the folder name it is running from.

This tool allows you to:

  1. Input a target Folder Name and Executable Name.
  2. Automatically rename its own directory and file.
  3. Restart itself as the "new game."
  4. Trick Discord into believing you are playing that game, allowing you to collect rewards or Orbs.

๐Ÿ“‚ Configuration List (CSV)

Included in this repository is a CSV file (Discord_Quest_Executables.csv or similar) containing a list of working configurations.

  • Folder Name: The required name of the parent directory.
  • File Name: The specific .exe name Discord looks for.

Tip: Always consult the CSV file first to find the exact naming convention required for the specific game quest you are trying to complete.

Note: If a configuration does not work, feel free to report it.

๐Ÿš€ How to Use

  1. Download the latest .exe from the Releases tab.
  2. Place the .exe inside a folder (e.g., C:\Games\Spoofer).
    • Important: be sure that the folder in which it is can be freely renamed, or you may encounter errors
  3. Run the application.
  4. Open the Excel file provided in this repo to find your target game.
  5. Enter the New Folder Name and New File Name into the application.
  6. Click APPLY CHANGES.
    • The app will close, a background script will rename the folder and file, and it will relaunch automatically.
  7. Check Discord to verify it detects the "game."

Method 2: Running from Source

If you prefer to run the Python script directly, please note that the renaming feature works best when compiled to an executable, as Windows often locks running .py files differently.

Prerequisites:

  • Python 3.x
  • tkinter (usually included with Python)

Installation:

git clone https://github.com/LFM57/Discord-Orbs-Quest-Bypasser.git
cd discord-activity-spoofer
pip install pyinstaller

Compiling to .exe:
To enable full functionality (self-renaming), you must compile the script:

pyinstaller --noconsole --onefile script.py

The resulting executable will be in the dist folder.

โš™๏ธ How It Works

  1. Detection: The script identifies its current location and filename.
  2. Batch Processing: When you click "Apply," it generates a temporary system_update.bat file in the parent directory.
  3. Renaming:
    • The app terminates itself to release file locks.
    • The batch file waits 2 seconds.
    • It renames the folder and the executable to your inputs.
    • It relaunches the renamed executable.
    • It deletes the batch file to clean up.

โš ๏ธ Important Notes

  • Antivirus: Because this program manipulates files and launches batch scripts to rename itself, some overzealous antivirus software might flag it as suspicious. This is a false positive caused by the self-modifying behavior.
  • Location: Do not run this directly from your Desktop root or a protected system folder (like C:\Program Files). Place it in a dedicated subfolder (e.g., Documents\MySpoofer or C:\Games\Dummy).
  • File Extension: The tool automatically appends .exe if you forget to type it.

๐Ÿ“ Disclaimer

This tool is for educational and testing purposes. The developer is not responsible for any misuse of this tool or any actions taken by Discord regarding your account.