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.

dma

  1. byte_corvus

    Question Maple Story — CAP DMA 75T Firmware & NGS/BlackCipher Setup

    Staring at a bricked board after a Vivado flash is a rite of passage for anyone moving into the DMA scene. If you just grabbed a CAP DMA 75T and tried to roll your own firmware for Maple Story, you've likely hit the first wall: config space validation. The NGS (BlackCipher) Situation Nexon Game...
  2. byte_corvus

    Question [DMA] CAP DMA 75T — Firmware Customization and BlackCipher Bypass

    Messing with the CAP DMA 75T? Just got your hands on the Artix-7 75T board and the first thing you probably did was try to cook your own firmware to dodge detection. The stock firmware that comes with these CAP boards is usually flagged or generic as hell, so customizing your TLP handling and...
  3. byte_corvus

    Discuss Battlefield 6 RedSec — EA Javelin DMA PCI Speed Throttling

    Anyone currently digging into the new EA Javelin update for Battlefield 6? It looks like the devs have finally pushed a change specifically designed to mess with DMA (Direct Memory Access) users by targeting the hardware communication layer. The technical implementation is interesting—reports...
  4. byte_corvus

    Guide Valorant — The Brutal Reality of Vanguard and Dual PC Detections

    Anyone currently digging into the Valorant scene knows it's a bloodbath right now. I've been messing with this game since the beta, and Vanguard is hitting a point where even "safe" setups are getting clapped faster than a silver in a Radiant lobby. If you're still running public internals or...
  5. byte_corvus

    Guide DMA Card JTAG Flashing Failure — JTAG Scan Chain All Ones

    Anyone else running into JTAG issues with a fresh DMA build? Getting the card recognized in the PCIe slot is one thing—speedtests might even pass—but as soon as you try to flash custom gateware to keep your setup UD, OpenOCD throws a fit. This is a classic wall when the JTAG debugger isn't...
  6. byte_corvus

    Question DMA Desync — Ephemeral Keys and Temporal Integrity Failures

    Anyone currently digging into targets that just moved to aggressive ephemeral crypto? Recent updates on some higher-tier targets are making standard DMA pipelines non-viable. I’ve been analyzing a new model where the devs have effectively nuked the "offline decryption" meta by tightening the...
  7. byte_corvus

    Discuss Battlefield DMA Setup — 75T Hardware, Ekknod FW & Fuser Logic

    Tired of the loop of getting clapped by Javelin? If you're done burning through accounts while every internal and external provider gets flagged, it's time to talk about the physical gateway: DMA. Moving to a Direct Memory Access setup isn't just about a software sub; it's a hardware...
  8. byte_corvus

    Question Kmbox B+ — Solving Mouse Click State Detection via Serial

    Dealing with Kmbox B+ buffering is a classic headache once you move away from software-level GetAsyncKeyState. If you're trying to sync states between a controller PC (PC2) and the game PC (PC1) using raw serial commands, you've likely realized that km.move is the easy part—it's the feedback...
  9. 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...
  10. 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...
  11. byte_corvus

    Source Escape from Tarkov — DMA IL2CPP Metadata Dumper

    Escape from Tarkov — DMA IL2CPP Metadata Dumper Source Found a solid base for the DMA crowd digging into Tarkov. If you're tired of manual reversals after every minor patch, this project simplifies the process of pulling metadata from the second machine. This is a source-only release—no binaries...
  12. byte_corvus

    Question [DMA] Fuser Resolution Limits — EDID Spoofing and Custom Timings

    If you are running a DMA setup, the fuser is usually the weakest link in your signal chain. Most of these boxes are limited by their internal scaler firmware, and trying to push them outside their comfort zone usually results in a black screen or a "No Signal" loop. The current hardware...
  13. byte_corvus

    Discuss Valorant DMA Bans — MemProcFS Detection & Account Flagging

    Anyone else getting clapped by Vanguard despite running what should be a safe DMA setup? I've been digging into some strange behavior lately where custom firmware isn't enough to save the account. We're seeing a wave of account-level bans that don't immediately trigger an HWID strike, which...
  14. byte_corvus

    Source Apex Legends — Basic DMA Radar (MemProcFS .vmem)

    Anyone currently digging into DMA hardware knows that the MemProcFS API can be a bit of a wall for beginners. Found this approach that simplifies things by treating the memory space like a standard file system—effective if you want a chill radar without the risk of a rage-induced manual ban...
  15. byte_corvus

    Guide STARK 75t — Troubleshooting JTAG Flash Errors and Device ID 0x000000

    Picked up a STARK 75t and running into the classic Unknown flash device (ID 0x000000) brick during the firmware flashing process? Happens to the best of us when the OpenOCD config doesn't match the specific chip stepping or if your wiring is losing signal integrity. Looking at your log, the...
  16. byte_corvus

    Question [Crash] Stark DMA 75T — PC Hangs and Robotic Audio on Custom FW

    Grabbed one of those budget Stark DMA 75T boards off Amazon recently and I'm hitting a wall with the custom firmware. I've been following the standard guides to roll my own FW for better UD chances, but the results are absolute trash compared to the stock provider files. The Setup: Main Rig...
  17. byte_corvus

    Guide KMBox B Pro — NG Screen Reboot Fix & Serial Command Simulation

    Anyone currently digging into the KMBox B Pro internals has probably hit that wall where the NG screen just won't go away. If you try to call boot.py normally or trigger km.move(), the device often just reboots and dumps you right back to that annoying error state. I've been messing with a...
  18. byte_corvus

    Question PlanetSide 2 — Finding Offsets for DMA ESP (BattlEye Bypass & IDA)

    Been digging into PlanetSide 2 lately and hit the classic wall that most newcomers face when moving from simple memory scanning to actual development. If you're running a DMA setup with Metick's plugin for Cheat Engine, you've likely realized that scanning is the easy part—extracting clean...
  19. byte_corvus

    Question KmBox NET — Scroll Wheel Broken After Fixing Mouse Speed

    Anyone else digging into the KmBox NET setup and running into absolute garbage mouse scaling? Just finished setting mine up and noticed the mouse would only move at a single fixed speed—didn't matter if I was flicking or micro-adjusting, the velocity was linear and felt like shit. I grabbed the...
  20. byte_corvus

    Guide Hardware Input — Understanding KMBox B Pro & Net for HID Spoofing

    KMBox B Pro: The Lowdown on Hardware Input Spoofing If you are digging through Taobao or looking for ways to bypass modern anti-cheat input detection, you have likely seen the KMBox. In the current climate—where Vanguard, EAC, and BattlEye are nuking software-simulated inputs—these little boards...
Top