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.

programming

  1. 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...
  2. byte_corvus

    Question C# ReadProcessMemory — InvalidProgramException Troubleshooting

    Anyone else running into CLR InvalidProgramException when hitting native memory reads in C#? I've been tinkering with manual module parsing and memory dumping, but I'm hitting a wall with the Common Language Runtime throwing an InvalidProgramException. The error pops up specifically during the...
  3. byte_corvus

    Source Apex Legends — External Player Velocity Reconstruction

    Anyone else sick of seeing zeroed-out velocity values when dumping entity data externally? If you are working on an external project for Apex, you have probably noticed that the game engine isn't exactly helpful when you are trying to grab live velocity data for players or AI entities. Relying...
  4. 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...
  5. byte_corvus

    Source Rainbow Six Siege DX12 Internal ESP & Function Hooking Base

    Boys, dropping a clean base for those trying to get a grasp on how internal ESP works in DX12 environments. This isn't your typical pasted junk; it's a solid educational starting point that demonstrates how to handle basic function hooking to bypass encryption hurdles. Tech Overview: This...
  6. 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