
Valorant anti-cheat update soft-bricks $6,000 cheating hardware, company then trolls cheaters on social media — studio tweets 'congrats to the owners of a brand new $6k paperweight'
Riot Games has updated its Vanguard anti-cheat software in Valorant to block cheaters using DMA devices that cost up to $6,000.
Valorant anti-cheat update soft-bricks $6,000 cheating hardware, company then trolls cheaters on social media — studio tweets 'congrats to the owners of a brand new $6k paperweight' | Tom's Hardware
Skip to main content
Unlock world-class roadmaps & trusted Bench data. See More
× Unparalleled insights. Industry analysis. Insider access. Tom's Hardware Premium equips you with world-class coverage and detailed insights into the evolving hardware landscape.
✓Full access to our trusted Bench database: Access granular performance data instantly. ✓Exclusive hardware roadmaps: Peer into the future of the hardware industry. ✓Daily news analysis: Dive deep into the biggest stories.
Subscribe to our annual plan for just $29
Stay On the Cutting Edge: Get the Tom's Hardware Newsletter Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.
Contact me with news and offers from other Future brands
Receive email from us on behalf of our trusted partners or sponsors
By submitting your information you agree to the Terms & Conditions and Privacy Policy and are aged 16 or over.
You are now subscribed Your newsletter sign-up was successful
An account already exists for this email address, please log in.
(Image credit: Getty Images)
Copy link
X
Share this article
13
Join the conversation
Follow us
Add us as a preferred source on Google
Newsletter
Subscribe to our newsletter
Valorant cheaters have watched their $6,000 investment turned into paperweights overnight as Riot Games updated the Vanguard anti-cheat software to block DMA (Direct Memory Access) cheating devices. Not content with just banning the offenders, there are reports of Vanguard "bricking" the hardware used by cheaters, necessitating a full operating system reinstall. The claims are somewhat misleading since the anti-cheat system only renders certain hardware temporarily unusable. Users have reported that reinstalling the operating system brings everything back to normal; don't install Valorant or Vanguard on it again, or you'll face the same result.Riot Games took things a step further by openly mocking the cheaters on X: "Congrats to the owners of a brand new $6k paperweight." Some members of the gaming community have applauded Riot Games for dropping the massive ban hammer on cheaters. However, others are questioning the ethical implications of Riot Games' intrusive anti-cheat software, and even classifying it as borderline "malware." Kernel-level access is the highest possible privilege on a system, and some users fear potential vulnerabilities and misuse.DMA cards allow external hardware to read and write directly to a computer’s memory without passing through the middleman, which is the processor. DMA cards are vital tools for professionals such as debuggers, developers, and cybersecurity researchers. Over the years, cheat developers have found another calling for DMA cards: bypassing anti-cheat software. The misuse has led to an ongoing cat-and-mouse game with cheaters and game developers. On this occasion, Riot Games came out on top.Latest Videos FromCompetitive online multiplayer games, such as Valorant, typically use kernel-level detection to continuously monitor the processor and operating system for unauthorized cheat software. As a result, software-level cheats are flagged instantaneously, which is why cheat developers have turned to DMA cards to separate the cheat software from the computer that's running the game, in this case, Valorant.Phillip Koskinas, the Head of Anti-Cheat at Riot Games, recently shared an example (embedded below) of what a typical DMA cheating device setup looks like. It looks fascinating, like a Frankenstein project cobbled together in someone’s garage for a science fair. It shows the lengths some players are willing to go to just to have an upper hand in a free-to-play game.congrats to the owners of a brand new $6k paperweight https://t.co/3rjZVQntrc pic.twitter.com/fS3JC0FL0pMay 21, 2026There are many variations of a DMA cheating setup. At its core, the process begins by installing a DMA card into the primary computer that’s running the game. Cheat developers than flash them with custom-modified firmware to disguise the DMA card and trick the operating system into thinking it's another device, such as a network adapter or USB expansion card.The setup requires a second computer, which can be a laptop or mini-PC, that acts as the command center for running the actual cheat software. This system connects to the primary gaming system through a standard USB connection. The DMA card provides direct access to the gaming machine's memory, allowing the second system to read real-time game data without being detected.Stay On the Cutting Edge: Get the Tom's Hardware NewsletterGet Tom's Hardware's best news and in-depth reviews, straight to your inbox.Contact me with news and offers from other Future brandsReceive email from us on behalf of our trusted partners or sponsorsTo complete the circuit, cheaters have to add a KMBox, a hardware controller that emulates physical keyboard and mouse inputs, to bridge both systems. The commands generated on the second system travel through the KMBox to the primary PC as legitimate movements and actions, paving the way for aimbots and wallhacks.Please explain the target demographic for this product. How does someone burn $6000 on cheat hardware and still have the self-esteem required to assemble it? pic.twitter.com/RzgEXXOgdDMay 21, 2026Logically, Riot Games won't disclose how it neutralized these DMA cheating setups. The prevailing theory is that the latest Vanguard update is now enforcing stricter IOMMU (Input-Output Memory Management Unit) checks. The IOMMU is a component inside a processor that's responsible for managing and regulating how peripheral devices access system memory. Rumors suggest that Vanguard now blocks DMA firmware that attempts to communicate over SATA or NVMe protocols, two popular firmwares used by cheat developers to masquerade the DMA card as a legitimate storage controller.
Follow Tom's Hardware on Google News, or add us as a preferred source, to get our latest news, analysis, & reviews in your feeds.
See all comments (13)
Zhiye LiuNews Editor, RAM Reviewer & SSD TechnicianZhiye Liu is a news editor, memory reviewer, and SSD tester at Tom’s Hardware. Although he loves everything that’s hardware, he has a soft spot for CPUs, GPUs, and RAM.
13 Comments
Comment from the forums
poetic justice..
Reply
Kernel-level access is the highest possible privilege on a system, and some users fear potential vulnerabilities and misuse. and I really truly do wish MS would go through w/ the rumor of blocking access to kernel from 3rd parties :|
cheaters get what they deserve nobody is arguing that but this type of "performance" is just the poster child of WHY kernel level access by a game is so dangerous.
Reply
hotaru251 said:and I really truly do wish MS would go through w/ the rumor of blocking access to kernel from 3rd parties :|
cheaters get what they deserve nobody is arguing that but this type of "performance" is just the poster child of WHY kernel level access by a game is so dangerous.It's very simple.
The DMA card attempted to access OS protected memory space for Valorant.
IOMMU protections at the OS level disable the DMA card from initializing.
This is standard VTD/IOMMU protections to prevent virtualization sandbox breakout or other malware type schenanigans.
Valorant having kernel level anticheat has nothing to do with what occurred here. To play Valorant you need to have VTD enabled in BIOS as well as Secure Boot.
Reply
They will find a way around it, the cat and mouse game will continue. It begs the question if this cat and mouse game is worth it in the end.
I think a better solution would be to figure out why cheating is occurring in the first place, and look there for solutions.
I don't like the idea of software on my PC that has kernel access to spy on me. Who knows what else it can do, what it can be used for. The intentions are good, but it's still questionable if they should.
Reply
vanadiel007 said:I think a better solution would be to figure out why cheating is occurring in the first place, and look there for solutions.i mean thats simple...people dont like being worse than others. cheating gives em that need for betterment...especially in competitive games.
Reply
vanadiel007 said:I think a better solution would be to figure out why cheating is occurring in the first place, and look there for solutions.
Maybe because cheating / winning makes them think they are worth something or gives them a life, otherwise they have none.
Reply
PEnns said:Maybe because cheating / winning makes them think they are worth something or gives them a life, otherwise they have none.A lot of cheaters, especially the ones who are willing to go that far with so complicated setups, are actually streamers who are bad at the game but need to look good to get views and subscribers.
Reply
vanadiel007 said:I think a better solution would be to figure out why cheating is occurring in the first place, and look there for solutions.I too would love for Riot Games to solve all of society's ills. Unfortunately, that might be a bit much to ask.
Reply
there will be a class action right ?
Reply
vanadiel007 said:I think a better solution would be to figure out why cheating is occurring in the first place, and look there for solutions.Adding to reasons already mentioned: Some folks derive pleasure from the suffering of others.
Solutions: A psych ward? 'Cause I don't see cheaters only servers working; just like whales in pay-to-win, they need plankton/shrimp to feed off of.
Reply
Vie
📰Originally published at tomshardware.com
Staff Writer