Skip to content

shaggyrogers/external-aimbot

Repository files navigation

external-aimbot

This is a generic external aimbot. It finds players in the game window using YOLO11 and moves the mouse to aim at them.

Demo video

Requirements

A linux distro running an X11 display server is required. Only tested on Ubuntu 24.04 with Gnome/Mutter.

Installation/Setup

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 newgrp to take effect.
    • usermod -a -G input $USER

Usage

  • 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.

About

Simple game-agnostic, fully external aimbot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors