linux-only external aimbot/esp cheat for counter-strike 2
  • Rust 98.9%
  • Shell 0.6%
  • Nix 0.5%
Find a file
avitrano 7a94e94e25
Merge pull request #320 from rdbtCVS/upstream
skip esp if spectating player
2026-06-09 00:21:49 +02:00
.github/workflows don't build ci in release mode... 2026-05-04 09:33:27 +02:00
.hooks add pre-commit hook 2026-06-04 10:07:01 +02:00
nix chore: bump flake & nix & nix-instructions 2026-05-06 21:35:10 +08:00
resources read map data from game 2026-04-01 10:15:17 +02:00
src skip esp if spectating player 2026-06-08 22:53:09 +01:00
.editorconfig add fov changer and flash check 2025-02-03 11:06:27 +01:00
.envrc add nix-shell for dev and run on nixos 2025-10-16 08:25:06 +08:00
.gitignore add nix-shell for dev and run on nixos 2025-10-16 08:25:06 +08:00
build.rs update logging and dependencies 2026-04-14 11:35:53 +02:00
Cargo.lock add optional crash reporting 2026-04-24 11:21:57 +02:00
Cargo.toml refactor some small ui stuff 2026-04-30 11:07:57 +02:00
contributing.md add contributing guidelines 2026-04-01 12:40:54 +02:00
flake.lock chore: bump flake & nix & nix-instructions 2026-05-06 21:35:10 +08:00
flake.nix chore: bump flake & nix & nix-instructions 2026-05-06 21:35:10 +08:00
license add gpl license 2025-04-30 09:54:46 +02:00
os-setup.md chore: bump flake & nix & nix-instructions 2026-05-06 21:35:10 +08:00
readme.md update readme 2026-05-04 12:48:04 +02:00
run.sh add pre-commit hook 2026-06-04 10:07:01 +02:00
setup.sh add pre-commit hook 2026-06-04 10:07:01 +02:00
update.sh add update scripts for ppl who don't know git 2025-10-16 11:15:15 +02:00

deadlocked

Matrix Invite

Discord Invite

Casual Maintenance Intended

simple cs2 aimbot and esp, for linux only.

Setup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/avitran0/deadlocked
cd deadlocked
./setup.sh
# Restart your machine (required)

Also make sure that the uinput kernel module is loaded.

Running NixOS or Fedora Atomic? See OS-Specific Setup.

Running

./run.sh

Features

Aimbot

  • Hotkey
  • FOV
  • Smooth
  • Start bullet
  • Targeting mode
  • Visibility check (VPK parsing)
  • Head only/whole body
  • Flash check
  • FOV circle

ESP

  • Hotkey
  • Box
  • Skeleton
  • Health bar
  • Armor bar
  • Player name
  • Weapon icon
  • Player tags (helmet, defuser, bomb)
  • Dropped weapons
  • Bomb timer

Triggerbot

  • Activation mode
  • Min/max delay
  • Additional Duration
  • Visibility check
  • Flash check
  • Scope check
  • Velocity threshold
  • Head only mode

Standalone RCS

  • Smoothing

Per-Weapon Overrides

  • Aimbot
  • Triggerbot
  • RCS

Misc

  • Sniper crosshair
  • Bomb timer

Unsafe

Warning

These features write to game memory and might get you banned.

  • No flash (with max flash alpha)
  • FOV changer
  • No smoke
  • Smoke color change

FAQ

Where are my configs saved?

Configs are saved in $XDG_CONFIG_HOME with fallback to $HOME/.config. Otherwise they're saved alongside the executable.

Which desktop environments and window managers are supported?

Best support:

  • GNOME (Mutter)
  • KDE (KWin)

Good support:

  • SwayWM
  • Weston

Fair support:

  • i3
  • OpenBox
  • XFCE
  • Hyprland (tweaks may be needed; no guarantees)

I'm using Hyprland and something doesn't work

Hyprland has poor X11 support for the techniques this cheat uses, not much i can do about that. Try another WM if possible.

I'm using Gamescope and the overlay is too small

The game still thinks it's running in 16:9 resolution, so the cheat gets the wrong window resolution. Try running the game without Gamescope.

My screen/overlay is black

Your compositor or window manager doesn't support transparency, or it's not enabled.

On KDE, go into the Display and Monitor settings, then Compositor, and tick Enable compositor on startup.

The overlay shows but I can't click anything

The window couldn't be made click-through. This is a window manager/compositor limitation.

The overlay doesn't show up

Your window manager doesn't support positioning or resizing windows.

The overlay isn't on top of other windows

Your window manager doesn't support always-on-top windows.