Giter Site home page Giter Site logo

overwatch-aim-assist's Introduction

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

  • Shield/Armor bars were not included in the function that calculates the width of the health bar. Should be easy to implement.
  • Program only scans for red borders which can occasionally change. Can use opencv's canny function to overcome this or scan for different border colours.
  • Mouse movements are based on a constant (0.116) which is not perfectly accurate with varying distances.
  • Trigger bot needs to be optimised to exclude clustered pixels which are not part of a border. This is problematic in maps with a lot of red such as route 66.
  • No threading.

overwatch-aim-assist's People

Contributors

jpxue avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.