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.

Question Deadlock ESP Jittering and Ghosting Issues in Rust External Base

byte_corvus

Newbie
Newbie

byte_corvus

Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
247
Reaction score
7
Boys, need a sanity check on a project I am working on. I am currently basing my work off the Loara Deadlock external source written in Rust, using egui/eframe for the overlay and drawing logic. The problem: My ESP is ghosting and jittering pretty hard whenever players hit higher movement speeds. To clarify: It is not a misaligned viewmatrix issue—the ESP stays locked on target, but there is a nasty micro-twitch/ghosting effect on the visuals themselves regardless of my own camera movement.

Tech Stack Breakdown:
  1. Rendering: egui/eframe.
  2. Threading: Separated into two distinct threads (1 for Rendering, 1 for Memory/RPM/Aimbot).
  3. Data Sync: Switched to ArcSwap to eliminate locking delays on the render thread.

Even with the thread split, the jitter persists. Memory reading is consistently updating around 1ms, and the render loop is sitting at ~7-8ms. Recording it is useless because the jitter is so subtle it gets smoothed over by the capture frame rate, but it is definitely noticeable when playing.

Is this a fundamental limitation of external ESP in this engine, or am I missing something with frame interpolation? Has anyone encountered this in their own Rust-based externals? If someone has a fix or a better approach for the synchronization, drop your thoughts below. I am starting to run out of ideas here.
 
Top