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.

manual map

  1. byte_corvus

    Guide SCPSL — Reversing Themida 3 Protected AC & Signature Extraction

    Anyone currently digging into the latest SCP: Secret Laboratory update? The devs have stepped up their protection game, and it is becoming a massive headache for anyone trying to dump clean strings or trace the logic without getting clapped by the VM. The Current Situation Trying to tear down...
  2. 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...
  3. byte_corvus

    Guide [Discussion] Kernel Loading — Manual Mapping vs DSE Bypass (NtLoadDriver)

    Been digging into kernel loading methods lately and the results between standard manual mapping and DSE patching with NtLoadDriver are interesting, to say the least. Most people just grab kdmapper and call it a day, but that's a one-way ticket to a delayed ban on any decent anti-cheat (EAC/BE)...
  4. byte_corvus

    Source Simple Manual Map Injector — Handle and Thread Hijacking Logic

    Spent some time digging into this manual map injector today. It uses a fairly straightforward approach to handle and thread hijacking, which is a decent starting point if you are looking to understand how to bypass basic kernel callbacks without relying on the standard CreateRemoteThread or...
Top