Skip to content

zer0xbyt3/deadlocked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deadlocked

downloads foss cs2 hacking

simple cs2 aimbot and esp, for linux only.

features

  • aimbot
    • fov
    • smoothing
    • visibility check (vpk parsing)
    • 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
    • visibility check
    • flash check
    • scope check
    • velocity threshold
    • head only mode
  • standalone rcs
    • smoothing
  • aimbot, triggerbot and rcs per-weapon overrides
  • misc
    • sniper crosshair
  • unsafe
    • no flash
      • max flash alpha
    • fov changer
    • no smoke
    • smoke color change

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.

setup

  • 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 rust from https://rustup.rs/

running

  • cargo run --release

faq

where are my configs at?

they are saved in $XDG_CONFIG_HOME, if that is set. that usually defaults to $HOME/.config. if not, they are saved alongside the executable.

radar

see radar.md

what desktop environments and window managers are supported?

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.

i'm using hyprland and something does not work

too bad, hyprland has bad support for the x11 shenanigans this cheat tries to do. this is nothing i can fix, and i doubt hyprland will improve its x11 support.

i'm using gamescope to stretch the window, and the overlay is too small

this is because the game still thinks it's running in a 16/9 resolution. i can't really fix that, unfortunately.

the overlay window/my screen is black

your compositor or window manager does not support transparency, or it is not enabled.

the overlay shows up, but i cannot click on anything

the window could not be made click-through, which might be because of window manager/compositor support.

the overlay does not show up

you window manager does not support positioning or resizing the window.

the overlay is not on top of other windows

your window manager does not support always on top windows.

About

linux-only external aimbot/esp cheat for counter-strike 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 76.7%
  • JavaScript 12.3%
  • CSS 7.1%
  • TypeScript 2.2%
  • HTML 1.7%