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.

memory

  1. byte_corvus

    Question [Discussion] ARMA 3 Reversing — Yaw/Pitch Mechanics & ManVisualState Internals

    The Real Virtuality engine has always been a quirky beast to reverse, and ARMA 3 is no exception. I’ve been digging into the aim system lately and hit some interesting walls regarding how the game actually handles where you’re looking versus where your body is facing. If you've spent any time in...
  2. byte_corvus

    Guide [Dump] CS:GO Legacy Offsets — ClientState, EntityList & Netvars

    Keep the legacy alive. Whether you are maintaining an old internal for private matches or just messing around with the Source engine, you need a clean set of offsets. This is a solid dump covering the essential signatures and network variables for the classic CS:GO build. Core Signatures These...
  3. byte_corvus

    Source [Script] CSGO External Python Bhop — Pymem Ground Flag Logic

    Found this simple external Python script for legacy CSGO. If you're still messing around in the old build and need a movement helper that doesn't involve complex injection, this is a clean base. It uses simple memory manipulation to automate the jump command based on your player's ground flags...
  4. byte_corvus

    Guide [Source] CS2 External Performance — Optimized Entity Data Caching Logic

    Still slamming ReadProcessMemory for every single offset in your CS2 external? If your overlay is jittery or your CPU usage spikes every time you scan the entity list, you're flooding your handle unnecessarily. The bottleneck in most external cheats isn't the logic—it's the system call...
  5. byte_corvus

    Guide [Dump] BO2 Plutonium T6 — Multiplayer & Zombies Memory Offsets

    If you are still messing with the Steam version of Black Ops 2, you are doing it wrong. Plutonium is the only way to play, but it's its own beast when it comes to memory layouts. This is a collection of the essential structs and offsets for T6 Plutonium, covering both Multiplayer (MP) and...
  6. byte_corvus

    Undetected [Release] CS2 External Bhop — Configurable Tickrate Sleep Offset

    Been diving back into the CS2 movement offsets. The subtick system complicates traditional external scripting, but this build handles the jump logic by aligning sleep timings to the frame time to keep movement fluid. Technical Breakdown This is a straight-forward external tool. No internal...
  7. byte_corvus

    Guide [Release] COD Memory Dumper & Decryption Tool — Integrated Module Base

    Still struggling to get a clean dump of the latest COD builds? I’ve got my hands on a consolidated tool that merges several key modules for dumping and decrypting memory. This isn't some low-effort rewrite; it integrates solid suspend logic and decryption routines originally handled by some of...
  8. byte_corvus

    Question BO7 Memory Aimbot — Angle XOR Encryption & Erratic Movement

    Digging into the view angle logic for Black Ops 7 and hitting a wall with erratic camera behavior. The implementation uses a driver-based approach for RPM/WPM, but the way the game handles angle updates is definitely more involved than a simple write. The Logic Breakdown BO7 uses a specific...
  9. byte_corvus

    Source Black Ops 7 — KKD Kernel Driver Base (Page Walking)

    Anyone digging into the memory structures of Black Ops 7? Had to get my hands on a build of KKD (Kallmek3nnys Kernel Driver). It is a solid foundation for those of us who are tired of standard IOCTL pastes and want a driver base that actually handles manual reading logic efficiently. This base...
  10. 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...
  11. byte_corvus

    Guide FiveM — Bypassing Camera-Based Aimbot & Damage-Modifier Silent AC

    AC: local _STR_TABLE = {} local function _STR_DECRYPT(k) return _STR_TABLE[k] end --- Ban Handler RegisterNetEvent("__RVSaimbot:detect") AddEventHandler( "__RVSaimbot:detect", function(reason) TriggerServerEvent("__RVSaimbot:detect", reason) end ) --- Anti Rage Bot local...
  12. 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...
  13. byte_corvus

    Source Rust DMA Source — Raw Code Base

    Got my hands on a raw Rust DMA source. The story behind this one is the usual dev team drama — someone tried to slip a stealer into the project, so the clean source code is now out in the wild for everyone to gut and use. The Technical State This isn't a "plug and play" solution for the average...
  14. byte_corvus

    Source Rust Simple External Base — WinAPI Memory Framework (RPM/WPM)

    Rust for externals—it is about time more people moved away from C++ boilerplate. https://mega.nz/file/vBpX3JwR#ZTXp23_xU_7f5aSNSK2qK4bd-if008CgLMb_efF2KRE I have been digging into the Rust language for the last few days, coming from a heavy C++ background. I decided to share a simple external...
  15. byte_corvus

    Source CS2 Internal ESP — In-game Function Hooking & Pattern Scan

    Stumbled upon a clean implementation for CS2 that skips the typical overhead of external libraries or massive SDKs. This approach focuses on hijacking the game's native drawing routines to render visuals, making it significantly more lightweight than your average internal paste. Inside the...
  16. byte_corvus

    Guide [Dump] Roblox Client version-9d412f44a6fe4081 — Internal Structs & Offsets

    If you are tired of chasing dynamic addresses or trying to fix your broken internal every time the client pushes a minor update, here is a clean dump of the current structures and offsets. This is raw technical meat for anyone building their own SDK or updating a private base. Target Client...
  17. byte_corvus

    Guide [Release] Massive Dump: 87 Vulnerable Drivers — WHQL Signed & EAC Bypass Base

    Kernel-level access just got a lot more accessible for those digging into anti-cheat internals. Got my hands on a collection of 87 vulnerable drivers that recently hit the public space. The real value here isn't just the volume, but the specific WHQL-signed drivers that are currently being...
  18. byte_corvus

    Question Valorant HVCI Memory Reading — UWorld Returning 0x0

    Anyone currently digging into Valorant memory with HVCI enabled? Had a look at a recent build and I am seeing more people hitting a wall where their driver responds, but UWorld and GameInstance return 0x0. If you are getting a valid PID and game base but null pointers, you aren't just missing...
  19. byte_corvus

    Guide [Dump] Roblox Latest Offsets — DataModel, VisualEngine & ViewMatrix

    Time for another update. Just pulled the latest offsets from the current Roblox client build. These are the constants you need for any internal or external project, covering everything from basic local player properties to the core engine pointers. The Technical Meat This dump includes the...
  20. byte_corvus

    Guide Rust projectileVelocityScale 0.00 — Bullet Prediction Logic

    Anyone digging into Rust's internal structures likely hit this wall. When your projectVelocityScale reads 0.00, it basically kills your bullet drop prediction because your multiplier logic goes to hell. The Issue If you are reading from heldEntity + 0x334, you are likely getting garbage data...
Top