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

# Ban Prevention

### Quick Guide: <a href="#quick-guide" id="quick-guide"></a>

This must be done **before/after** playing games with an active anti-cheat.

1. Turn off Secure Boot
2. Shut down PC, unplug the power
3. Plug PC back in, and restart it again upon logging in

Most of our tools are completely safe to have injected while you play. This may be true for COD, but for most other anti-cheats and games, it is not true. If you were to just close COD, and start Fortnite, you will be banned almost immediately. The same might be true if closing a game with an anti-cheat and immediately trying to start a tool. This is because the driver from our tool is still loaded on your PC.

To unload our driver fully, you must restart your PC fully. This means turning off fast boot in your power settings, as well as unplugging the power. After that, start your PC and hit the restart button from the start menu. You will have restarted your PC twice by doing this. If you do not free the memory completely, there is a chance that it may still be detected by another game.

We do not wish for anyone to be banned on other games, so please follow the above instructions to prevent this from happening.

[<br>](https://kc0-2.gitbook.io/untitled/~/changes/pEF8Nv7M1OXiEarvxaRq/common-issues/dev-error-6456-6067-6068)


---

# 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://ny-services.gitbook.io/nycheats/ban-prevention.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.
