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 [Release] Phasmophobia Ext — Ghost Info & Cursed Hollow Event

    Phasmophobia Ext — a focused menu designed for ghost hunting without the usual fluff. It covers the basics for regular gameplay and adds specific utility for event-based grinding, like the Cursed Hollow rabbits. DOWNLOAD VIRUSTOTAL Core Features Ghost Information: Real-time data on the entity...
  2. byte_corvus

    Guide [Source] C&C Generals — Bypassing GenTool Hooks & Checksums

    Tired of GenTool's d3d8.dll hooks clashing with your patches? For anyone digging into C&C: Generals or Zero Hour, GenTool is the main hurdle for internal cheats. It uses two primary methods to stop you from patching the .text section or applying VMT/IAT hooks: Inline hooks on VirtualProtect and...
  3. byte_corvus

    Source Rust — Constexpr Prefab Name to ID Hashing

    Sick of manually updating your prefab headers every time Facepunch pushes a patch? Most of the guys over in the reversal scene are still sweating over prefab IDs when you can just hash them at compile time. This is a clean, constexpr MD5 implementation that allows you to convert a full prefab...
  4. byte_corvus

    Question Rust — Internal il2cpp Runtime Offset Finding & Obfuscation

    Sick of manual dumping every time Facepunch pushes a minor patch? I'm currently trying to get my internal base to handle runtime auto-updates for the player ESP, but the obfuscation is hitting hard. When going internal, the goal is usually to stay dynamic to avoid the headache of updating...
  5. byte_corvus

    Question Roblox Internal — TaskScheduler & lua_state Acquisition Logic

    Anyone still digging into Roblox internals since Bitdancer took over? Trying to map out a reliable execution flow for an internal project and looking for some verification on the job-loop logic. The Logic Flow The standard approach for a raw internal usually follows this chain: Inject DLL...
  6. byte_corvus

    Guide Roblox — DX11 Internal ImGui Overlay Transparency Bug (Win11 24H2)

    Upgraded to Windows 11 24H2 and suddenly your internal overlay is a solid black void? You're not the only one. It looks like the latest Windows build is being picky about how DWM composition and alpha blending are handled for internal DX11 windows, especially when people are reworking their...
  7. byte_corvus

    Question Assault Cube Internal C# NativeAOT — ImGui & Dependency Issues

    Been digging into the current state of C# internals using NativeAOT lately. If you've ever tried to move away from messy externals and into the game process, you know the struggle of keeping that output clean. I’ve got a basic internal base running for Assault Cube. Finding offsets and...
  8. byte_corvus

    Question GTA 5 — Uthensia.lua script for YimMenu V2 fix

    Anyone else running into walls with the Uthensia.lua script on the updated YimMenu V2 build? I've been trying to get it stable, but it's throwing a massive fit with syntax errors that keep the script from even initializing. The main issue is a hard fail-to-load with the console spitting out...
  9. byte_corvus

    Undetected [Source] GTFO Internal — Silent Aim, ESP & Godmode

    Digging into the depths of GTFO and tired of the grind? I’ve been messing with this internal project for a while. It's a comprehensive internal base that handles everything from combat automation to world visualization. Since it's internal, you'll need a decent injector to map it into the...
  10. byte_corvus

    Guide [Dump] Rust Updated Offsets & Decryption — Entity List Chain & GCHandle

    Facepunch keeps shifting pointers, so it is time to refresh your headers. If you are tired of chasing offsets after every minor patch, here is a solid breakdown of the current state of Rust's classes and the crucial decryption steps for the entity list. This is the technical meat required to get...
  11. byte_corvus

    Source Palworld Post Nuclear — Internal DX11 Menu Base

    If you were digging around for the original PalworldInternal-NetCrack source before it got nuked, here is the refined base I was maintaining. This build is built on a custom DX11-Base and covers Steam, Xbox/GamePass, and even Steam Deck. It is currently marked as outdated in terms of public...
  12. byte_corvus

    Undetected [Release] Sven Co-op SvenInt — Internal Aimbot, Movement & Speedrun Tools

    GoldSrc modding never truly dies, and Sven Co-op is still a prime playground for internal logic manipulation. I've been looking at the updated build of SvenInt (version 3.2.1), also known as sven_internal or simply 'int'. This is a solid piece of work by sw1ft747 that integrates directly into...
  13. byte_corvus

    Question Warface — Defining Enemies & Actor Filtering in CryEngine 3

    Anyone currently digging into legacy CryEngine 3 builds? Had to dump an older x86 build of Warface recently to practice some internal logic. The project is an internal silhouette implementation, but I've hit a wall with the enemy filtering logic. Standard actor systems in CryEngine can be a...
  14. 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...
  15. byte_corvus

    Source Warface — Dual-Wield Sub-Weapon Pointer & Inventory Offsets

    Digging into dual-wielding logic in Warface? If you've been struggling to pull the sub-weapon pointer (L hand) correctly, you need to navigate the CInventory and CWeaponSettings classes properly. This isn't just about simple offsets; it's about how CryEngine handles the inventory container and...
  16. byte_corvus

    Undetected [Release] Sons Of The Forest Gibson Menu — ESP, Spawner & World Hacks

    Sons of the Forest isn't exactly a competitive sweat-fest, but surviving the late-game cannibal raids and managing stamina can be a chore if you're just looking to build. I got my hands on the Gibson Menu — a straightforward IL2CPP-based internal for those who want to skip the survival grind...
  17. byte_corvus

    Guide Manual Mapping Logic — PE Parsing and Memory Allocation

    Manual mapping is one of those fundamentals that every internal dev needs to master before they start worrying about EAC/BE. I see a lot of people getting stuck on the high-level flow, so let's break down if the logic of parsing and copying is actually enough to get a module running in a remote...
  18. 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...
  19. byte_corvus

    Question Palworld PalSpawn Function — Debugging SpawnIndividualActor_ServerInternal

    Anyone still digging into the Palworld internals? I've been looking at the old PalSpawn logic that used to be public, and it's clear the devs have been doing some heavy renaming to mess with our hooks. The current issue many are hitting: you update your offsets, call the function, you hear the...
  20. byte_corvus

    Question DX12 Internal Overlay — Locating SwapChain VTable Hook

    Anyone currently digging into DX12 internals for a clean overlay? I'm trying to move away from lazy wrappers and noisy system-wide detours. The goal is to hook the game's actual Present function — specifically the one used internally by the game’s own swapchain instance, rather than just...
Top