Hardware identifier spoofing tool for Windows.
For educational and research purposes only. Use at your own risk.
- HWID Spoofing - Modify system UUID, motherboard serial
- MAC Address Spoofing - Change network adapter identifiers
- EDID Spoofing - Modify monitor serials
- Trace Removal - Clean registry, event logs, temp files
- Backup & Restore - Save and restore original hardware IDs
- FishStrap / BloxStrap Support - Choose your preferred Roblox bootstrapper on reinstall
pip install -r requirements.txtRun as administrator:
python ByGoneSpoofer.pyTo create a standalone executable:
scripts\compile_bygone_spoofer.batThe EXE will be in the dist/ folder.
| Mode | Use Case | Changes |
|---|---|---|
| Full Spoof | Hard HWID ban | HWID + MAC + EDID + Traces |
| Light Spoof | Soft ban | MAC + EDID + Traces |
| Recommended | Continue cheating | Traces + MAC (no HWID) |
| Reverse | Undo changes | Restore from backup |
When reinstalling Roblox, you can choose:
- Standard Roblox — Official installer from roblox.com
- FishStrap — Custom bootstrapper with extra features (via fishstrap.app)
- BloxStrap — Custom bootstrapper auto-downloaded from GitHub
The tool includes:
- System restore point creation before changes
- Hardware ID backup to JSON file
- HWID and EDID registry backup for reversal
- Preflight system checks
Important:
- HWID/EDID can be restored from backup (not just restore point)
- MAC addresses always reversible
- Create backup before first use
- ASUS motherboards may block HWID changes
- WiFi adapters often don't support MAC spoofing
- Administrator rights required for all operations
- System reboot needed after EDID changes
- Windows 10/11 (64-bit)
- Python 3.8+
- Administrator privileges
ByGoneSpoofer/
├── ByGoneSpoofer.py # Main application
├── requirements.txt # Dependencies
├── README.md # This file
├── LICENSE # MIT License
├── CHANGELOG.md # Version history
├── ico.ico # Application icon
└── scripts/ # Compilation scripts
├── compile_bygone_spoofer.bat
└── ByGoneSpoofer.spec
| Contributor | Contributions |
|---|---|
| @nitaybl | Creator & maintainer |
| @echohumm | Compilation script bug reports & fixes (line endings, path resolution, PyInstaller PATH, echo escaping) |
Contributions welcome! See CONTRIBUTING.md for guidelines.
MIT License - see LICENSE file for details.
- Discord: discord.gg/3aZX4TukBC
- Issues: Open an issue in this repository
- Documentation: See code comments in
ByGoneSpoofer.py
Use responsibly and legally.