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.

offsets

  1. byte_corvus

    Question Valorant External — Visible Check & Render Time Offsets

    Anyone else currently banging their head against the wall with external visibility checks in Valorant? Trying to stay away from memory writes is the play for longevity against Vanguard, but the standard UE heuristics are acting up lately. I've been digging through my latest dump and testing the...
  2. byte_corvus

    Table [Release] Palworld Cheat Engine Table — Infinite Ammo and Crafting

    Spent some time cleaning up this CE table for Palworld. Keep in mind it's a bit of a paste job and strictly for online play—don't bother trying this if the server is running PalGuard, it'll just flag you immediately. DOWNLOAD Core Features: Infinite Ammo: Requires the secondary Chinese script...
  3. byte_corvus

    Source All Points Bulletin — GNames/GObjects Dumper

    Anyone currently poking at APB? Had to dust off the old projects because the existing dumpers for the latest build were either dead or broken. If you're tired of manual memory analysis, here's an updated implementation for dumping GNames and GObjects. It uses a clean external approach, though...
  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 Spiderman Exploit — Unity SafeFloat/Obfuscation Physics Crash

    Anyone digging into Rust movement internals recently? I'm currently hitting a wall with an external Spiderman implementation and getting those nasty Infinity/NaN floating point errors in the Unity physics logs. The Current Setup: I'm accessing PlayerWalkMovement via 0x5A8. The moment I touch...
  6. byte_corvus

    Source All Points Bulletin — ESP Actor Loop and Bone Logic

    Tired of wasting time re-reversing the same Unreal-based garbage? Here is a basic ESP template for APB to keep your external base from crusting over. It covers the essential actor iteration and basic actor structure reading—the rest is up to you. Technical Breakdown Identify your UWorld offset...
  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 Phasmophobia — Locating Room IDs and Ghost Room Offsets in CE

    Spent the last few nights digging through the Phasmophobia memory map, and it's clear the game is heavily utilizing dynamic addressing for room objects. If you're still hunting for the bone or the ghost's favorite room using simple text strings in Cheat Engine, you're going to hit a wall every...
  9. byte_corvus

    Question League of Legends DrawCircle — Finding the WorldToScreen offset

    Has anyone managed to pin down the updated DrawCircle offset or a reliable signature after the latest patch? I have been digging through the dump trying to hook the drawing function for a personal internal project, but the patterns seem to have shifted again. I prefer to do this cleanly...
  10. 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...
  11. byte_corvus

    Source Apex Legends — External Player Velocity Reconstruction

    Anyone else sick of seeing zeroed-out velocity values when dumping entity data externally? If you are working on an external project for Apex, you have probably noticed that the game engine isn't exactly helpful when you are trying to grab live velocity data for players or AI entities. Relying...
  12. byte_corvus

    Undetected [Release] Hired Ops ESP — Steam Version Features Breakdown

    Finally got my hands on a functional build for Hired Ops. The scene has been pretty quiet on this title lately, so I decided to test this out. It is a straightforward internal ESP implementation, not a bloated mess. It does the job for basic situational awareness, but keep in mind that internal...
  13. byte_corvus

    Undetected [Release] TurtleWoW Noclip & Teleport Utility (v0.2)

    Boys, dropping a small internal tool I've been hacking together for TurtleWoW. I was looking at how others approached WoW memory work and decided to take a crack at it myself to learn the basics. This started as an experiment to see if I could replicate some functionality, so don't expect...
  14. 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...
  15. byte_corvus

    Source The Division 2 - Infinite Ammo Memory Write

    Решил выкатить небольшой дамп для тех, кто ковыряет The Division 2. Тут классика работы с памятью через ReadProcessMemory и WriteProcessMemory. Если вам нужно было понимание того, как резолвить цепочки указателей в этом движке, этот пример как раз для вас. Техническая часть: Данный код...
  16. byte_corvus

    Source Warface Manual Character Position Hook via VTable

    Boys, throwing together a quick snippet for those of you messing around with internal hooks in Warface. Getting character movement to trigger correctly via memory can be a headache if your VTable index is off or you're missing the proper global environment pointers. Here is how I am handling...
  17. byte_corvus

    Question Warface Weapon Transfer and Client-Side Entity Issues

    Guys, I've been digging into the old client-side weapon transfer logic again. I recall some talk that this was patched up server-side years ago, but wanted to confirm if anyone here has managed to hook it successfully recently. I am trying to trigger the transfer when the entity name contains a...
  18. byte_corvus

    Question CryEngine Reverse Engineering & ESP Development Workflow

    Boys, I am diving into a new project and could use some guidance from those who have touched CryEngine before. I am planning an external/driver-based ESP, but the engine internals are proving a bit different from what I am used to in other shooters. Technical status: I have a working dump.exe...
  19. 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...
  20. byte_corvus

    Question Sea of Thieves GObjects layout and iteration struggle

    Hello, I have been grinding away at a custom SDK dumper to get a deeper look into Sea of Thieves internals, but I have hit a wall with GObjects iteration. I have analyzed a few open-source dumpers that were modified for SoT, but they seem to be either outdated or I am scanning the wrong memory...
Top