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

# External Cheats

## How to inject:

1. Open the game, and after open the newway.
2. Input your login and confirm.
3. load the bypass only once.
4. Press alt + tab to the game and press insert

{% hint style="info" %}
After you close the game restart your pc
{% endhint %}

{% hint style="warning" %}
Supported Windows:\
21H1 | 21H2 | 20H2 | 19H2 |19H1 |RS5 |RS4 | RS3 | RS2 | RS1 |HT2

Only some 22h2 like the 19045.2546
{% endhint %}

{% hint style="info" %}
For uninject restart your pc
{% endhint %}

## Error while loading the driver

1. Windows + R , type gpedit.msc and press Enter to open the Group Policy Editor.
2. Go to: Computer Configuration > Administrative Templates > System > Device Guard
3. Tap > Deploy Windows Defender Application Control and Tick > Disable, Apply
4. Tap > Enable virtualization-based security and Tick > Enable
5. Failed to register and start the service for the vulnerable driver
6. Failed to load vulnerable driver
7. Memory buffer overflow
8. Before applying: - Select the platform security level on > Secure boot
9. Virtualization-based Code Integrity Protection at > Disable
10. Setup Credential Guard at > Disable
11. Secure Boot Configuration On > Disable
12. Do Apply, Restart the pc for the changes to take effect
13. Open Powershell
14. reg add "HKEY\_LOCAL\_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v "EnableVirtualizationBasedSecurity" /t REG\_DWORD /d 0 /f

Certify error

1. Open power shell as admin then paste these commands in order, then restart your pc and try again
2. md C:\temp\certs
3. CertUtil –generateSSTFromWU C:\temp\certs\RootStore.sst
4. $file=Get-ChildItem -Path C:\temp\certs\Rootstore.sst
5. $file | Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root\\

## Win11 users

{% file src="/files/t7cqY54HW2C5GiHS91bb" %}

{% file src="/files/JrWnIHcOrpuPIWYAozfI" %}
After using this .reg, restart your pc
{% endfile %}


---

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

```
GET https://nw-docs.gitbook.io/newway.docs/reference/external-cheats.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.
