simple cs2 aimbot and esp, for linux only.
- aimbot
- fov
- smoothing (with jitter)
- aim lock
- visibility check
- head only/whole body
- flash check
- fov circle
- esp
- box
- skeleton
- health bar
- armor bar
- player name
- weapon name
- player tags (helmet, defuser, bomb)
- dropped weapons
- bomb timer
- triggerbot
- min/max delay
- hotkey
- visibility check
- flash check
- scope check
- velocity threshold
- standalone rcs
- smoothing
- misc
- sniper crosshair
- unsafe
- noflash
- max flash alpha
- nosmoke
- fov changer
- smoke color changer
- noflash
Warning
the features in the unsafe tab are there for a reason. do not use them unless you are fine with risking a ban. they write to game memory.
Caution
vacnet 3.0 seems to be better at detecting aimbot and wallhacks, so do not use aim lock, and play with a low fov to avoid bans. use visuals sparingly.
if possible, do not use the precompiled releases. they might be out of date.
- add your user to the
input
group:sudo usermod -aG input $(whoami)
- restart your machine (this will not work without a restart!)
- clone the repository:
git clone --recursive https://github.com/avitran0/deadlocked
- install cmake and a c++17 compiler (gcc 7+ or clang 4+)
- other dependencies: sdl3, meson (for cpr)
- update (optional):
./update.sh
- execute the run script:
./run.sh
--file-mem
: if process_vm_readv does not work/you get an error that it cannot get the resource offset--scale=X
: override gui scale--no-visuals
: disable visuals completely, if there are problems with the overlay--verbose
or-v
: increase log level by one--silent
: decrease log level by one
it is tested on GNOME with Mutter, KDE with KWin, and SwayWM. support for other (especially tiling) window managers is not guaranteed. if in doubt, use either GNOME or KDE.
your compositor or window manager does not support transparency, or it is not enabled.
the window could not be made click-through, which might be because of window manager/compositor support.
you window manager does not support positioning or resizing the window.
your window manager does not support always on top windows.