# Welcome

The FairplayLab Bible is a down-to-earth guide that shows exactly how cheats work and how to stop them. Instead of vague claims, it offers real, hands-on examples like spotting tiny mouse-movement tweaks from an aimbot or watching a wallhack alter DirectX calls and lets you load and test each method yourself. By combining clear explanations with ready-to-run tools, it empowers anti-cheat developers to safeguard competitive integrity and invites cheat creators and enthusiasts to dive into the technical side and deepen their understanding.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Cheating 101</strong></td><td>Cheating - learn the basics.</td><td></td><td></td><td><a href="basics/quickstart">quickstart</a></td></tr><tr><td><strong>AntiCheat 101</strong></td><td>AntiCheat - The basics</td><td></td><td></td><td><a href="basics/anticheat-101">anticheat-101</a></td></tr><tr><td><strong>Usermode</strong></td><td>Detections &#x26; Bypasses</td><td></td><td></td><td><a href="usermode">usermode</a></td></tr></tbody></table>

{% hint style="info" %}
FairplayLabBible may someday drive competitive integrity to new heights, but we’re not here to cast stones. We respect the curious spirit of every info-sec enthusiast, cheat creator, and anti-cheat builder alike.

This project knows that probing game systems, bending DirectX calls, or reverse-engineering kernel hooks is all part of hacking’s healthy puzzle. Rather than brand tools "good" or "bad", we’re here to dive into the nuts and bolts, shifting the spotlight onto technical feats.

No moral high ground. No product shaming. Only hard-core proof-of-concepts and challenge-driven exploration.
{% endhint %}


---

# 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://bible.fairplaylab.org/readme.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.
