Releases: nitaybl/ByGoneSpoofer
v4.4.0 Holy Rework
[4.4.0] - 2025-10-11
Added
- System restore point creation before spoofing operations
- Hardware ID backup system (saves to JSON file)
- Restore from backup functionality for MAC addresses
- Preflight system checks (admin rights, internet, disk space, WMI service)
- Operation logger with persistent file logging
- Windows Event Log deletion (Application, System, Security, Setup)
- DNS cache flushing
- Temp files cleanup (application-specific)
- Enhanced trace deletion system
- ASUS motherboard detection with appropriate warnings
- WiFi adapter detection with MAC spoofing limitations warning
- Hardware limitation notifications
Changed
- Enhanced "Recommended" mode - Now creates restore points automatically
- Improved "Full Spoof" - Includes preflight checks
- Optimized "Light Spoof" - Reduced hardware changes
- Better "Reverse Spoof" - Supports hardware backup restoration
- Improved trace cleanup - More thorough removal
- Better progress feedback - Real-time status updates
- Enhanced error messages - More actionable solutions
Fixed
- Admin rights verification issues
- MAC address spoofing on non-English systems
- Network adapter enumeration
- WMI service availability checks
- Roblox installation path resolution
Security
- Enhanced admin rights verification
- System restore point creation for safety
- Operation logging for audit trail
- Backup system for hardware IDs
v1.2.3 MAJOR FIX
ByGone Spoofer v4.2 - Hotfix Release
Released: July 14, 2025
This is a critical stability update.
- FIXED: Major errors that caused the program to fail when run as a standalone .exe file.
- FIXED: 'Access is Denied' errors during MAC spoofing and registry cleaning.
- FIXED: Network errors that prevented downloading the Roblox installer and other tools.
- IMPROVED: Administrator rights are now requested properly on startup.
v1.2.2 Title & Notes Update (Not a minecraft title i swear)
Removed the "patched" note Gemini added cus it confused users thinking Spoofer doesn't work but only meant its updated lmao
added server link cus kids don't have non to eat
removed the restart notes as in most times not needed
1.2.1 Better Interface
- Made Interface More Sexy
1.2 Fixed Alot Of Issues + improved traces deletion
- Overhauled the MAC Address Spoofer with an interactive menu and more reliable commands.
- Greatly expanded the registry cleaning function to remove more system traces using PowerShell.
- Fixed logic errors in the registry cleaner to provide accurate, error-free output.
- Modernized internal system functions for better performance and reliability.
- Streamlined the Roblox installation and cleanup process.
- General bug fixes and code refinements.
1.1.1 Minor Update
- Changed & Updated Loader icon
- Created A Discord Server
1.1 MAJOR UPDATE!
Nitaybl's ByGone Spoofer - v1.1 (Focused Hyperion Update)
This release marks a major overhaul, focusing on more comprehensive HWID spoofing techniques, dynamic Roblox installation, and overall script robustness for better Byfron circumvention.
✨ New Features
- Advanced HWID Spoofing Suite:
- SMBIOS Spoofing (Focused): Implemented System UUID spoofing using AMIDEWIN. The necessary AMIDEWIN tools (
AMIDEWINx64.EXE, drivers) are now automatically downloaded from GitHub toC:\Windows\Fontsbefore use and cleaned up afterwards. - Monitor EDID Modification: Added functionality to find and randomize serial numbers within monitor EDID data stored in the registry.
- Hyperion
SystemRegKey Management: Specifically targets and deletes the\0SystemRegvalue under the current user's SID in the registry, a known Hyperion tracking vector. - WMI Service Restart: Added an automatic restart of the WMI service (
winmgmt) after SMBIOS changes to help reflect new values.
- SMBIOS Spoofing (Focused): Implemented System UUID spoofing using AMIDEWIN. The necessary AMIDEWIN tools (
- Dynamic Roblox Installer:
- The script now automatically fetches the latest Roblox client installer URL by parsing version information from
bluepilledgreat/Roblox-DeployHistory-Tracker. This ensures the most up-to-date Roblox version is always downloaded. - Uses a unique UUID-based filename for the downloaded installer to prevent conflicts.
- The script now automatically fetches the latest Roblox client installer URL by parsing version information from
- Terminal Transparency: Added a function to set the console window to be semi-transparent (defaulting to 75% opaque / 25% transparent) on startup for a modern aesthetic.
pywin32Integration: Conditionally usespywin32(if installed) for more reliable Current User SID detection; falls back towhoamiif not available.
🚀 Enhancements & Key Changes
- MAC Address Spoofing:
- Rewritten to primarily use PowerShell (
Get-NetAdapter,Disable-NetAdapter,Enable-NetAdapter) for more reliable network adapter detection, filtering (targets enabled, connected, physical adapters), and state control. - Improved method for getting the NIC's registry index, trying PowerShell first then falling back to WMIC.
- Rewritten to primarily use PowerShell (
- Roblox Management:
- Uninstallation: More robust uninstaller detection (checks HKLM, HKLM WOW6432Node, HKCU uninstall keys) and improved silent execution. More aggressive manual folder deletion with
shutil.rmtree(ignore_errors=True). - Installation:
- Prioritizes
curlfor downloading if available, falling back to Pythonrequests. - Improved download options (timeouts, retries, user-agent).
- Longer, more realistic progress bar/wait time for background installation.
- Basic post-install verification by checking for
RobloxPlayerBeta.exein the versions folder.
- Prioritizes
- Data Cleaning: Expanded the list of Roblox cookie, cache, and log paths for deletion (
RobloxCookies.dat,RobloxBrowserCache,http,rbxhttplogs,LocalStorage). - Process Killing: Added
Roblox.exeandRobloxCrashHandler.exeto the list of processes to terminate.
- Uninstallation: More robust uninstaller detection (checks HKLM, HKLM WOW6432Node, HKCU uninstall keys) and improved silent execution. More aggressive manual folder deletion with
- System & Execution:
- Shell Commands: Introduced more robust shell command execution wrappers (
_run_shell_command_simple,_run_shell_command_wrapper) with better error handling, timeout management, console encoding awareness, and options to hide windows. - Admin Privileges: Streamlined admin check and restart logic.
- Progress Bar: Improved
print_progress_barto handle cases where total items might be zero.
- Shell Commands: Introduced more robust shell command execution wrappers (
- User Experience:
- Confirmation Prompt: Added a "Do you understand and wish to proceed?" confirmation before starting operations.
- Clearer Output: More informative messages, progress indicators for new spoofing steps, and explicit warnings about the CRITICAL need for a system RESTART.
- Updated Banner & Script Info: Refreshed ASCII banner and versioning information.
- Internet Check: Now checks against
1.1.1.1for better reliability.
🛠️ Internal
- Imported
uuidandstringfor generating random serials and UUIDs. - Refactored and reorganized code for better readability and maintainability.
- Significant changes to the main execution flow to incorporate new spoofing steps in a logical order.
- Constants related to MAC spoofing are now suffixed with
_MACto avoid naming conflicts with newAMIDEWINconstants.
1.0.1
ByGone Spoofer v1.0.1 - Educational Release & System Utility
This second release of ByGone Spoofer by @nitaybl provides a comprehensive toolkit designed for educational exploration into system identifiers, software trace management, and automation, particularly in the context of Roblox. This software is provided strictly for personal, non-commercial, and educational purposes only, as outlined in the LICENSE.md file.
(fucked up exe this is fixed now)
Key Features of This Release:
- Automated Roblox Environment Cleanup:
- Force-terminates any active Roblox processes.
- Thoroughly deletes Roblox cookies and other local data traces.
- Manages the uninstallation of the existing Roblox client.
- MAC Address Spoofing:
- Automatically detects all enabled network adapters.
- Assigns new, randomized MAC addresses to help understand identifier modification.
- Fresh Roblox Client Installation:
- Downloads the latest official Roblox client.
- Performs a silent installation for a clean setup.
- User & System Support:
- Automatic check and prompt for necessary Administrator privileges.
- Clear, color-coded console output with progress bars for operational transparency.
- Internet connectivity check before download attempts.
Important Notes & Usage:
- This tool is intended for educational understanding, personal experimentation, and non-commercial use ONLY.
- Administrator privileges are required for the script to function correctly.
- Users are reminded to be aware of and responsible concerning Roblox's Terms of Service.
- The effectiveness of this tool for any specific outcome is not guaranteed.
Support & Feedback:
- For bugs or technical issues, please open an issue ticket on our GitHub repository. Individual support for troubleshooting is not provided via other channels.
- For general feedback or questions (non-issue related): Discord
nitaybl - DMCA/Legal Inquiries:
dmca@nitaybl.xyz
Please ensure you review the LICENSE.md in the repository for full terms of use before using ByGone Spoofer.
ByGone Spoofer v1.0
ByGone Spoofer v1.0 - Educational Release & System Utility
This initial release of ByGone Spoofer by @nitaybl provides a comprehensive toolkit designed for educational exploration into system identifiers, software trace management, and automation, particularly in the context of Roblox. This software is provided strictly for personal, non-commercial, and educational purposes only, as outlined in the LICENSE.md file.
Key Features of This Release:
- Automated Roblox Environment Cleanup:
- Force-terminates any active Roblox processes.
- Thoroughly deletes Roblox cookies and other local data traces.
- Manages the uninstallation of the existing Roblox client.
- MAC Address Spoofing:
- Automatically detects all enabled network adapters.
- Assigns new, randomized MAC addresses to help understand identifier modification.
- Fresh Roblox Client Installation:
- Downloads the latest official Roblox client.
- Performs a silent installation for a clean setup.
- User & System Support:
- Automatic check and prompt for necessary Administrator privileges.
- Clear, color-coded console output with progress bars for operational transparency.
- Internet connectivity check before download attempts.
Important Notes & Usage:
- This tool is intended for educational understanding, personal experimentation, and non-commercial use ONLY.
- Administrator privileges are required for the script to function correctly.
- Users are reminded to be aware of and responsible concerning Roblox's Terms of Service.
- The effectiveness of this tool for any specific outcome is not guaranteed.
Support & Feedback:
- For bugs or technical issues, please open an issue ticket on our GitHub repository. Individual support for troubleshooting is not provided via other channels.
- For general feedback or questions (non-issue related): Discord
nitaybl - DMCA/Legal Inquiries:
dmca@nitaybl.xyz
Please ensure you review the LICENSE.md in the repository for full terms of use before using ByGone Spoofer.
