learncodebygaming / pydirectinput

Python mouse and keyboard input automation for Windows using Direct Input.
Other
497 stars 88 forks source link

moveto function not working with valorant #47

Open Tejas-Haritsa-vk opened 2 years ago

Tejas-Haritsa-vk commented 2 years ago

Hi, I tried this library today with valorant but both pyautogui and pydirectinput isn't working but, the clicks are working fine in both.

import pydirectinput as pydx pydx.moveTo(x,y)

Phospheneser commented 1 year ago

me too

yuanyijie commented 1 year ago

1.run program as administrator 2.add param: relative=True

Tejas-Haritsa-vk commented 1 year ago

1.run program as administrator 2.add param: relative=True

@yuanyijie Still isn't working for me. Could you please explain step by step as to how you made it work with Valorant?

Phospheneser commented 1 year ago

@yuanyijie Me to. It seems that Valorant ban the move function some how(?)

rajada1 commented 1 year ago

Valorant does a light low hook on the mouse; you will succeed when you undo or somehow evade their hook. I don't know how to do it, so if you know, please share it with me.

gonggqing commented 9 months ago

I also want to know how to move cursor in Valorant, set a reminder here. Please remind me if anyone knows the answer.

gonggqing commented 4 weeks ago

I also want to know how to move cursor in Valorant, set a reminder here. Please remind me if anyone knows the answer.

A year later there's still not an applicable way to do this.