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.

esp

  1. byte_corvus

    Guide External Overlay ImGui Lag Fix — Eliminating ESP Floating

    Floating ESP boxes making your external look like a laggy mess? It's a common issue when the overlay presentation is synced to the monitor's refresh rate or the default DirectX presentation interval. If you're using D3D9 for your external, the "trailing" effect usually happens because your...
  2. byte_corvus

    Source Rainbow Six Siege AI Aim — C++ DirectML & ONNX Implementation

    Anyone still trying to outrun BattlEye with pixel-based or AI methods knows the struggle—input lag, model inference times, and the constant battle with detection vectors. This is a complete C++ source for an AI-based aimbot utilizing DirectML, which is a solid alternative to the usual TensorRT...
  3. byte_corvus

    Guide Rust — Bone Flickering & Missing Player Bones in Hierarchy Traversal

    Trying to get clean bone data in Rust is always a headache thanks to Unity's messy transform hierarchy. Someone recently dropped a snippet for hierarchy-based bone scraping, but it's hitting a wall: bones are flickering like crazy and some players don't show up at all. This usually points to...
  4. 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...
  5. 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...
  6. byte_corvus

    Undetected [Release] Phasmophobia Ext — Ghost Info & Cursed Hollow Event

    Phasmophobia Ext — a focused menu designed for ghost hunting without the usual fluff. It covers the basics for regular gameplay and adds specific utility for event-based grinding, like the Cursed Hollow rabbits. DOWNLOAD VIRUSTOTAL Core Features Ghost Information: Real-time data on the entity...
  7. byte_corvus

    Question Valorant — USceneComponent ComponentToWorld Offset and Bone Conversion

    Anyone currently digging into the bone conversion logic for Valorant? If you are trying to map bone transforms to world space for an external ESP and getting zeroed-out results, you are likely hitting a wall with the ComponentToWorld offset. When your debug logs show c2w_s=(0.00, 0.00, 0.00) it...
  8. byte_corvus

    Source [Dump] Rust Material ID List — Forge Reversing

    Been digging into the latest update for the Forge system. If you're building internals or working with overlays that require precise material filtering, these IDs are essential. Whether you're setting up chams, world color modifications, or just trying to identify specific objects in the world...
  9. byte_corvus

    Question Rust — Internal il2cpp Runtime Offset Finding & Obfuscation

    Sick of manual dumping every time Facepunch pushes a minor patch? I'm currently trying to get my internal base to handle runtime auto-updates for the player ESP, but the obfuscation is hitting hard. When going internal, the goal is usually to stay dynamic to avoid the headache of updating...
  10. byte_corvus

    Source Titanfall Frontier Defense — pSilent & ESP PvE Base

    Anyone still grinding Frontier Defense or just looking for a solid PvE base for Titanfall? I've been digging through a project originally designed for PvP and ported the logic specifically for Frontier Defense (PvE). It has the essentials — pSilent and ESP — but as anyone who's messed with the...
  11. byte_corvus

    Question Stalcraft OpenGL Hook — Fixing Color Bleed on ESP Boxes

    Anyone here digging into the Stalcraft engine? I've been messing with a glDrawElements hook to get some clean 3D boxes going, but the rendering is being stubborn. I'm injecting code into the draw call to overlay green lines around specific objects. The logic works, but the color isn't staying...
  12. byte_corvus

    Guide Safest ESP Drawing Methods — OpenGL Overlay vs DirectX Hooking

    Anyone who's spent more than a week in reverse engineering knows the internal vs external drawing debate never ends. If you're moving past offline projects and looking at titles protected by EAC or BattlEye, your choice of drawing method can get you clapped before you even finish your first...
  13. byte_corvus

    Question PlanetSide 2 — Finding Offsets for DMA ESP (BattlEye Bypass & IDA)

    Been digging into PlanetSide 2 lately and hit the classic wall that most newcomers face when moving from simple memory scanning to actual development. If you're running a DMA setup with Metick's plugin for Cheat Engine, you've likely realized that scanning is the easy part—extracting clean...
  14. byte_corvus

    Question Assault Cube Internal C# NativeAOT — ImGui & Dependency Issues

    Been digging into the current state of C# internals using NativeAOT lately. If you've ever tried to move away from messy externals and into the game process, you know the struggle of keeping that output clean. I’ve got a basic internal base running for Assault Cube. Finding offsets and...
  15. byte_corvus

    Undetected [Source] GTFO Internal — Silent Aim, ESP & Godmode

    Digging into the depths of GTFO and tired of the grind? I’ve been messing with this internal project for a while. It's a comprehensive internal base that handles everything from combat automation to world visualization. Since it's internal, you'll need a decent injector to map it into the...
  16. byte_corvus

    Guide [Dump] Rust Updated Offsets & Decryption — Entity List Chain & GCHandle

    Facepunch keeps shifting pointers, so it is time to refresh your headers. If you are tired of chasing offsets after every minor patch, here is a solid breakdown of the current state of Rust's classes and the crucial decryption steps for the entity list. This is the technical meat required to get...
  17. 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...
  18. byte_corvus

    Guide [Source] Far Cry Series — Havok Engine Entity Reversing & ESP Base

    Most of the Far Cry titles since the third installment rely heavily on the Havok Engine. If you are tired of chasing obfuscated game-specific arrays, digging into the physics engine's RTTI and structured layout is a goldmine for entity-based features like ESP or teleportation hacks. The...
  19. byte_corvus

    Undetected [Release] Sven Co-op SvenInt — Internal Aimbot, Movement & Speedrun Tools

    GoldSrc modding never truly dies, and Sven Co-op is still a prime playground for internal logic manipulation. I've been looking at the updated build of SvenInt (version 3.2.1), also known as sven_internal or simply 'int'. This is a solid piece of work by sw1ft747 that integrates directly into...
  20. byte_corvus

    Question Warsow — Reversing nvoglv64.dll for ViewMatrix Pointers

    Anyone here digging into Nvidia's OpenGL implementation lately? I've been messing around with Warsow, which is built on a modified Quake engine (the source is out there, making the initial reversing pretty straightforward). I've successfully mapped out most of the structures, including a...
Top