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.
๐ฏ 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:
- Input a target Folder Name and Executable Name.
- Automatically rename its own directory and file.
- Restart itself as the "new game."
- 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
.exename 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
Method 1: Using the Release (Recommended)
- Download the latest
.exefrom the Releases tab. - Place the
.exeinside 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
- Run the application.
- Open the Excel file provided in this repo to find your target game.
- Enter the New Folder Name and New File Name into the application.
- Click APPLY CHANGES.
- The app will close, a background script will rename the folder and file, and it will relaunch automatically.
- 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 pyinstallerCompiling to .exe:
To enable full functionality (self-renaming), you must compile the script:
pyinstaller --noconsole --onefile script.pyThe resulting executable will be in the dist folder.
โ๏ธ How It Works
- Detection: The script identifies its current location and filename.
- Batch Processing: When you click "Apply," it generates a temporary
system_update.batfile in the parent directory. - 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\MySpooferorC:\Games\Dummy). - File Extension: The tool automatically appends
.exeif 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.