Sunday, 11 September 2022

How intercept mouse device with Python for Games?

I trying to move my mouse inside a FPS game (like valorant/csgo) but doesn't work. I used PyAutoGui, PyInput, Mouse, PyWin32 and many others libs but I just can simulate click. I see something about Interception (by oblitum) and years ago worked but this day don't. The game block this intercept.

So I guess I need to build some driver intercept to make moves in Mouse. Another trick is use Arduino (this works this days) but for my project this isnt a solution. I need do only in python with any mouse.



from How intercept mouse device with Python for Games?

No comments:

Post a Comment