-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello, @matias-kovero I started learning python a few months ago and it's going great, I'm creating a similar project to this right now, and while checking GitHub repos I found your fantastic project, I never thought of using a driver, I was looking at for a solution for the mouse movement delay.
As I said I'm still new to python and I never tried to use a driver, I downloaded your project to learn and everything is working fine except the mouse movement, its a weird problem that I spent hours trying to solve but I couldn't, I know you said that the mouse movement isn't human-like but for me, it's not moving to the target at all when it detects a player and I press either right or left click it seems that it's moving a few pixels as the video but not at the detected player, and ONLY when I'm moving my mouse a bit if my mouse is standstill, clicking the right click won't make it move until I move it a bit
Python 3.10.5
Yolov5 Latest Cache ( v7.0 )
Cuda 11.3 with RTX 2060
I tested the interception driver with the www.github.com/cobrce/interception_py examples and its moving fine so it's not the issue
I tried a similar object detection aim-assist with yolov5 and it worked fine
Fortnite.2023.01.06.-.19.50.03.03.DVR.mp4
As you can see in the video the mouse is not moving when holding the left click until I move it a bit it shakes and moves randomly but not on the target same thing with right click
