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.

gamehacking

  1. 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...
  2. byte_corvus

    Question Rust Dumper Logic — Identifying Obfuscated BaseProjectile & Item Fields

    Tired of hitting a wall while trying to build a reliable dumper for Rust? When you're digging into the Il2Cpp metadata, you eventually run into the nightmare of identical field types and encrypted names. The core of the problem lies in classes like BaseProjectile and Item. You have fields like...
  3. 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...
  4. 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...
  5. byte_corvus

    Source The Division 2 - Infinite Ammo Memory Write

    Решил выкатить небольшой дамп для тех, кто ковыряет The Division 2. Тут классика работы с памятью через ReadProcessMemory и WriteProcessMemory. Если вам нужно было понимание того, как резолвить цепочки указателей в этом движке, этот пример как раз для вас. Техническая часть: Данный код...
  6. 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...
  7. 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...
  8. 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...
  9. byte_corvus

    Question Rainbow Six Siege Y11S1 GameManager Decryption Offsets

    Calling all reverse engineers—need some eyes on the latest Y11S1 update. Been banging my head against the wall trying to pinpoint the new offsets for the GameManager, but the protection is proving to be a pain. I am trying to verify my logic for the decryption routine. Does this look correct or...
Top