- Status
- Offline
- Joined
- Mar 3, 2026
- Messages
- 692
- Reaction score
- 457
If you're diving into the DMA rabbit hole to stay ahead of BattlEye, this Rust-based implementation for DayZ is a solid entry point. Moving the cheat logic to a second machine via PCIe is essentially the standard now for anyone serious about keeping their main account clean. This isn't just another basic overlay; it's a performance-oriented tool coded in Rust with a unique tiled radar system.
Technical Overview
The architecture leverages Direct Memory Access for raw read/write operations without triggering kernel-level detection on the gaming PC. The author has implemented a high-performance radar that uses a tile-based system similar to professional map software, ensuring smooth performance even with high-resolution textures.
Feature Breakdown
Deployment Notes
To get the radar working correctly, you need to place your map images in the maps/ directory. The binary will then generate the 256x256 tiles required for the high-zoom interface. The memory footprint of the tile cache is capped at 100 tiles to ensure stability.
DMA hardware (LeechCore/PCILeech compatible) is required. While the primary build is for Windows-controlled DMA, the Rust codebase allows for cross-platform packaging if you're running your second machine on macOS or Linux.
It's a clean build, but as always with public releases—not an advertisement (noad). If you're running on official servers, watch your movement; DMA hides the code, but it doesn't hide suspicious behavior.
Does anyone have a clean set of PNG maps for Chernarus or Sakhal ready to drop for the tile generator?
You cant view this link please login.
Technical Overview
The architecture leverages Direct Memory Access for raw read/write operations without triggering kernel-level detection on the gaming PC. The author has implemented a high-performance radar that uses a tile-based system similar to professional map software, ensuring smooth performance even with high-resolution textures.
Feature Breakdown
- Visuals (ESP): Includes full 18-bone skeleton rendering for both players and zombies. It features a unique admin detection system that flags staff presence with a special marker—essential for avoiding manual bans on community servers.
- Dynamic Radar: Tiled map system (256x256) with dynamic zoom (0.2 to 50 m/pixel). It supports tile generation from custom PNGs and includes a smart cache to keep memory usage low on the second PC.
- Web Interface: Built-in server running on port 8080. This allows you to broadcast the radar to any device on your local network (tablet, second monitor, phone) without needing an overlay on the primary game screen.
- Loot Management: 15+ categories with emoji icon indicators and a regex-based filtering system. You can highlight specific high-tier items or filter out the junk procedurally.
ESP Attributes:
— Player name (from scoreboard), weapon, and real-time distance.
— Off-screen indicators with directional arrows.
— Dead vs. Alive distinction for both entities and players.
— Animal ESP (alive and dead) for efficient food/leather farming.
Configuration & Filters:
— Player ESP distance: Up to 1000m.
— Loot ESP distance: 300m default.
— Zombie/Skeleton distance: 200m / 100m.
— RGBA color picker for every entity category.
Default Hotkeys:
— F1: Open settings menu
— F2: Toggle tiled radar
— F3: Open item filters
— Player name (from scoreboard), weapon, and real-time distance.
— Off-screen indicators with directional arrows.
— Dead vs. Alive distinction for both entities and players.
— Animal ESP (alive and dead) for efficient food/leather farming.
Configuration & Filters:
— Player ESP distance: Up to 1000m.
— Loot ESP distance: 300m default.
— Zombie/Skeleton distance: 200m / 100m.
— RGBA color picker for every entity category.
Default Hotkeys:
— F1: Open settings menu
— F2: Toggle tiled radar
— F3: Open item filters
Deployment Notes
To get the radar working correctly, you need to place your map images in the maps/ directory. The binary will then generate the 256x256 tiles required for the high-zoom interface. The memory footprint of the tile cache is capped at 100 tiles to ensure stability.
DMA hardware (LeechCore/PCILeech compatible) is required. While the primary build is for Windows-controlled DMA, the Rust codebase allows for cross-platform packaging if you're running your second machine on macOS or Linux.
It's a clean build, but as always with public releases—not an advertisement (noad). If you're running on official servers, watch your movement; DMA hides the code, but it doesn't hide suspicious behavior.
Does anyone have a clean set of PNG maps for Chernarus or Sakhal ready to drop for the tile generator?