# Anti Cheat Bypass

> Anti-cheat research/bypass methodology: EAC/BE/Vanguard user+kernel surfaces, heartbeats, integrity, HV vs AC.

- Skill: `netvar1337/anti-cheat-bypass` (Agent Skill)
- Install (CLI): `npx skillmds@latest add netvar1337/anti-cheat-bypass`
- Raw SKILL.md: https://api.skillmd.com/api/skills/netvar1337/anti-cheat-bypass/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- License: GPL-3.0-or-later
- Author: netvar1337 (https://skillmd.com/u/netvar1337)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/netvar1337/anti-cheat-bypass

---


# Anti-cheat bypass research

## Map the AC
- User-module vs kernel driver vs hypervisor
- Heartbeat/tick, screenshot, handle stripping, callback spam
- Window/overlay detection, input injection detection

## Approach
1. Inventory modules/drivers; note protect level
2. Trace integrity checks (code, memory, env)
3. Prefer HV/read-only external first when less noisy
4. Build detection test harness before exploit chain

## Pair with
`game-hacking`, `stealth-injectors`, `stealth-hypervisor`, `windows-internals`.

