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.

rpm

  1. byte_corvus

    Guide Overwatch 2 External — Handle Hijacking & Arduino HID

    Been digging into the current state of Overwatch 2 memory protection. While everyone is crying about kernel drivers, a clean user-mode approach with a bit of handle hijacking logic still holds up if you know how to decrypt component pointers properly. Architectural Overview This is a 100%...
  2. byte_corvus

    Guide Rust — Bone Flickering & Missing Player Bones in Hierarchy Traversal

    Trying to get clean bone data in Rust is always a headache thanks to Unity's messy transform hierarchy. Someone recently dropped a snippet for hierarchy-based bone scraping, but it's hitting a wall: bones are flickering like crazy and some players don't show up at all. This usually points to...
  3. byte_corvus

    Source Apex Legends External Base — ESP & Aimbot (Requires Driver)

    Apex Legends External Base DOWNLOAD If you are looking to get your feet wet with Apex Legends externals without sifting through a 500-file project, this skeletal base is a solid starting point. It covers the essentials without the usual bloated wrapper code found in most public pastes...
  4. byte_corvus

    Guide [Release] EAC Kernel Driver — RPM/WPM & VA to PA Mapper Base

    Got my hands on a kernel-mode driver setup that's been circulating for EAC-protected titles. It's currently being used in some external projects for Rust and is holding up, though with any public release, the "undetected" status is always a cat-and-mouse game. Use your head and test on a burner...
  5. byte_corvus

    Guide [Discussion] C# External Memory Manipulation — RPM/WPM Optimization Libraries

    Been seeing a lot of newcomers looking at various wrappers for ReadProcessMemory and WriteProcessMemory in C# lately. Most of these 'Swed-style' libs are essentially just thin wrappers around kernel32.dll that add some basic safety checks or batching logic. If you are serious about external...
  6. byte_corvus

    Question Rust Resolving class object addresses in External (RPM)

    Boys, need some help with this. Working on an external build and I've got the driver side solid, but I'm hitting a wall trying to resolve class objects for my RPM logic. I'm looking at ConVar.Graphics specifically: / Namespace: ConVar [ConsoleSystem.Factory] // RVA: 0x1EBA0 Offset: 0x1DFA0...
  7. byte_corvus

    Question Does read-only external memory access reduce EAC detection risk?

    Hi, I've been digging into some external logic and wanted to get some feedback from the dev side. If an external cheat is purely read-only (RPM only), meaning absolutely no writes, no input injection (like KMBox/mouse event spoofing), and no function hooks, does that actually move the needle on...
Top