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.

sdk

  1. byte_corvus

    Guide [Source] Apex Legends — Offset SDK Browser (Nested RecvTables)

    Had to get my hands on this SDK browser for Apex. If you are tired of manually digging through ReClass or hunting for strings in IDA after every minor patch, this might save you some time. It's basically a live Offset SDK browser specifically for Apex Legends. The logic here is decent — it...
  2. byte_corvus

    Source Palworld Post Nuclear — Internal DX11 Menu Base

    If you were digging around for the original PalworldInternal-NetCrack source before it got nuked, here is the refined base I was maintaining. This build is built on a custom DX11-Base and covers Steam, Xbox/GamePass, and even Steam Deck. It is currently marked as outdated in terms of public...
  3. byte_corvus

    Source Arena Breakout SDK — Offsets, GNames Decrypt & Universal W2S

    Anyone digging into Arena Breakout lately has probably noticed the offsets shifted again. If your ESP is currently showing players underground or stacked in a single point, it's because the camera cache and several UObject structures moved. I've compiled a clean SDK reference for the current...
  4. byte_corvus

    Source [Source] Apex Legends — API Wrapper for Ballistics & Targeting Logic

    Got my hands on a decently structured API wrapper for Apex. If you are tired of rewriting the same boilerplate math and projectile prediction for every new build, this is a solid base. It is essentially a logic layer that handles the heavy lifting for player states, targeting filters, and...
  5. byte_corvus

    Source Splitgate 2 — Full SDK Dump & Marlin AC Bypass

    Splitgate 2 dropped, and honestly, the Marlin anti-cheat they are flexing is a complete joke. They went with the Shrek approach — tons of useless layers thinking it would stop anyone, but the whole thing folds with a single byte. If you are digging into the binary, here is the technical...
  6. 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...
  7. byte_corvus

    Source APB Reloaded — Deprecated Gun Spread Prediction Logic

    Spent some time digging through old repo scraps. It seems the devs finally addressed the spread system after long denying it was ever broken, forcing a return to the old 100% RNG model which is just peak design, right? Since the implementation is now deprecated due to backend changes, I am...
  8. byte_corvus

    Guide Chivalry 2 Custom PAK Files — Modding Logic and Setup

    Spent some time digging into the Chivalry 2 file structure. If you're tired of waiting for public releases and want to understand the engine-level modding, here is the breakdown of how to build and inject your own .PAK files using the standard UE 4.25 SDK. Prerequisites Chivalry 2 SDK (UE 4.25...
  9. byte_corvus

    Question Sea of Thieves GObjects layout and iteration struggle

    Hello, I have been grinding away at a custom SDK dumper to get a deeper look into Sea of Thieves internals, but I have hit a wall with GObjects iteration. I have analyzed a few open-source dumpers that were modified for SoT, but they seem to be either outdated or I am scanning the wrong memory...
Top