industry

What's the Future of Anti-Cheats?

The future of anti-cheats is chip-to-cloud attestation, behavioral ML at scale, and hypervisor-level scanning. TPM 2.0, Microsoft Pluton, and Remote Attestation move trust verification below the operating system. Behavioral ML (Anybrain, Riot's neural classifiers) detects from gameplay patterns rather than runtime signatures. Hypervisor-based scanning (the direction Vanguard is moving) runs anti-cheat above the OS in ring -1. By 2027-2028, software-only cheats will face all three lanes simultaneously.

RawCheats Anti-Cheat Research Team — Anti-Cheat Research TeamUpdated May 12, 2026

Anti-cheat is the fastest-changing layer of the gaming infrastructure stack, and the 2026-2030 trajectory is already visible from the 2024-2026 announcements. Three major architectural shifts are happening simultaneously, and any one of them would be significant on its own. Combined, they restructure the cheat-development industry from the ground up.

Shift one — chip-to-cloud attestation

The model where anti-cheat scans the running Windows system and trusts what it finds is being replaced. The new model is "the chip vouches for the system, not the system for itself." TPM 2.0 produces signed reports of the system's boot state — every measurement from firmware load through kernel initialization through driver list is cryptographically attested by the TPM chip and sent to a remote verifier (the game's anti-cheat backend). Microsoft Pluton extends this with chip-integrated execution of attestation code, removing additional bypass surface.

Call of Duty: Black Ops 7 shipped with Microsoft Remote Attestation in October 2025, which is the first major-title implementation of chip-to-cloud at scale. The game's matchmaking service receives a TPM-signed boot report from the player's machine before granting access. A spoofer cannot forge the TPM signature; the only path around it is to run the cheat from outside the attested system (DMA architecture) — which IOMMU enforcement is closing in parallel.

Shift two — behavioral ML at scale

The detection lane that scaled fastest in 2024-2026 is behavioral ML. The 2010s-era anti-cheat model relied on signature scanning: find cheat code, ban. The 2026 model adds mouse-trace classification, hit-direction histograms, click-timing distributions, decision-pattern analysis, and replay-pattern review. Anybrain advertises 95%+ accuracy on rage cheats and 80%+ on humanized cheats. Riot Vanguard's ML pipeline drives the bulk of Valorant ban waves. Activision Ricochet's spray analyzer caught tens of thousands of CoD cheaters across 2024-2025.

The trajectory is more data, larger models, faster inference. Riot has signaled that their behavioral pipeline will move toward real-time match-flagging rather than post-match review. Anybrain's expansion across Arc Raiders and additional unannounced titles points to ML-driven anti-cheat becoming the default rather than the differentiator. See how behavioral ML detects cheaters.

Shift three — hypervisor-level scanning

The third architectural shift is anti-cheats moving above the operating system into the hypervisor (ring -1). The advantage is profound: hypervisor-level code sees and controls the OS, kernel, and all user-mode software. A kernel cheat cannot hide from a hypervisor-level scanner because the cheat is running at a lower privilege level.

Riot Vanguard has been moving in this direction since 2024. Microsoft's Hypervisor-protected Code Integrity (HVCI) and Virtualization-Based Security (VBS) provide the infrastructure. The cheat-developer response has been to attempt hypervisor-level cheats themselves, but those face the same blocklist and signature problems as kernel cheats, plus they require disabling HVCI and VBS — which is itself a signal to anti-cheats.

What it means for cheat developers

Combined, these three shifts force cheat development into one of three corners:

  1. Behavioral evasion — make the cheat undetectable not by hiding, but by playing exactly like a skilled human. Humanized aimbots, statistical-imperfect ESP. This is the dominant 2026 paid-cheat strategy.
  2. External hardware — run the cheat on a separate machine via DMA, screen-capture-and-emulate-input architectures. This lane is contracting as IOMMU enforcement spreads.
  3. Abandon the AAA shooter market — move to smaller titles with weaker anti-cheats. This is happening but it's a market shrinkage rather than an evolution.

What it means for buyers

The buyers who succeed in 2026-2030 are not the ones who buy the cheapest cheat — they're the ones who buy the well-tuned humanized cheat, run a working HWID spoofer, and play disciplined sessions. Vendors with weekly update cycles and active behavioral tuning will outsurvive vendors with feature races. Pair this with our HWID spoofer pillar and are cheats getting harder to use in 2026 for the operational picture.

Sources

  1. TPM 2.0 OverviewMicrosoft Learn
  2. Anybrain ML Anti-CheatAnybrain
  3. Riot Competitive Integrity UpdateRiot Games
  4. HVCI / Device GuardMicrosoft Learn

Related Questions

Are Cheats Getting Harder to Use in 2026?

Yes. Cheats are objectively harder to use safely in 2026 than at any prior point. Hardware-level enforcement (TPM 2.0, IOMMU mandates, Microsoft Pluton, Remote Attestation in Black Ops 7) restricts which cheat architectures work at all. Behavioral ML anti-cheat (Anybrain, Riot Vanguard ML, Activision Ricochet) compresses detection windows to weeks. HWID ban waves from Riot and EAC consistently produce hundreds of thousands of hardware bans per cycle. Setup complexity, tuning discipline, and HWID spoofer requirement have all risen.

How Does Behavioral ML Detect Cheaters?

Behavioral ML detects cheaters by training machine learning models on labeled gameplay data — confirmed cheaters versus legitimate players — and flagging sessions whose input statistics, gameplay patterns, or outcomes are anomalous. Inputs include mouse-movement curves, reaction-time histograms, recoil compensation, view-angle smoothness, kill rates, and headshot percentages. Detection happens server-side, takes hours to days for confident calls, and has been the dominant detection layer for aimbots in 2025-2026 — Anybrain, VACnet, Zakynthos, Defense Matrix.

What Is Microsoft Remote Attestation?

Microsoft Remote Attestation is a Windows platform feature that lets a remote server cryptographically verify a client device''s identity, boot state, and configuration using the TPM 2.0 endorsement key (EK) certificate plus signed boot-log measurements. The TPM signs an attestation quote with a hardware-protected key, the server validates it against the TPM vendor''s CA, and the result is a non-spoofable answer to "is this machine in a trusted state?" Adopted by Call of Duty Black Ops 7 and increasingly by AAA anti-cheats in 2026.

What's the Future of DMA Cheating?

The DMA cheating segment is contracting in 2026 and the trajectory is terminal for the dominant 2020-2024 architecture. Fortnite''s February 2026 IOMMU mandate ended Fortnite DMA viability. PUBG''s 2026 anti-cheat roadmap names DMA enforcement as priority one. Other AAA titles are following. New device-ID spoofing firmware extends DMA usability in the short term but each detection round burns specific firmware versions. By 2028, DMA cheats will be marginal in AAA shooters and primarily a niche tool for non-IOMMU games.

Will TPM 2.0 and Pluton Kill All Cheats?

No, but they'll kill specific cheat architectures. TPM 2.0 and Microsoft Pluton produce chip-signed attestation reports that software spoofers cannot forge — eliminating the ability to spoof boot integrity. They do not stop ESP, aimbots, or radar hacks that operate within the legitimate game session. They also do not stop DMA cheats on external machines. The 2026 reality: TPM/Pluton kill HWID spoofing for affected identifiers and kill some kernel-cheat techniques, but not cheats as a category.

Raw Fortnite
Live purchase·5m ago
dezz from US bought Raw Fortnite