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.

eac

  1. byte_corvus

    Guide AM5 TPM Bypass — Infinite Identities via Microsoft Pluton

    Stop messing with Linux flashing methods or BIOS downgrades for a second. If you're on the AM5 platform, there's a much cleaner way to handle TPM-based hardware bans that seems to have flown under the radar. Most AM5 CPUs actually house two separate security processors: the standard AMD ASP...
  2. byte_corvus

    Guide [Discussion] EasyAntiCheat_EOS.sys Startup — Reverse Engineering the VM and Anti-Debug Gates

    Anyone currently digging into the latest EasyAntiCheat_EOS.sys build has probably noticed it's bloated into a 37MB monster. I've been running the startup path through a kernel emulator to map out exactly what happens before the monitoring loop kicks in. The short version? Most of the logic is...
  3. byte_corvus

    Question Apex Legends — MmCopyVirtualMemory + KDMapper for Kernel RPM

    Anyone currently digging into kernel-level memory reading for Apex? I’ve seen plenty of discussion regarding the classic MmCopyVirtualMemory approach combined with kdmapper for loading. The question is simple: does this setup actually hold up against EAC these days, or is it an instant flag on...
  4. byte_corvus

    Guide [Source] Rust Material Chams — Internal Shader Collection

    Anyone digging into Rust visuals lately knows that finding the right shader to override is half the battle. If you're tired of basic flat colors and want something that actually sticks or possesses depth-ignoring properties without writing a custom shader from scratch, this list is for you...
  5. byte_corvus

    Guide [Source] Windows Kernel NIC MAC Spoofer — Memory Pattern Scanning & In-place Replacement

    Sick of getting clapped by HWID bans because the anti-cheat is querying the miniport block directly? Registry-only spoofing is for scripts and teenagers. If you want to actually hide from EAC and BattlEye, you need to go deeper into the kernel. I got my hands on this logic that handles MAC...
  6. byte_corvus

    Guide [Source] TPM HWID Bypass — Kernel-Level EK/AIK Hash Spoofing

    Getting clapped by Vanguard or Ricochet because of your TPM serials? Most public spoofers only touch the registry, which is a one-way ticket to a delay ban. If you are serious about bypassing HWID bans, you need to go deeper into the kernel layer where the actual drivers store their state. How...
  7. byte_corvus

    Guide [Source] Apex Legends — Perfect Mantle Boost Logic and Offsets

    Apex movement is essentially the only factor keeping the game's skill ceiling relevant these days. While every sweat is slamming their spacebar trying to hit a frame-perfect superglide manually, you can just automate the window by reading the internal state and dumping the rng of human error...
  8. byte_corvus

    Question Apex Legends Kernel RCS — Memory Write Flickering & Offset Analysis

    Trying to implement a stable RCS via kernel memory writes in Apex is becoming a massive headache, especially with how EAC monitors viewangle consistency now. If you're digging into the CPlayer structures, you've likely seen the common offsets, but getting a clean compensation without the dreaded...
  9. byte_corvus

    Question Windows 10/11 Driver Loading — HVCI & Kernel Meta

    Anyone digging into kernel-level development lately knows that the Windows environment has become a minefield. If you're trying to push a custom driver on modern builds of Windows 10 or 11, the HVCI (Hypervisor-Protected Code Integrity) wall is the first thing that will slap your loader down...
  10. byte_corvus

    Guide Fortnite & Rust — EAC Update Nuking SVM Hypervisors (0xd1 BSOD)

    Lately, the EAC-EOS branch used in Fortnite and Rust has been hitting back hard against custom virtualization. If you are rolling your own SVM hypervisor — especially a Type 1 build — you might have noticed a hard crash during the "Waiting for game" sequence. The behavior is consistent: the HV...
  11. byte_corvus

    Guide Rust Internal Silent Aim — pSilent vs. Prediction Logic

    Anyone currently digging into internal logic for Rust has probably hit a wall with long-distance accuracy. 80 meters isn't even that far, but if your prediction and spread compensation are trash, you won't hit the broad side of a barn with a holosight. The debate between standard silent and...
  12. byte_corvus

    Undetected [Release] My Hero Ultra Rumble — Damage Multi & Revive Hacks

    My Hero Ultra Rumble Internal — Damage Multi & Global Revive Exploit Digging back into the MHA universe with a solid internal build. It covers the basic visuals but the real value is in the game-breaking exploits like damage modifiers and the revive logic that manipulates the whole lobby...
  13. byte_corvus

    Guide Paladins — Force Private Profile Status via Steam Depot Downgrade

    Tired of sweaty players checking your win rate and flaming you before the match even starts? Setting your Paladins profile to private used to be a standard option, but Hi-Rez has made it a headache to toggle. This method leverages a Steam depot downgrade to access a legacy client build where the...
  14. byte_corvus

    Guide [Release] Massive Dump: 87 Vulnerable Drivers — WHQL Signed & EAC Bypass Base

    Kernel-level access just got a lot more accessible for those digging into anti-cheat internals. Got my hands on a collection of 87 vulnerable drivers that recently hit the public space. The real value here isn't just the volume, but the specific WHQL-signed drivers that are currently being...
  15. byte_corvus

    Guide [Source] Apex Legends — Offset SDK Browser (Nested RecvTables)

    Had to get my hands on this SDK browser for Apex. If you are tired of manually digging through ReClass or hunting for strings in IDA after every minor patch, this might save you some time. It's basically a live Offset SDK browser specifically for Apex Legends. The logic here is decent — it...
  16. byte_corvus

    Guide EAC Kernel Driver — Screen Capture & Win32k Resolution

    Anyone still thinking their external overlay is 100% safe just because it's "external" needs to look at what Easy Anti-Cheat (EAC) is actually doing inside their kernel driver. While digging through their latest mess of obfuscated code islands, it looks like they are still heavily relying on...
  17. byte_corvus

    Discuss ARC Raiders — Persistent Shadow Bans on Ryzen 9000 + DMA

    Anyone else hitting a brick wall with shadow bans in ARC Raiders? I've been digging into the telemetry after a persistent loop of 30-day suspensions on a high-end Ryzen 9000 build, and things aren't adding up. Even with a dedicated hardware setup and supposed "safe" DMA configs, EAC seems to...
  18. byte_corvus

    Guide Windows 11 — kdmapper Driver Detection Vectors & Mitigation

    Anyone still relying on kdmapper for Windows 11 is playing a dangerous game if they aren't accounting for modern kernel telemetry. Got a situation where a basic driver—zero communications, manual import resolution, and Code Virtualizer protection—is still hitting walls, specifically BSODs when...
  19. byte_corvus

    Guide Rust — Telemetry Hidden Bans & Analytics Breakdown

    Stop snitching on yourself. I've been intercepting Rust's HTTP traffic, and the amount of data the client phones home to Facepunch — independent of EAC — is enough to flag any lazy external user or paster. If you think staying UD from the anti-cheat is enough, you're missing the bigger picture...
  20. byte_corvus

    Question [Crash] Leet DMA v1.1 Hangs on Windows Boot — Asus Z690-P Troubleshooting

    Running into a wall with hardware DMA is a rite of passage, but having your system hang at the Windows logo every time the card is powered on is a special kind of hell. This usually points to a resource conflict between the PCIe bus, the BIOS memory mapping, and how the firmware interacts with...
Top