This is a generic external aimbot. It finds players in the game window using YOLO11 and moves the mouse to aim at them.
A linux distro running an X11 display server is required. Only tested on Ubuntu 24.04 with Gnome/Mutter.
TODO: Dependency list
- Build windowcap module
- Install required dependencies
- Run ./make-windowcap.sh
- Build python interface for X11Overlay and copy bin/overlay.so to project directory
- Download YOLO11m model file and copy to project directory
- Add yourself to the input group. Note that this will require either restarting or using
newgrpto take effect.- usermod -a -G input $USER
- Start the target game and change to borderless windowed mode if necessary.
- For supported games (currently 'tf2' and 'cs2') run the launch script:
./run.sh GAME
- Adjust sensitivity, threshold and triggerbox-scale as needed for your game/setup.