Code Monkey home page Code Monkey logo

aimi's Introduction

Aimi

Physical aimbot for Osu!. Eventually to be used for FPS games such as Valorant. This bot does not interact with the game's files at all, and instead uses only a visual input, currently a screengrab, to detect targets and click them in time

Void EULA of any title at your own risk

Computer setup

This is designed for linux 3.x+, tested on Ubuntu 18.04

Enable I2C connections on the Pi in the config:

sudo raspi-config

Install this repo:

git clone https://github.com/thayes46/aimi.git

***NOTE: Do not proceed without reading the prompts when running the program

Run the main program from this directory:

make run

How to Load Arduino Micro for Keyboard and Mouse Simulation

An Arduino to be used with this project needs to be flashed only once, after that every time the Arduino receives power it will run that same code.

*Note: Arduino used as a KBM must have the ATMega32u4 chip for native USB support

  1. Install the arduino IDE on the Raspberry Pi:
sudo apt-get install arduino
  1. Detect which port the Arduino is on, if you are unsure which is the Arduino, run this command with and without it plugged in to the Pi, and whatever one shows up when you plug it in, that's it. It should be either USBn or ACMn.
ls /dev/tty*
  1. Compile and upload the .ino file, replacing USB0 here with the port detected in the previous step
arduino --verify --upload --board arduino:avr:micro:atmega32u4 --port /dev/tty/USB0 ./arduinoKBM/arduinoKBM.ino

*Note: --board argument should correspond with the board you are using (Leonardo, Micro, etc.). For more information visit here

If you receive an error along the lines of permission denied: /dev/tty/USBn or /dev/tty/ACMn run

sudo adduser [your_username] dialout

If that fails as well, add your user to the group through this line instead:

sudo usermod -a -G dialout [your_username]

aimi's People

Contributors

thayes46 avatar csstine99 avatar arvind-srinivasan avatar

Stargazers

 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.