# How to setup HWID Spoofer

### 📋 Prerequisites

Before starting, ensure your system meets the following requirements:

* **Operating System:** Windows 10 (1903 or later) or Windows 11 (64-bit only)
* **Privileges:** Administrator access required
* **Dependencies:**
  * PowerShell 5.1 (included in Windows 10/11)
  * .NET Framework 4.8+
* **Disk Space:** Minimum 100 MB free
* **Internet Access:** Required for downloading and updating

> ⚠️ **Warning:** It is recommended to back up your system or create a restore point before proceeding.

<details>

<summary>🛠 Step 1: Download HWID Spoofer</summary>

1. Navigate to the official HWID Spoofer download page on the left side bar.
2. Download the latest release package (`HWID-Spoofer.zip`).
3. Extract the contents to a dedicated folder (e.g., `C:\HWID-Spoofer`).

> 💡 *Do not run the tool directly from the ZIP archive.*

</details>

<details>

<summary>🖱 Step 2: Run as Administrator</summary>

1. Right-click `Run-HWID-Spoofer.bat` or the executable provided.
2. Select **Run as Administrator** to grant the necessary permissions for system-level modifications.
3. If Windows SmartScreen prompts a warning, click **More Info → Run Anyway**.

</details>

<details>

<summary>🧹 Step 3: Clean System Traces</summary>

It is critical to remove residual data from previously banned applications before spoofing.

1. Launch the **Cleaner Module** from the main menu.
2. Select the cleaning options:
   * Game logs and cached configuration files
   * Registry entries linked to banned accounts
   * Network traces (flush DNS, reset TCP/IP)
3. Confirm and execute the cleaning process.

> 🔥 *This step prevents anti-cheats from correlating old system traces with new hardware IDs.*

</details>

<details>

<summary>🔄 Step 4: Perform Hardware ID Spoofing</summary>

1. From the main menu, select **Full Spoof Sequence**.
2. Wait while the tool:
   * Randomizes BIOS UUID, motherboard serials, disk IDs, CPU/GPU fingerprints.
   * Modifies MAC addresses for all network adapters.
   * Spoofs peripheral identifiers (monitor EDID, USB device serials).
3. Upon completion, the tool will display a verification summary of new hardware IDs.

</details>

<details>

<summary>🌐 Step 5: Network Preparation (Optional but Recommended)</summary>

1. Connect to a VPN service to obtain a new IP address.
2. Ensure the VPN does not conflict with the spoofed MAC addresses.

</details>

<details>

<summary>🔁 Step 6: Reinstall Affected Applications</summary>

* Reinstall any previously banned games or software.
* Use fresh accounts for login.
* Avoid using credentials from previously banned profiles.

</details>

<details>

<summary>📦 Step 7: Backup and Restore (Optional)</summary>

HWID Spoofer automatically creates backups of your original hardware IDs.

* To restore:
  1. Launch the tool and select **Revert to Original HWIDs**.
  2. Follow the prompts to restore identifiers and reboot.

</details>

<details>

<summary>🚨 Notes &#x26; Best Practices</summary>

* Do not log in to old, banned accounts after spoofing.
* Pair spoofing with a VPN for maximum anonymity.
* Repeat cleaning and spoofing if installing on multiple machines.

</details>


---

# Agent Instructions: 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:

```
GET https://hwid-spoofer-1.gitbook.io/hwid-spoofer/get-started/how-to-setup-hwid-spoofer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
