jpxue / Overwatch-Aim-Assist

C++ Overwatch aim assist tool and triggerbot!
GNU General Public License v3.0
171 stars 73 forks source link

Overwatch Aim Assistance

A program written in C++ that helps a player aim at a target in Overwatch (includes trigger bot functionality).

Demo: https://www.youtube.com/watch?v=tgjQR0CJ2Ys&feature=youtu.be

How it Works

The program uses Windows GDI to capture a screenshot. The screenshot is scanned in an attempt to find a player's health bar. Upon finding a health bar, the program will scan for the player's border from which it can obtain the coordinates of the player's head or body.

The program can then either move the cursor smoothly to the desired location so as to simulate human like movements or just snap directly to the target location. Trigger bot functionality was also implemented, however just like all other external colour recognition software, the crosshair must cross the target's border in order to fire.

alt tag

Limitations