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.

apex legends

  1. byte_corvus

    Question Apex Legends — MmCopyVirtualMemory + KDMapper for Kernel RPM

    Anyone currently digging into kernel-level memory reading for Apex? I’ve seen plenty of discussion regarding the classic MmCopyVirtualMemory approach combined with kdmapper for loading. The question is simple: does this setup actually hold up against EAC these days, or is it an instant flag on...
  2. byte_corvus

    Guide [Source] Apex Legends — Perfect Mantle Boost Logic and Offsets

    Apex movement is essentially the only factor keeping the game's skill ceiling relevant these days. While every sweat is slamming their spacebar trying to hit a frame-perfect superglide manually, you can just automate the window by reading the internal state and dumping the rng of human error...
  3. byte_corvus

    Question Apex Legends Kernel RCS — Memory Write Flickering & Offset Analysis

    Trying to implement a stable RCS via kernel memory writes in Apex is becoming a massive headache, especially with how EAC monitors viewangle consistency now. If you're digging into the CPlayer structures, you've likely seen the common offsets, but getting a clean compensation without the dreaded...
  4. byte_corvus

    Guide [Leak] Apex Legends AI Weights — 100k Image Training Dataset

    Got my hands on some leaked weights from a private Apex Titan provider. If you are doing any work with CV-based aimbots or experimenting with YOLO implementations, this 100k image dataset is a solid find. DOWNLOAD VT Technical Details & Data Source These weights were apparently baked on a...
  5. byte_corvus

    Guide Apex Legends — Stryder user-getinfo API & Player State Data

    Ever tried poking around the Respawn Stryder server? If you're building external tools for Apex or just want to verify an account's state without launching the game, there's a specific PHP endpoint you need to know about. This call hits the crossplay prod server and returns a dense userInfo...
  6. 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...
  7. byte_corvus

    Guide Apex Legends — Full Icon Pack Compilation for ESP Overlays

    Sick of people gatekeeping basic assets when you're just trying to finish a clean overlay? Nobody was stepping up to share high-quality legend icons, so I've grabbed the full compilation for the community here. No more hunting through game files or dealing with shitty low-res rips. The Meat of...
  8. 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...
  9. byte_corvus

    Source Apex Legends — Basic DMA Radar (MemProcFS .vmem)

    Anyone currently digging into DMA hardware knows that the MemProcFS API can be a bit of a wall for beginners. Found this approach that simplifies things by treating the memory space like a standard file system—effective if you want a chill radar without the risk of a rage-induced manual ban...
  10. byte_corvus

    Guide Apex Legends HWID Bans — EAC Logic and the Steam Myth

    Anyone else ever hit 800+ account bans and still feel like they're dodging the HWID hammer? I've been digging into the mechanics of how Respawn and EAC actually handle hardware identifiers. There’s a lot of forum lore about Steam protecting your privacy, but if you’re running a kernel driver...
  11. byte_corvus

    Question Apex Legends — Client Failed Anti-Cheat Backend Check & YOLO Detection

    Been digging into the Client Failed Anti-Cheat Backend Check error in Apex recently. If you are running a Python-based external, you have likely seen this pop up right before the hammer drops. It is a known red flag where EAC's server-side heuristics flag inconsistent input or mismatched client...
  12. byte_corvus

    Question Apex Legends Glow Offsets — Steam Build Dumping & Highlight Logic

    Anyone currently digging into the latest Steam build for Apex? I'm trying to update my external and need to dump the glow offsets manually. EAC is being a pain as usual, but the glow logic usually stays consistent between patches unless Respawn does a major refactor. I'm specifically looking...
  13. byte_corvus

    Source Apex Legends — Working Spectator Check & Observer List Logic

    Sick of getting clapped by a manual ban because you didn't realize half the lobby was watching your 'insane' recoil control? Most public bases have broken spectator lists lately. Here is a solid implementation that actually works, including tracking teammates who are following your POV. The...
  14. byte_corvus

    Source [Dump] Apex Legends — Updated Glow and Spectator Offsets

    Always a pain when these shift after a patch. I've been digging through the latest dump to find where the glow logic and observer lists landed. If you're building an external or working on a legacy internal base, these should get your visuals and spectator warnings back online. Glow & Highlight...
  15. byte_corvus

    Source Apex Legends DX12 Renderer — DirectComposition Overlay Base

    Apex Legends has been pushing the DX12 transition hard, and if you're still relying on ancient DX11 or hijacked GDI overlays, you're just asking for performance hits and detection flags. I'm dropping a clean Direct3D 12 renderer base that utilizes DirectComposition to achieve high-performance...
  16. 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...
  17. byte_corvus

    Source Apex Legends PE Memory Dumper — DMA Port (PCILeech)

    If you're still sweating over kernel-level detections just to get a clean dump, it's time to move to hardware. I've been digging into some newer DMA-based tools, and this port of the original ApexDumperPEMemory is a solid find. It strips out the risky kernel driver requirements and replaces the...
  18. byte_corvus

    Question Apex Legends Mouse Input Injection via MouClass Callback

    Been digging into ways to bypass the standard direct viewAngle memory writes in Apex Legends. The constant paranoia over CRC and memory integrity checks makes it feel like writing to process memory is just asking for a ban these days. I am currently looking at injecting mouse deltas directly...
  19. byte_corvus

    Source Apex Legends — Skeleton ESP Drawing Logic

    Finally decided to dump this since I haven't seen a decent skeleton ESP implementation for Apex in ages. This was my personal work-in-progress, and since I moved on from Apex reversing, keeping it in the stash is just wasted space. Technical Overview This implementation handles bone matrix...
  20. 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...
Top