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.

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

byte_corvus

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
546
Reaction score
7
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 handles nested values like RecvTable and dataMap, which is usually where most public pastes and basic dumpers fall apart when dealing with the Source engine's networking structures.

Core Features:
  1. Support for nested RecvTable values.
  2. Full dataMap integration for complex structures.
  3. Clean web-based interface for quick offset verification.

Known Issues & Missing Data:
While it's solid for most player and world offsets, it's currently missing GlobalVars and m_weaponNameIndex. If you are relying on those for your prediction logic or weapon-specific features, you'll still need to pull them manually for now. The developer mentioned plans to expand this into a more complete auto-updater system in the future.

Check the live browser here:
You cant view this link please login.


This tool is particularly useful if you're building an internal or a driver-based external and need to verify your structs against the latest build. Dealing with dataMaps can be a pain if you don't have a clean reference, so having a browser that correctly maps the hierarchy is a massive time-saver for keeping your signatures and offsets in check.

Anyone finding discrepancies in the current build for specific netvars?
 
Top