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.

hooking

  1. byte_corvus

    Question [Crash] CrossFire Dumping Issues with x64dbg and ScyllaHide

    Anyone digging into CrossFire internals recently has likely run into the same wall. The moment you try to attach or dump crossfire.exe with x64dbg and ScyllaHide, the game window kicks you to the desktop or triggers a hard minimize. The technical hurdle: It is clear the anti-cheat has specific...
  2. 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...
  3. byte_corvus

    Question D3D11 ImGui Overlay — Blackscreen on Windows 11 24H2 Injection

    Anyone else hit a wall with DX11 ImGui overlays on the latest 24H2 build? I'm running into a consistent blackscreen when injecting via mmap or LoadLibrary into a legit process. Works fine as a standalone exe, and no issues on Win10 or 23H2. Technical Breakdown: Target: DX11 hooks inside a...
  4. byte_corvus

    Source Rust — Flashbang Overlay Instance & Memory Bypass

    Finally got around to cleaning up the anti-flashbang logic for Rust. If you are tired of getting blinded by grenades while holding a choke point, this dump should save your retinas. It hits the FlashbangOverlay instance directly via RPM. Implementation Details The approach uses a standard...
  5. byte_corvus

    Question Rust Devblog 240 — FakeAdmin flag implementation issues

    Anyone digging into the devblog 240 codebase recently? I am hitting a wall trying to force the admin status on the local player. public global::BasePlayer.PlayerFlags playerFlags; public enum PlayerFlags { IsAdmin = 4 } I have been trying to flip the bits using playerFlags |= 4, but the...
  6. byte_corvus

    Question Team Fortress 2 Linux — Secure Dialog Bypass Standalone

    Has anyone managed to extract or port the secure dialog bypass logic specifically from the Amalgam Linux build into a standalone tool? I am currently looking for a cleaner way to handle the TF2 secure dialogs on Linux without needing the overhead of the full Amalgam source. Most of the...
  7. byte_corvus

    Source CrossFire MessageBox Engine — Internal Call Hooking

    Cleaning out my local storage and found this snippet for CrossFire. It's an internal MessageBox hook that bypasses the standard UI flow by hitting the engine's direct popup handler. Useful if you're reverse engineering the CShell module and need a quick debug output or a way to trigger custom...
  8. byte_corvus

    Question D3D9 Hooking Issues — Gamma/Resolution Breakage on Alt-Tab

    Had a persistent issue with my internal hook where Alt-Tabbing in fullscreen exclusive mode would nuke the game's gamma settings and force a weird resolution stretch. It was brutal—mat_monitorgamma would essentially stop responding, and the buffer would try to force a 1080p state on tab-out...
  9. byte_corvus

    Source Roblox v668 — Offsets and Luau VM Structures

    Tired of wasting time scanning memory every time the client pushes a background update? Just grabbed the latest dump for v668. Everything is Byfron-aware and mapped via .rdata analysis, so you don't have to fight the encrypted .text section manually. Core Specifications Total: 406 offsets 102...
  10. byte_corvus

    Question Minecraft 1.21.11 — OpenGL Hooking vs JNI Limitations

    Moving from the 1.8.9 era to 1.21.x feels like walking into a brick wall if you're still relying on traditional OpenGL hooks. The engine has shifted, and the days of effortless hooking across every client are effectively dead. The Current Landscape Attempting to maintain a DLL-based hook for...
  11. byte_corvus

    Question MapleStory CE Cheat Table Creation and Debugging Help

    Yo everyone, I am currently diving into memory editing with Cheat Engine. I am trying to figure out how to locate updated addresses or generate an AOB (Array of Bytes) pattern for UA (Unlimited Attack) within the Ranmelle environment. The Issue: I have attempted the standard approach—searching...
  12. byte_corvus

    Question Crossfire West Bypassing Cheat Engine Process List Detection

    Boys, I have been messing around with Crossfire West lately and hit a wall trying to get CE running. Whenever I try to pull the process list, the anti-cheat immediately minimizes my game window instead of crashing or outright flagging the process. Tech-wise: It looks like the AC is monitoring...
  13. byte_corvus

    Source Vanguard Restrictions Messenger Bypass & Logic

    Anyone else looking into this specific module? Had to dump this manually again to see how the restrictions messenger actually handles things. Found this build (v.1.17.18-11) floating around and decided to break down the logic behind the restrictions messenger. You can bypass it relatively...
  14. byte_corvus

    Source Rainbow Six Siege DX12 Internal ESP & Function Hooking Base

    Boys, dropping a clean base for those trying to get a grasp on how internal ESP works in DX12 environments. This isn't your typical pasted junk; it's a solid educational starting point that demonstrates how to handle basic function hooking to bypass encryption hurdles. Tech Overview: This...
Top