LennyTheIntern / TPU_accelerated_rasPi3_aimbot_valorant

shootenemy.py is a script that you can use object detection for sending mouse movements to an Arduino running the i2c_mouse_move.ino.
12 stars 2 forks source link

Install #2

Open JesusRuescas opened 3 years ago

JesusRuescas commented 3 years ago

I have an Arduino Leonardo atmega32u4, with a USB Host Shield, how do I put this aimbot on it?

LennyTheIntern commented 3 years ago

The file for the Leonardo is in the mouse_move_i2c. Have the Leonardo running the code in there. Then you will run the setup notebook on a raspberry pi and then run Shootenemy.py. I still need to debug the notebook, so you can go to this YT tutorial here. https://www.youtube.com/watch?v=qJMwNHQNOVU&t=364s just make sure that the Shootenemy.py is in the tflite folder.

Some things to note.... even if you set this all the way up.

  1. You have to have a good .tflite modal for this to work properly.
  2. the color detection for enemy vs friend is fine tuned to my pc
  3. This does not work for Valorant. if you want it to work for Valorant you will have to plug a mouse into the USB host shield and write code to average the input from the Raspberry pi with the input from the mouse.