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.

driver

  1. byte_corvus

    Undetected Battlefield 4 CarbonWare External — Aimbot, Humanized Prediction & ESP

    Battlefield 4 might be an older title, but the sweat in those Locker and Metro servers is still very real. If you are tired of getting out-sniped by 140s using macro-injected DMRs, this external might level the playing field. It is a private project that just went public, focusing on external...
  2. 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...
  3. byte_corvus

    Question BO7 — Troubleshooting 24h Delayed Bans and Driver Vectors

    Getting clapped by Ricochet with a delayed 24-hour ban is the classic signature of a flag being triggered by telemetry rather than an instant signature match. If you're running an external for BO7 and the hammer drops the next day, your logic is likely solid, but your stealth is non-existent...
  4. 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...
  5. 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...
  6. 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...
  7. byte_corvus

    Question BO7 Memory Aimbot — Angle XOR Encryption & Erratic Movement

    Digging into the view angle logic for Black Ops 7 and hitting a wall with erratic camera behavior. The implementation uses a driver-based approach for RPM/WPM, but the way the game handles angle updates is definitely more involved than a simple write. The Logic Breakdown BO7 uses a specific...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. byte_corvus

    Guide FiveM MatrixSpoofer — Open Source HWID Spoofer & Syscall Hooking Base

    FiveM is still aggressively hunting for identifiers, but it's nothing a clean driver-level block can't handle. This project, MatrixSpoofer, is an open-source base designed to bypass the standard HWID ban flags by nuking the paths FiveM uses to fingerprint your machine. It's essentially a...
  13. 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...
  14. byte_corvus

    Guide [Source] kWalk — Stealth Kernel R/W via Manual PT Walk & MDL Remapping

    Tired of EAC/BE clanking your manual R/W because of outdated hardcoded offsets or stack attach detections? Most public bases rely on static DirectoryTableBase offsets that break with every minor Windows update, or they use KeStackAttachProcess which is essentially a giant "detect me" sign for...
  15. byte_corvus

    Guide [Discussion] EasyAntiCheat_EOS.sys Startup — Reverse Engineering the VM and Anti-Debug Gates

    Anyone currently digging into the latest EasyAntiCheat_EOS.sys build has probably noticed it's bloated into a 37MB monster. I've been running the startup path through a kernel emulator to map out exactly what happens before the monitoring loop kicks in. The short version? Most of the logic is...
  16. byte_corvus

    Question Roblox Internal Offsets — Kernel Memory Dumper & Hyperion Logic

    Anyone currently digging into the latest Hyperion builds knows the struggle. If you’ve tried to pull a clean PE for Ghidra or IDA only to find the sections zeroed out, you're dealing with their scattered mapping and lazy loading. I’ve been refining a kernel-level approach to bypass the typical...
  17. byte_corvus

    Guide [Source] Windows Secure Boot EFI Spoofing — CI.dll & HAL Pattern Scan

    Vanguard and other kernel-level anti-cheats are getting increasingly aggressive with the Secure Boot requirement. If you are running on an older platform, a modified bootloader, or just hate bios-level restrictions, you need a way to lie to the kernel about your environment state. Standard...
  18. byte_corvus

    Guide [Source] TPM HWID Bypass — Kernel-Level EK/AIK Hash Spoofing

    Getting clapped by Vanguard or Ricochet because of your TPM serials? Most public spoofers only touch the registry, which is a one-way ticket to a delay ban. If you are serious about bypassing HWID bans, you need to go deeper into the kernel layer where the actual drivers store their state. How...
  19. byte_corvus

    Question Windows 10/11 Driver Loading — HVCI & Kernel Meta

    Anyone digging into kernel-level development lately knows that the Windows environment has become a minefield. If you're trying to push a custom driver on modern builds of Windows 10 or 11, the HVCI (Hypervisor-Protected Code Integrity) wall is the first thing that will slap your loader down...
  20. byte_corvus

    Guide [Discussion] Windows Kernel — Exploiting PnP Drivers via CMApi

    Anyone currently digging into kernel-level exploits knows the headache of dealing with Plug and Play (PnP) drivers. Trying to weaponize a vulnerable PnP driver usually requires the PnP manager to call AddDevice in a very specific state, and doing it through the standard Setup API is bloated...
Top