simple cs2 aimbot and esp, for linux only.
- Hotkey
- FOV
- Smooth
- Start bullet
- Targeting mode
- Visibility check (VPK parsing)
- Head only/whole body
- Flash check
- FOV circle
- Hotkey
- Box
- Skeleton
- Health bar
- Armor bar
- Player name
- Weapon icon
- Player tags (helmet, defuser, bomb)
- Dropped weapons
- Bomb timer
- Activation mode
- Min/max delay
- Additional Duration
- Visibility check
- Flash check
- Scope check
- Velocity threshold
- Head only mode
- Smoothing
- Aimbot
- Triggerbot
- RCS
- Sniper crosshair
- Bomb timer
- Spectator list
Warning
These features write to game memory and carry ban risk.
- No flash (with max flash alpha)
- FOV changer
- No smoke
- Smoke color change
Caution
VACNet 3.0 is better at detecting aimbot and wallhacks. Do not use aim lock. Play with a low FOV. Use visuals sparingly.
sudo usermod -aG input $(whoami)
# Restart your machine (required)
git clone --recursive https://github.com/avitran0/deadlocked
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shAdd "input" to your user's extraGroups in configuration.nix:
users.users.yourname = {
isNormalUser = true;
extraGroups = [ "wheel" "input" ];
};Then rebuild and reboot:
sudo nixos-rebuild switch
sudo rebootAfter reboot:
git clone --recursive https://github.com/avitran0/deadlocked
cd deadlocked
direnv allow
cargo run --releaseIf maps parsing fails, run (it will use Source2Viewer provided by nix direnv instead of one in resources):
cargo run --release -- --local-s2vEverything is configured in flake.nix and nix/shell.nix.
grep -E '^input:' /usr/lib/group | sudo tee -a /etc/group && sudo usermod -aG input $USER
# Restart your machine (required)
git clone --recursive https://github.com/avitran0/deadlocked
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shcargo run --releaseConfigs are saved in $XDG_CONFIG_HOME with fallback to $HOME/.config. Otherwise they're saved alongside the executable.
See radar.md
Best support:
- GNOME (Mutter)
- KDE (KWin)
Good support:
- SwayWM
- Weston
Fair support:
- i3
- OpenBox
- XFCE
Limited/No support:
- Hyprland (poor X11 support)
- Other Wayland-only compositors
Hyprland has poor X11 support for the techniques this cheat uses. This cannot be fixed.
The game still thinks it's running in 16:9 resolution. This cannot be fixed.
Your compositor or window manager doesn't support transparency, or it's not enabled.
The window couldn't be made click-through. This is a window manager/compositor limitation.
Your window manager doesn't support positioning or resizing windows.
Your window manager doesn't support always-on-top windows.