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.

anti-cheat

  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

    Guide Grand Chase Classic — Manual Anti-Cheat Thread Bypass

    Tired of the game closing your external tools or kicking you during a session? While modern anti-cheat solutions for Grand Chase Classic try to be invasive, they still rely on specific heartbeat and scanning threads that can be neutered if you know where to look. This method doesn't require...
  4. byte_corvus

    Question Custom CRT & HeapAlloc Detection — Safe Allocation Methods

    Anyone currently digging into CRT-less builds has probably hit this wall. When you're trying to strip dependencies like ucrt.lib or vcruntime.lib to keep your import table clean, you realize that standard malloc and new implementations are essentially just thin wrappers around HeapAlloc The...
  5. byte_corvus

    Guide DMA Hardware Setup — PCIe Screamer, KMBox & Firmware Logic

    Anyone still trying to bypass kernel-level anti-cheats with internal pastes is just asking for a delayed shadow ban. If you are serious about sticking around, you move to the physical layer. Direct Memory Access (DMA) cards allow you to read and write game memory from a second PC, keeping your...
  6. byte_corvus

    Guide DMA 1:1 Firmware Flaws — Why Config Space Isn't Enough

    Still think your expensive "private" 1:1 firmware is the ultimate shield? Most users are getting clapped because they believe the marketing hype that copying a config space is a silver bullet. It's not. I've been digging into how easy these cards are to flag, even when they look perfect on...
  7. 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...
  8. 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...
  9. byte_corvus

    Source [AHK] Black Ops 6 — Enhanced Color Aim Assistant with Screenshot Protection

    Ricochet is getting aggressive with screen capture and signature scanning, so a lot of people are reverting to color-based logic. This release is a complete overhaul of the Zy Tool concept—optimized specifically for Black Ops 6 with a heavy focus on visibility and humanization. TECHNICAL...
  10. 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...
  11. byte_corvus

    Question FiveM Adhesive — Analyzing /hb/v1 and /validate/rcd Traffic

    Anyone currently digging into the glue that holds Cfx.re together? I've been sniffing the traffic between Adhesive and the CNL endpoints recently. Trying to map out exactly how the client is talking to the backend to maintain session integrity. If you've been working on a bypass or just a...
  12. 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...
  13. 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...
  14. byte_corvus

    Guide binprotect — Stealthy x64 PE bin2bin Obfuscator with VM

    Getting tired of the same old lazy obfuscators that just slap an extra section at the end of your binary and scream "analyze me" to every primitive heuristic? I found this project recently that takes a much more surgical approach to binary protection. binprotect is a bin2bin rewriter for x64 PE...
  15. byte_corvus

    Undetected [Release] Metin2 WoM2 — HWID Spoofer & Multifarm Bypass

    Looks like the protection on World of Metin2 isn't holding up as well as they hoped. It took maybe five minutes to rip through the HWID logic and put together a working bypass for their multifarm restrictions. Core Mechanism This tool uses a seed-based approach to hardware identification. By...
  16. 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...
  17. byte_corvus

    Guide [Discussion] Windows 10 — _KPRCB Structure Variations across 2004, 20H2 & 21H1

    Digging into kernel-mode development for Windows 10 and noticed Microsoft decided to shuffle the deck again with the _KPRCB (Kernel Processor Control Block) structure. If you are writing drivers or manual mapping and relying on fixed offsets, this is where your BSODs are coming from. The shift...
  18. byte_corvus

    Question ASMedia ASM1062 / ASM1166 FPGA Emulation — Initialization Fix

    Anyone currently digging into custom FPGA firmware for DMA has likely considered emulating a standard storage controller to avoid those nasty hardware-based anti-cheat flags. I have been working on a setup emulating an ASMedia ASM1062 / ASM1166, but I am hitting a wall with initialization...
  19. byte_corvus

    Guide ACE (Anti-Cheat Expert) Screenshot Methods — DWM Shellcode & GPU Capture

    Anyone currently digging into how ACE (Anti-Cheat Expert) handles screen captures has probably realized they aren't relying on basic GDI or BitBlt grabs. This AC is notorious for its invasive behavior, and their screenshot implementation is no exception. ACE effectively injects shellcode...
  20. byte_corvus

    Discuss Battlefield — DMA Hardware Startup Failures & Ekkond FW

    The latest update for Battlefield seems to have thrown a wrench into the works for DMA users. Reports are coming in that the game is now actively bricking the startup process if it detects specific hardware signatures, particularly those using ekkond's multimedia firmware. If you've been...
Top