These three words appear on every product page in this market and are almost never explained. They describe where the code runs, and that single fact determines both how good the cheat feels and how likely it is to end your account.
External: reading from outside
An external cheat runs as a separate process and reads the game's memory from outside it. Nothing is injected, no module is loaded into the game, and if it crashes it takes itself down rather than the game.
That matters because a large part of what modern anti-cheat does is inspect its own process — checking loaded modules, watching for hooks, verifying that its own code has not been modified. An external stays out of range of most of that.
The cost is fidelity. An external polls memory rather than reading the live game state, so positions are marginally behind, projectile prediction is estimated rather than calculated, and the overlay is drawn in a separate window that some capture and streaming setups handle badly.
For most people on most games, this is the correct choice. The performance gap matters less than the detection gap.
Internal: running inside the game
An internal cheat is loaded into the game process itself. It reads the real game state every frame, draws through the game's own renderer, and can hook functions directly.
The result feels different in a way that is immediately obvious: tracking is smooth rather than corrective, ESP is frame-accurate with no lag, projectile prediction is exact because it is using the same values the game is, and there is no separate overlay window to lose.
The cost is that it is sitting inside the exact process the anti-cheat is built to protect. Module scanning, integrity checks and hook detection all exist specifically to find code like this.
Buy an internal when you understand you are trading account safety for quality, and on hardware and an account you have written off. Not because it had a longer feature list.
DMA: reading over hardware
A DMA setup uses a hardware card in a second computer to read the gaming machine's memory directly over PCIe. Nothing runs on the gaming PC at all — no process, no driver, no file.
That puts it structurally beyond software anti-cheat, which can only inspect the machine it runs on. It cannot see a device reading memory from the outside.
The costs are real. It needs two computers, a capture solution to see the game on the second one, a DMA card, and a meaningful amount of setup knowledge. It is the most expensive option in this market by a wide margin.
Anti-cheat vendors are not ignoring it either. Firmware fingerprinting and device enumeration checks exist, which is why DMA cards are sold with firmware that mimics ordinary hardware — an arms race, not an escape hatch.
Which one should you actually buy?
Start with what you are protecting. If the answer is a throwaway account on a machine you do not care about, an external is fine and an internal is a reasonable upgrade for feel.
If the answer is hardware you cannot afford to have flagged — because your main account, your household or your only PC is attached to it — then either buy a spoofer alongside the cheat, or consider whether DMA is cheaper than the outcome you are insuring against.
If you have already been hardware banned once on a game with permanent enforcement, DMA stops being exotic and starts being the honest answer.
And on kernel-anti-cheat games with boot-start drivers, the calculus shifts again: the more of the system the anti-cheat can see, the more the advantage moves toward running nothing on that system at all.
The comparison table people actually want
Detection surface: DMA is smallest, external is middling, internal is largest. That ordering holds across essentially every anti-cheat.
Performance and feel: internal is best, DMA is close behind for visuals but limited for input, external is the weakest — particularly for projectile weapons.
Cost: external is cheapest, internal is similar, DMA involves hardware and a second machine.
Complexity: external and internal are a loader and a config; DMA is a build project. The number of people who buy DMA hardware and never get it working is not small.
Frequently asked questions
Is an external cheat safer than an internal one?
Generally yes. Externals never inject into the game, so they avoid the module and integrity checks anti-cheats run against their own process. They are not safe, only safer.
Can anti-cheat detect DMA?
Not by scanning the gaming machine, because nothing runs there. Vendors work on device fingerprinting and firmware checks instead, which is why DMA cards ship with firmware that imitates ordinary hardware.
Is DMA worth the money?
If you have already been hardware banned on a game that enforces permanently, or the machine is one you cannot afford to have flagged, it starts to make financial sense. For a throwaway account it is heavy overkill.
Why does an internal cheat feel better?
It reads the real game state every frame instead of polling memory from outside, and draws through the game's own renderer. Tracking is smooth rather than corrective and projectile prediction is exact.
Which should a first-time buyer choose?
An external, on a throwaway account, with only the information features enabled until you understand how that game's anti-cheat behaves.
Check before you buy
Live detection status for every product is on the status page, updated automatically from our supplier feed rather than by hand.
Every product page shows its own live status.