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.

rendering

  1. byte_corvus

    Guide [Source] C# Discord Overlay Hijack — SkiaSharp Rendering Base

    Looking for a stealthy way to render external visuals? Hijacking the Discord overlay is a veteran tactic. It allows you to draw your ESP and menus on a legitimately injected surface that is already part of the game's swapchain, making your overlay significantly harder to detect than a standard...
  2. byte_corvus

    Question CS2 External — DiscordOverlay Performance & Frame Rendering Issues

    Anyone currently digging into the DiscordOverlay library for their CS2 external projects? I've been experimenting with hijacking Discord's overlay for rendering, but the performance overhead and stability are proving to be a massive pain in the ass. The Goal I'm attempting to render custom...
  3. 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...
  4. byte_corvus

    Question Kernel GDI Drawing on DWM — Handling Flush and Refresh on 24H2

    Anyone digging into kernel-mode overlays on the latest Windows builds has probably run into the classic GDI persistence headache. I've been experimenting with attaching to dwm.exe to render graphics directly from a driver, but the drawings just sit there—stuck on the screen because they aren't...
  5. byte_corvus

    Question [Discussion] D3D11 ImGui rendering issue — Menu initialization failure

    Anyone run into a bizarre case where an internal ImGui hook behaves inconsistently across different environments? I have a project using the Discord legacy overlay for rendering. On some rigs, it is rock solid. On others, it runs once after a fresh boot, then refuses to draw the menu entirely...
  6. byte_corvus

    Question Internal Menu Overlay Issues — Hooking Lag & Missing UI

    Anyone currently digging into overlay hijacking for internal menus? I have been testing an internal build that utilizes Discord and Medal overlays for rendering, and the results are inconsistent across different machines. The Symptom: Injection is reported as successful (the DLL is definitely...
  7. 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...
  8. byte_corvus

    Question Rust External ESP — Camera Lag and Viewmatrix Desync

    Anyone digging into Rust external ESP lately? I am running into a classic desync issue where the ESP render trails behind camera movement, even with VSync nuked. The reads themselves are fast, but the synchronization between the viewmatrix and the overlay frame is clearly off. The technical...
  9. byte_corvus

    Question Phasmophobia Fullbright & Flashlight Intensity Hook Crashing

    Guys, I am digging into Phasmophobia internals and hitting a wall with the lighting logic. Need some input on why these hooks are resulting in instant crashes. What I have tried: Hooking the PCFlashlight class via the wake method. Intercepting the instance seems to work, but accessing or...
Top