About Projects Blog Music Contact
← back to projects

~/kasnovitch/evermist.txt

Evermist

External client Roblox C++ Active

Evermist is an external client for Roblox that I built from scratch. It runs outside the game process and reads and writes memory directly instead of injecting into it, which keeps it lighter and harder to detect than a typical injected mod.

The video below shows it running in real time. Use the fullscreen button on the player for the full custom controls, including a working progress bar, volume, playback speed, and keyboard shortcuts.

0:00 / 0:00

~/kasnovitch/evermist/features.txt

What it does

External, not injected
Reads memory from outside the game process, which keeps the footprint small and avoids the risks that come with injection.
Custom rendering
A separate overlay renderer draws everything on top of the game window without touching its own render pipeline.
Simple UI
Built so modifications are easy to find and toggle without digging through menus or config files.
Actively maintained
Updated as Roblox changes, so it keeps working instead of breaking after every patch.