WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

kernel

  1. byte_corvus

    Question Twizzy Bootkit Base — .Data Pointer Hijacking and EFI Logic

    Messing around with the Twizzy bootkit base lately—it is a solid starting point for getting code execution before the OS even breathes, but it comes with the classic kernel-level headaches. If you are trying to stay under the radar of PatchGuard and modern anti-cheats, the implementation details...
  2. byte_corvus

    Guide Multi-AC Injector — Kernel Manual Map & APC Bypass

    Found a couple of interesting injection implementations that worth a look if you are building your own loader or trying to slip past stubborn ACs like BattlEye or ACE. The drop includes two distinct methods. The first is a relatively standard APC + LoadLibrary combo, which is fine for lighter...
  3. byte_corvus

    Discuss R6 Siege AI Aimbot — Driver Hijacking & Model Training

    Thinking about ditching memory-based internals for a vision-based approach in Siege? BattlEye hasn't been kind to sloppy memory R/W lately, so moving to an external AI-based stack is a logical step if you want to keep your main account from being flagged by integrity checks. The theory is...
  4. byte_corvus

    Question Valorant VGC Emulator — vgk.sys IOCTL Access Analysis

    Anyone currently digging into a custom VGC implementation? I've been grinding on a VGC emulator and hit a massive wall once I reached the client-driver handshake. The game client reaches the lobby perfectly with a fake service, but getting through the gateway is another story. Current Progress...
  5. byte_corvus

    Question Rust — kdmapper Detection Vectors & Kernel Mapping Traces

    Still trying to push drivers with kdmapper in Rust and catching fast flags? You're not alone. EAC has been hammering public mappers for years, and even if you are clearing the standard lists, they have plenty of logic to find where your code is hiding in kernel space. The source of the issue...
  6. byte_corvus

    Guide Evading EAC/BE Detections on Ophion EPT Hooks — Shadow Pages

    Been ripping apart a custom EPT hook implementation based on the Ophion hypervisor architecture. The setup is the standard Execute = Fake Page, Read/Write = Original Page logic, specifically designed for hitting protected modules under EAC and BattlEye environments. After some aggressive A/B...
  7. byte_corvus

    Discuss Black Ops 7 — Debunking the TPM/fTPM HWID Ban Myth

    Seen a massive influx of "TPM Spoofers" being pushed lately, especially with everyone panicking over the latest Ricochet updates in Black Ops 7. Let’s cut through the marketing fluff and look at the actual telemetry and ban logic. A lot of users are being sold on fTPM/TPM spoofing as some sort...
  8. byte_corvus

    Guide [Release] COD Memory Dumper & Decryption Tool — Integrated Module Base

    Still struggling to get a clean dump of the latest COD builds? I’ve got my hands on a consolidated tool that merges several key modules for dumping and decrypting memory. This isn't some low-effort rewrite; it integrates solid suspend logic and decryption routines originally handled by some of...
  9. byte_corvus

    Guide Rainbow 6 Siege — BYOVD Physical Mapping vs BattlEye

    Anyone currently digging into the kernel environment for R6 probably knows that while Secure Boot isn't a hard requirement yet, BattlEye is getting increasingly aggressive with its detection vectors. I've been looking into a plan for an external that skips the usual manual mapping headache and...
  10. byte_corvus

    Question DMA Firmware Emulation — Choosing PCIe Devices for BattlEye

    Getting your hands dirty with custom DMA clones? If you're tired of public firmware getting clapped by BattlEye, you know the only way out is a 1:1 emulation that doesn't just spoof an ID but replicates the entire device behavior — IP blocks, config space, and power management. The Selection...
  11. byte_corvus

    Source Black Ops 7 — KKD Kernel Driver Base (Page Walking)

    Anyone digging into the memory structures of Black Ops 7? Had to get my hands on a build of KKD (Kallmek3nnys Kernel Driver). It is a solid foundation for those of us who are tired of standard IOCTL pastes and want a driver base that actually handles manual reading logic efficiently. This base...
  12. byte_corvus

    Discuss EA Javelin Anti-Cheat — Hypervisor Detection & VM Exit Timing

    Been digging into Javelin lately — EA's latest attempt at keeping their games under lock and key. Check the landscape: if you're rolling with a custom HV, you've probably realized that just hiding CPUID leaf information isn't enough anymore. Javelin is maturing, and their virtualization...
  13. byte_corvus

    Undetected DayZ Spectre External Overlay — Python Aimbot & ESP

    Anyone digging into DayZ lately knows the struggle with BattlEye. This Spectre base is a Python-powered external overlay that handles the heavy lifting for ESP, aimbotting, and navigation. It’s light, uses PyQt5 for the rendering, and is fairly easy to customize if you know your way around a...
  14. byte_corvus

    Source [Dump] Black Ops 7 Ricochet — randgrid.sys Kernel Driver Analysis

    If any of you are currently digging into the Black Ops 7 kernel-level protections, I've got a fresh set of Ricochet dumps ready for reversing. The core of the beast here is randgrid.sys — Activision's main kernel component for Call of Duty. These are raw dumps provided specifically for analysis...
  15. byte_corvus

    Guide AMD WHQL Driver — Physical & Virtual Kernel R/W Library

    Kernel Memory Access via AMD BYOVD Anyone digging into kernel-level memory management knows the struggle with driver signatures. If you aren't rocking a custom certificate, the BYOVD (Bring Your Own Vulnerable Driver) method remains one of the most effective vectors for reaching into memory. I...
  16. byte_corvus

    Guide Windows 11 24H2/25H2 DSE Bypass — CI!g_CiOptions PTE Attack

    Anyone digging into the latest Windows 11 kernel builds has probably realized that static analysis is becoming a massive headache. If you've tried loading the 25H2 kernel into IDA Pro lately, you'll know it's basically a coin flip whether it even parses correctly. Microsoft is amping up the...
  17. byte_corvus

    Source Twizzy Bootkit Base — UEFI Syscall Hook for Kernel R/W

    Found this bootkit base dubbed Twizzy — it handles the usermode to bootkit communication by hooking a specific syscall in ntoskrnl. If you are looking for a starting point for physical memory operations that dodge standard driver detection vectors, this is a solid look. Technical Capabilities...
  18. byte_corvus

    Source Black Ops 7 External Base — Advanced Aimbot Prediction & ESP

    Found a decent external skeleton for Black Ops 7. While Ricochet is breathing down everyone's necks, this base leaked out, focusing strictly on performance and clean logic. It’s an external setup, so it’s less intrusive than an internal hook, but keep in mind you’ll need your own kernel...
  19. byte_corvus

    Undetected [Release] CS2 cs2ext — External ESP with Kernel Mode & Discord Hijack

    Struggling with VAC Live detections on your internal pastes? If you're tired of losing Premier Elo to sudden ban waves, switching to an external read-only solution is the standard move for closet cheating. cs2ext is a solid external that prioritizes a low footprint while giving you the...
  20. byte_corvus

    Guide [Discussion] SMBIOS Spoofing — Cleaning winmgmt Cache for Stealth Serials

    Anyone currently digging into temporary kernel spoofers has probably hit this wall. You hook or scan/replace the SMBIOS tables, verify the changes with debug prints, but then you fire up wmic baseboard get serialnumber and the old ID stares back at you. This happens because the Winmgmt (Windows...
Top