> For the complete documentation index, see [llms.txt](https://docs.dexa.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexa.im/1pc-guides/tools/hardware-id-spoofer.md).

# Hardware-ID Spoofer

{% stepper %}
{% step %}

### Activate the license

{% endstep %}

{% step %}

### (Optional) Generate a seed

{% hint style="info" %}
You only need to generate a new seed **between bans.**
{% endhint %}

* The seed is a single number that keeps track of all of your current PC's identifying MAC addresses, serials, etc.
* Each time you spoof, as long as the seed remains the same, the serials, MAC addresses, etc. will remain the same. This means that using cheats that track your PC's hardware IDs to authenticate your license will not break the HWIDs.
  {% endstep %}

{% step %}

### Clean

* Click the `Clean` button
* Select `No` when asked about cleaning other games
  * wait for this process to complete
    {% endstep %}

{% step %}

### Spoof

* Click the `Spoof` button
  * wait for this process to complete
* Verify all `serials` have turned <mark style="background-color:green;">green</mark>.

<details>

<summary>Some serials are red?</summary>

Red values indicate the spoofer was *unable* to spoof those components for whatever reason.&#x20;

* follow the [Getting Started](/1pc-guides/1pc-getting-started/quickstart.md) guide
  * if that doesn't work, [Reinstall Windows](/1pc-guides/resources/resources/windows-guides/reinstall-windows.md)

</details>

<details>

<summary>Some serials are white/grey?</summary>

These are serials/values that do **not** need to be changed. Disregard these.

</details>
{% endstep %}
{% endstepper %}

## Using the Spoofer with cheats

Always load the cheat first, spoof, and open the game last. Close the spoofer.

1. Launch the product's cheat loader
2. Inject the cheat
3. Spoof, following [/pages/AQ7ZOfBhvP5Yr7kQRPUc#id-4.-using-the-spoof-feature](https://docs.dexa.im/1pc-guides/tools/pages/AQ7ZOfBhvP5Yr7kQRPUc#id-4.-using-the-spoof-feature "mention")
4. Start the game
5. Close the spoofer

## Notes

This spoofer is a temporary spoofer. Any changes made by this tool are reverted after the PC is rebooted.

* If the PC goes to sleep, reboot the PC before playing again
  * sleep and hibernation states remove any spoofed values
* When finished playing a game or using the spoofer, reboot the PC
* When in doubt, reboot the PC
* The spoofer can be stored anywhere on the PC
  * removable [storage drives (SSDs, HDDs, etc.)](https://amzn.to/40ZRE0u) or [USB flash drives](https://amzn.to/4eSvzqB) are acceptable


---

# 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://docs.dexa.im/1pc-guides/tools/hardware-id-spoofer.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.
