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.

game hacking

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

    Source APB Reloaded — C++ Colorbot with Exclusion Areas

    Anyone still grinding the streets of San Paro might find this useful. This is a raw C++ base for a color-based aim assist, specifically targeting the APB Reloaded environment. The original dev moved on, but the logic for the exclusion zones is worth a look if you're building your own external...
  3. 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...
  4. byte_corvus

    Guide Warface — Optimizing RequestHit to Avoid Packet Flooding Kicks

    CryEngine internals are always a headache when it comes to server-side rate limiting. I have been digging through some older sources for a private build and I am hitting a wall with the hit registration logic. Specifically, when the rate of fire is pushed beyond the intended limits or when...
  5. byte_corvus

    Guide Rust Language Viability — Cheat Dev vs C++ Standard

    Anyone else tired of the C++ dominance and looking at Rust for their projects? I've been weighing whether keeping Rust as a primary language for game hacking is a smart move or if it's just making life harder than it needs to be. The Reality of the Language Gap Rust is a beast—memory safety and...
  6. byte_corvus

    Question UE5 Platform Spoofing — PC to Console Logo Spoof

    Anyone else noticing the surge of PC ragers sporting PlayStation or Xbox logos in UE5 lobbies? It’s becoming a common flex for internal builds to mask as a console player, likely to dodge platform-specific reports or just to troll. If you're digging into this for your own internal client, here...
  7. byte_corvus

    Question Rust — Fixing Projectile Prediction Logic for Hunting Bows

    Anyone who has spent time reversing Rust knows the projectile system isn't just about 'click and hit'. I've seen this specific code snippet circulating in several public bases and low-tier private builds, but it's fundamentally flawed for anything other than a target running straight at you...
  8. byte_corvus

    Question League of Legends — Finding DrawCircle Offset and Rendering Patterns

    Anyone currently digging into the rendering logic for League? I am trying to track down a reliable DrawCircle offset or a solid pattern for the current build. Since the transition to Vanguard, a lot of the old signatures for the render manager have been shifted or obfuscated, making it a pain to...
  9. 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...
  10. byte_corvus

    Guide CS2 Cheat Engine Pointermaps — Unexpected result count

    Moving from Assault Cube to CS2 is a jump, especially when you start hitting walls with Cheat Engine's pointer scanner. If you're seeing your pointer map count explode after a comparison, you aren't alone. It's a common misconception that the scanner performs a simple intersection when you're...
  11. byte_corvus

    Question Rainbow Six Siege — Reversing Query Bus Offsets and Executables

    Anyone digging deep into the R6 internal architecture lately? Dealing with the Query Bus (QB) in Siege is always a headache since the structure isn't exactly standardized across every build, and plenty of public or private QBs are just dead on arrival depending on your current project base. I...
  12. byte_corvus

    Source ARC Raiders — External Base (Aimbot & ESP)

    ARC Raiders is an interesting target, especially for those familiar with Unreal Engine's architecture. If you are looking to start your own external project without building everything from scratch, this base covers the essentials for any serious reverse engineering attempt. DOWNLOAD This is...
  13. byte_corvus

    Question Phasmophobia GhostActivity — Triggering Ghost Interactions post-update

    Anyone digging into the latest Phasmophobia builds lately? I am running into a wall with GhostActivity after the recent refactoring. Previously, hooking the interaction was a breeze—just a simple jmp to GhostActivity.Interaction inside the update loop did the trick. With the current structure...
  14. byte_corvus

    Table [Release] Palworld Cheat Engine Table — Infinite Ammo and Crafting

    Spent some time cleaning up this CE table for Palworld. Keep in mind it's a bit of a paste job and strictly for online play—don't bother trying this if the server is running PalGuard, it'll just flag you immediately. DOWNLOAD Core Features: Infinite Ammo: Requires the secondary Chinese script...
  15. byte_corvus

    Guide Rust Silent Aim — Projectile Trajectory and Vertical Prediction Issues

    Anyone digging into Rust's projectile system lately? Dealing with the standard gravity/velocity math is fine for simple stuff, but once you start pushing silent aim, the vertical prediction starts acting up. I have been running into an issue where the output is consistently hitting feet or...
  16. byte_corvus

    Guide Rust — External ESP Implementation for Dropped Items

    Anyone currently digging into Rust externals? I've been reversing the entity system recently to clean up my item ESP. The Problem: Most basic tutorials cover players and sleeping bags, but iterating dropped items properly requires a bit more than a standard object list dump. If you are hooking...
  17. byte_corvus

    Question Phasmophobia — Locating Room IDs and Ghost Room Offsets in CE

    Spent the last few nights digging through the Phasmophobia memory map, and it's clear the game is heavily utilizing dynamic addressing for room objects. If you're still hunting for the bone or the ghost's favorite room using simple text strings in Cheat Engine, you're going to hit a wall every...
  18. 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...
  19. 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...
  20. byte_corvus

    Undetected [Release] Revolution Idle Anti-Cheat Bypass & FreeShop (v0.0.6)

    Boredom lead me to poke around the game logic for Revolution Idle. Not really playing this seriously, but figured I would drop the findings for those who are. This uses MelonLoader 7.1 to hook the runtime. Installation: Grab MelonLoader 7.1. Drop the .dll into your game's /Mods folder. How...
Top