> For the complete documentation index, see [llms.txt](https://bygonespoofer.gitbook.io/bygonespoofer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bygonespoofer.gitbook.io/bygonespoofer-docs/readme.md).

# Welcome to ByGone Spoofer

{% hint style="danger" %}
🎯 **This tool is made SPECIFICALLY for Roblox.** It is **not** made for Fortnite, Valorant, or any other game. If it happens to work for another game, great — but that was never the goal, it is not supported, and no help will be provided for non-Roblox use cases.
{% endhint %}

[![Stars](https://img.shields.io/github/stars/nitaybl/ByGoneSpoofer?style=for-the-badge\&logo=github\&color=00b4d8)](https://github.com/nitaybl/ByGoneSpoofer/stargazers) [![Downloads](https://img.shields.io/github/downloads/nitaybl/ByGoneSpoofer/total?style=for-the-badge\&logo=github\&color=52b788)](https://github.com/nitaybl/ByGoneSpoofer/releases) [![Release](https://img.shields.io/github/v/release/nitaybl/ByGoneSpoofer?style=for-the-badge\&color=9d4edd)](https://github.com/nitaybl/ByGoneSpoofer/releases/latest) [![License](https://img.shields.io/github/license/nitaybl/ByGoneSpoofer?style=for-the-badge\&color=f77f00)](https://github.com/nitaybl/ByGoneSpoofer/blob/main/LICENSE) [![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?style=for-the-badge\&logo=discord\&logoColor=white)](https://discord.gg/3aZX4TukBC)

***

**ByGone Spoofer** is a free, open-source Windows console tool that randomizes your hardware identifiers (HWID), MAC address, and monitor EDID, and wipes local traces — so you can get back into Roblox after a hardware ban.

## 👀 What the loader looks like

When you launch the tool you are greeted by this banner and the main menu:

```
 ____        ____                    ____                   __
| __ ) _   _/ ___| ___  _ __   ___  / ___| _ __   ___   ___/ _| ___ _ __
|  _ \| | | | |  _ / _ \| '_ \ / _ \ \___ \| '_ \ / _ \ / _ \ |_ / _ \ '__|
| |_) | |_| | |_| | (_) | | | |  __/  ___) | |_) | (_) | (_) |  _|  __/ |
|____/ \__, |\____|\___/|_| |_|\___| |____/| .__/ \___/ \___/|_|  \___|_|
       |___/                               |_|
 ╭──────────────────────────────────────────────────────────────────────╮
 │            Nitaybl's ByGone Spoofer (join discord.gg/3aZX4TukBC)       │
 │              Version: v4.6 (Connectivity Check + Wider Adapters)       │
 ╰──────────────────────────────────────────────────────────────────────╯

    ─────────────────────────────  Main Menu  ─────────────────────────────

        1. Spoofing
        2. Fixer
        3. Utilities
        0. Exit

    [?] Select an option:
```

## ✨ Features

| Feature                      | What it does                                                                   |
| ---------------------------- | ------------------------------------------------------------------------------ |
| 🆔 **HWID Spoofing**         | Randomizes system UUID and motherboard serial (SMBIOS)                         |
| 🌐 **MAC Spoofing**          | Assigns new network adapter identifiers — now with a connectivity safety check |
| 🖥️ **EDID Spoofing**        | Randomizes monitor serials                                                     |
| 🧹 **Trace Removal**         | Cleans registry, event logs, temp files, DNS cache                             |
| 💾 **Backup & Restore**      | Saves and restores your original hardware IDs                                  |
| 🎣 **FishStrap / BloxStrap** | Choose your preferred Roblox bootstrapper on reinstall                         |

## 🧭 Where to start

1. **New here?** → [Installation](/bygonespoofer-docs/getting-started/installation.md) then [First Run](/bygonespoofer-docs/getting-started/first-run.md)
2. **Which mode do I pick?** → [Spoofing Modes](/bygonespoofer-docs/using-the-spoofer/spoofing-modes.md)
3. **Step-by-step spoof** → [Full Walkthrough](/bygonespoofer-docs/using-the-spoofer/walkthrough.md)
4. **Before you spoof** → [Use a VPN](/bygonespoofer-docs/important-guides/vpn.md) & [Hard Spoof Warning](/bygonespoofer-docs/warnings/hard-spoof.md)
5. **Something broke?** → [Troubleshooting](/bygonespoofer-docs/help/troubleshooting.md)

{% hint style="warning" %}
⚠️ Always start with the **Recommended** spoof. Only escalate to a **Full (hard)** spoof if a Recommended spoof did not lift your ban. See the [Hard Spoof Warning](/bygonespoofer-docs/warnings/hard-spoof.md) for why.
{% endhint %}

## 🎓 Disclaimer

For **educational and research purposes only**. Use at your own risk and in accordance with the terms of service of any software you use it alongside.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bygonespoofer.gitbook.io/bygonespoofer-docs/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
