Pyoofer is a sophisticated, GUI-based tool for Windows designed to modify a wide range of hardware (HWID) and software identifiers. Built with a modern PyQt6 interface, this tool provides a comprehensive suite of features for users interested in privacy, security research, or educational purposes.
- This is an advanced tool that modifies critical system files and registry settings.
- Use this software entirely at your own risk. The developer is not responsible for any damage, data loss, system instability, or any other negative consequences that may arise from its use.
- It is strongly recommended that you create a System Restore Point and back up all important data before using this spoofer.
- This tool is intended for educational and research purposes only. Using it to bypass software or game restrictions may violate their Terms of Service.
Due to the nature of this application, which modifies low-level system identifiers, most antivirus programs will flag it as "malicious" or a "virus" through behavioral detection. This is a false positive.
To use Pyoofer, you must add the entire project folder to your antivirus's exclusion/exception list before running the application. If a file is quarantined, you will need to restore it first and then add the exception.
- Modern GUI: An intuitive and clean user interface built with PyQt6 and Qtawesome for icons.
- Comprehensive Spoofing: Spoofs Disk Serials, Volume IDs, MAC Addresses, System GUIDs, Windows Product ID, PC Name, and more.
- Deep Spoofing (External Core): Utilizes an external C++ executable (
spoofer_core.exe) to perform a low-level spoof of motherboard and CPU identifiers. - System Cleaner: Removes residual files from popular games, launchers, and anti-cheat systems.
- Utilities: Includes tools for Registry Backup/Restore, viewing current system information, and a safe PC restart option.
- Robust & Safe: Automatically checks for administrator privileges and required external files on launch. All operations are threaded to keep the UI responsive.
- Operating System: Windows 10 or Windows 11.
- Permissions: You must run the application as an administrator.
- Python: Python 3.8 or newer.
- Python Packages:
PyQt6,qtawesome,wmi. - External Binaries:
spoofer_core.exeVolumeId64.exe- Note: These binaries are included in the repository for your convenience. If they are missing for any reason, you can download
VolumeIdfrom the official Microsoft Sysinternals Suite.spoofer_core.exemust be provided by the user if not found.
Open a terminal or command prompt and run:
git clone [https://github.com/snoopzx/Pyoofer.git](https://github.com/snoopzx/Pyoofer.git)
cd PyooferYou can install the required packages manually or use the provided batch file for a quick setup.
Easy Method (Recommended):
- Simply double-click the
install_requirements.batfile included in the repository.
Manual Method:
- Create a file named
requirements.txtwith the content below:PyQt6 qtawesome WMI - Run the following command in your terminal:
pip install -r requirements.txt
Your project directory should now look like this:
Pyoofer/
├── spoofer.py
├── spoofer_core.exe <-- spoofer_core.cpp compiled
├── spoofer_core.cpp <-- spoofer_core.exe source code
├── VolumeId64.exe
├── requirements.txt
├── processors.json
├── install_requirements.bat <-- For easy installation
└── run spoofer.bat <-- For easy launch
- Simply double-click the
run spoofer.batfile. It will automatically request administrator privileges and launch the application.
- You must run the script with administrator privileges.
- Right-click
spoofer.pyand select "Run as administrator". - OR, open a Command Prompt or PowerShell as Administrator, navigate to the project directory, and run:
python spoofer.py
For the best and safest results, follow these steps in order:
- Backup: Navigate to the Utilities tab and click Create Registry Backup.
- Clean (Optional): Go to the Cleaners tab and click Clean All Traces.
- Spoof: Go to the Spoofers tab. Click Spoof All Identifiers for a full spoof or select individual options.
- Restart: After spoofing, you must restart your PC for all changes to take effect. A pop-up will prompt you to do so.
