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.

internal

  1. byte_corvus

    Undetected f[Release] Black Ops Cold War Unlock All — Skins & Store Bundles

    Found this internal DLL for Black Ops Cold War tucked away in a private archive. If you're looking to bypass the grind for operators and blueprints without spending a dime, this covers the basics. It functions as a straightforward inventory unlocker that hooks into the game's shop and loadout...
  2. byte_corvus

    Undetected [Release] CS2 Kobalt Beta — Internal Legit Cheat & Inventory Editor

    Internal cheats for Counter-Strike 2 are a dime a dozen, but finding a solid base that prioritizes visual quality without turning your game into a slideshow is rare. Had to dig through some private builds to find this one—Kobalt is currently in its public beta phase, focusing heavily on...
  3. byte_corvus

    Guide DayZ SA — Object Iteration via GetObjectsAtPosition3D

    Stop wasting time iterating through five different entity lists just to find a stray infected or a specific loot pile. If you are working on an internal project for DayZ, there is a much cleaner way to handle spatial queries. Instead of the traditional manual loops, you can leverage the...
  4. byte_corvus

    Undetected [Release] Black Ops 3 Scropts QOL — Unlocker, Stat Editor & Farming Tool

    Still dealing with menu stutters or grinding for Divinium in a dead game? Black Ops 3 legacy support is non-existent, and the Steam version is basically a playground for crashes and kicks unless you have the right tools. Scropts QOL is a solid multi-purpose internal that handles everything from...
  5. byte_corvus

    Question FiveM — Resource Thread Name Extraction for Lua Injection

    Been digging into the CitizenFX core trying to figure out a reliable way to map out resource threads. The goal is simple: targeted Lua injection into a specific thread rather than just broadcasting or hooking the standard execution flow. If you've ever tried to target a specific resource in...
  6. byte_corvus

    Undetected [Release] Bloons TD 6 Internal — Full Unlocks & XP Spoofer

    Sick of the monkey grind? Ninja Kiwi loves to lock every decent skin and hero behind tedious XP walls and trophy store cycles. I managed to snag the latest build of BAD (v2.3.0) — a solid internal DLL that basically nukes the game's progression system. It handles everything from hard-unlocking...
  7. byte_corvus

    Source [Source] Call of Duty: Black Ops 3 Zombies — Updated Memory Offsets

    Anyone still digging into BO3 ZM knows the engine is a bit of a maze, but the rewards for a clean internal implementation are top-tier. I have managed to pull these fresh offsets for the Zombies mode. These should keep your trainers alive and your GodMode active without tripping over nulled...
  8. byte_corvus

    Guide [Source] COD Modern Warfare — Entity Hooking Without Decryption

    Stop wasting time with complex entity list decryption. Most coders working on Modern Warfare internals get bogged down with Zydis and reversing the latest decryption logic for the entity list. There is a much lazier, more effective way to grab entity pointers by catching them while the game...
  9. byte_corvus

    Guide CS2 Weapon ID Grabbing — Entity Handle Alternative

    Still relying on m_pClippingWeapon to get the active weapon? It's fine, but there are cleaner ways to resolve what a player is holding by following the handle chain. This method is more robust for both internal and external projects when you need the exact m_iItemDefinitionIndex. Weapon ID...
  10. byte_corvus

    Guide GTA 5 — Anti-Aim Counter & Anti-Bubble Flag Bypass

    Ever tried to lock onto a sweat in a public lobby only to find your aimbot ignoring them entirely? Modders have been abusing specific ped configuration flags to create a "bubble" that prevents engines from recognizing them as valid targets or causes aimbots to treat them as friendly peds. This...
  11. byte_corvus

    Guide CS2 Internal Bhop — Post-Animgraph Update Base

    Valve keeps trying to mess with the movement engine, but the logic remains the same. Got my hands on a clean internal bhop base that handles the latest Animgraph changes. If you have been having issues with the jump state since the last update, this snippet shows how to snapshot the raw input...
  12. byte_corvus

    Undetected [Release] DayZ Internal v1.29 — ESP, SilentAim & SpeedHack

    Found a decent internal base for DayZ currently updated for build 1.29. If you are tired of external lag and want something snappy for private servers or cracked builds, this is a solid choice. It's built on the dayz64_cheatsbuddy source, so the logic is familiar but functional. Technical...
  13. byte_corvus

    Guide CS2 Anti-Aim Logic — Fixing Broken Angle Manipulation

    Anyone else lately finding that their old AA logic is getting absolutely cooked by the latest engine updates? It looks like the recent changes to the Source 2 pipeline have bricked more than a few legacy implementations. If you're still trying to run basic pitch/yaw rotations without accounting...
  14. byte_corvus

    Guide CS2 Decal Removal — Signature & Fastcall Hook for Client.dll

    Sick of the visual clutter in CS2? Between the massive blood splatters and bullet holes, visibility in Premier can drop significantly during heavy spray-downs. If you are working on an internal base, you can easily nuke these decals by hooking the render function in client.dll. Engine Logic &...
  15. byte_corvus

    Guide CS2 Alternative m_pClippingWeapon — Grabbing Weapon ID

    Anyone still messing with m_pClippingWeapon to get indices? It's been a bit hit or miss depending on your base, so here is a more robust alternative for grabbing weapon IDs directly from the player pawn. Instead of relying on the clipping pointer, we're hopping through offsets from...
  16. byte_corvus

    Undetected [Release] No Man's Sky Internal — ImGui Trainer & Multi-Tool Mods

    Sick of chasing carbon just to recharge your life support? Grabbed this internal ImGui trainer for No Man's Sky. It is a straightforward, zero-fluff release that handles the heavy lifting so you can focus on exploring the galaxy without the resource grind. DOWNLOAD VT The menu uses a clean...
  17. byte_corvus

    Guide CS2 Internal Thirdperson — CameraState Logic & Offsets

    Anyone currently digging into the pawn system for CS2 has likely hit a wall with camera manipulation. While many just force convars or mess with OverrideView, directly manipulating the camera state via hooks provides a much cleaner implementation for internals. Got my hands on a specific...
  18. byte_corvus

    Question [Discussion] CS2 ESP Entity Loop — Fixing Inconsistent Player Rendering

    Anyone digging into the CS2 internals has likely hit this wall: one match your ESP is crisp and covers the whole lobby, the next it’s flickering or ignoring half the players. If you're running a standard internal/external and your offsets are supposedly green, the issue usually boils down to how...
  19. byte_corvus

    Guide CS2 Bone Indices & m_modelState 0x150 — Animgraph Update

    Valve just pushed the animgraph_2_beta update and naturally bricked everyone's skeleton ESP. If you were wondering why your bone arrays are suddenly returning garbage, they shifted the entire system. Our analysis shows m_modelState has updated to 0x150. Most of the bone indexes have been...
  20. byte_corvus

    Question CS2 Internal Inventory Changer — UV Mapping & AniGraph2 Mismatch

    Anyone else hitting a wall with the AniGraph2 update for CS2 skin rendering? Legacy skins like the Printstream are currently a mess in internal inventory changers, rendering with non-legacy UV maps even if you're doing everything "by the book". If you are seeing distorted textures on your...
Top