> 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/getting-started/first-run.md).

# First Run

Here's exactly what to expect the first time you launch ByGone Spoofer.

## 1. Elevation (UAC prompt)

Every operation needs administrator rights. If you didn't start it elevated, the tool relaunches itself and Windows shows a **User Account Control** prompt. Click **Yes**.

## 2. The banner + main menu

Once elevated, you'll see the 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:
```

| Option           | What's inside                                                    |
| ---------------- | ---------------------------------------------------------------- |
| **1. Spoofing**  | The four spoof modes (Recommended / Full / Light / Reverse)      |
| **2. Fixer**     | Repair tools (e.g. nuke WebView2)                                |
| **3. Utilities** | Restore point, backups, logs, preflight checks, temp/DNS cleanup |
| **0. Exit**      | Close the tool                                                   |

## 3. Make a backup FIRST (highly recommended)

Before your very first spoof, open **3. Utilities → Backup Hardware IDs**. This writes your original hardware identifiers to a JSON file so you can always roll back.

```
    ─────────────────────────────  Utilities  ─────────────────────────────

        1. Create System Restore Point
        2. Backup Hardware IDs        <-- do this first
        3. Restore From Backup
        4. View Operation Logs
        5. Run Preflight Checks
        6. Clear Temp Files
        7. Flush DNS Cache
        0. Back

    [?] Select an option: 2
```

{% hint style="success" %}
✅ A backup + a system restore point means almost any change the tool makes is reversible. Two minutes now saves a lot of stress later.
{% endhint %}

## 4. Before you spoof — the checklist

* [ ] Running **as administrator**
* [ ] **VPN is ON** (Warp by Cloudflare recommended) — [why?](/bygonespoofer-docs/important-guides/vpn.md)
* [ ] **Backup created** (Utilities → Backup Hardware IDs)
* [ ] You've read the [Hard Spoof Warning](/bygonespoofer-docs/warnings/hard-spoof.md)
* [ ] You know [which mode to pick](/bygonespoofer-docs/using-the-spoofer/spoofing-modes.md)

## ➡️ Next

Pick your mode → [Spoofing Modes](/bygonespoofer-docs/using-the-spoofer/spoofing-modes.md), or follow the [Full Walkthrough](/bygonespoofer-docs/using-the-spoofer/walkthrough.md).


---

# 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/getting-started/first-run.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.
