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.

dumper

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

    Source APB — GObjects & GNames Dumper for C#

    Digging back into APB? If you are building an external or just need to map out the current object tree, you will need a flexible dumper. This is a straightforward C# implementation for dumping Global Names and Global Objects, which is essential for any serious reversing effort in this game. The...
  3. byte_corvus

    Source PlanetSide 2 Offset Dumper — Auto-Header Generation & Sigs

    Still manually digging through ReClass every time PlanetSide 2 pushes a minor update? Stop wasting your time. Found this dumper that automates the tedious part of maintaining an internal or external. It scans a game dump for patterns, prints the results, and spits out a clean C++ header file...
  4. byte_corvus

    Source Escape from Tarkov — DMA IL2CPP Metadata Dumper

    Escape from Tarkov — DMA IL2CPP Metadata Dumper Source Found a solid base for the DMA crowd digging into Tarkov. If you're tired of manual reversals after every minor patch, this project simplifies the process of pulling metadata from the second machine. This is a source-only release—no binaries...
  5. byte_corvus

    Question Rust — Dumping Decryption Routines and Function Patterns

    The Wall: Moving Beyond Static Offsets Anyone else tired of their dumper hitting a wall because the game updated its decryption logic? We've all been there—you've got your offsets pouring in, but the moment you try to read a networked property, it's just garbled junk. In the current state of...
  6. byte_corvus

    Undetected [Source] WoW Classic Unpacker & Deobfuscator — dumpwow Base

    Anyone currently digging into Blizzard's mess? If you have been banging your head against the obfuscation layers on the Classic client, I have got something for you. Found a solid dumper tailored for WoW Classic that handles the heavy lifting. Technical Overview This tool, known as dumpwow, is...
  7. byte_corvus

    Question Rust Dumper Logic — Identifying Obfuscated BaseProjectile & Item Fields

    Tired of hitting a wall while trying to build a reliable dumper for Rust? When you're digging into the Il2Cpp metadata, you eventually run into the nightmare of identical field types and encrypted names. The core of the problem lies in classes like BaseProjectile and Item. You have fields like...
  8. byte_corvus

    Question Genshin Impact — Problems Dumping libIl2cpp.so & UnityPlayer.dll

    Anyone else hitting a wall trying to dump the current Genshin build? It looks like the standard tools are tripping over Hoyoverse's custom implementation again. If you are looking for libIl2cpp.so, you are likely looking at the Android/Mobile binary, whereas the PC version relies on the...
  9. byte_corvus

    Source [Release] Rust Material Dumper — DLL with Automation Support

    If you are deep into building custom chams or just need to dump Rust materials for asset analysis, this dumper is a solid addition to the kit. It is a user-friendly DLL that provides progress feedback and supports custom output filenames, making it much easier to integrate into your own...
  10. byte_corvus

    Source Palworld Offset Dumper — AOB Pattern Scraper

    Tired of manual signature hunting every time the game updates? Ran across this small Python-based utility that automates the heavy lifting for Palworld offsets. It is not exactly revolutionary, but it saves a decent amount of time if you are building your own tools or just trying to keep your...
  11. byte_corvus

    Source All Points Bulletin — GNames/GObjects Dumper

    Anyone currently poking at APB? Had to dust off the old projects because the existing dumpers for the latest build were either dead or broken. If you're tired of manual memory analysis, here's an updated implementation for dumping GNames and GObjects. It uses a clean external approach, though...
  12. byte_corvus

    Question IL2CPP Unity Dumper — Version 2022.3.22f1 and higher

    Anyone digging into the later builds of Unity games? I am currently hitting a wall with games running on 2022.3.22f1 and higher using the IL2CPP backend. Most of the standard public dumpers are failing to map the metadata correctly or throwing exceptions during the dump process due to the...
Top