vike256 / Unibot

All in one video game assistant tool that works with and without hardware. Has aim assist, autoshoot, rapid-fire, and recoil mitigation.
GNU General Public License v3.0
143 stars 31 forks source link

Mouse movement issue with ctypes (no Arduino hardware or Raspberry) #5

Closed krdeft18 closed 9 months ago

krdeft18 commented 9 months ago

movement value I'm trying to use this on my computer, without any additional hardware I installed the requirements, modified the config.ini files, including:

I managed to get it work and the terminal outputs the move value for the mouse, but ctypes doesn't execute the movement command. I think the error might be in the main function, since I don't see anything related to com_type none. Correct me if I'm wrong, any help is deeply appreciated !

vike256 commented 9 months ago

Try another game to test if it's working. I think Vanguard blocks WinApi mouse event calls.

Le1a commented 1 month ago

movement value I'm trying to use this on my computer, without any additional hardware I installed the requirements, modified the config.ini files, including:

  • color lower and upper bound for Valorant's purple outline (which is [130, 60, 200] for lower and [150, 255, 255] for upper)
  • monitor's refresh rate (from 165 to 144 to match my monitor) I've tested the game on fullscreen, windowed fullscreen with raw buffer turned off.

I managed to get it work and the terminal outputs the move value for the mouse, but ctypes doesn't execute the movement command. I think the error might be in the main function, since I don't see anything related to com_type none. Correct me if I'm wrong, any help is deeply appreciated !

May I ask if you have succeeded now? Can you share the config