Mouse Clicks

Is there a way to emulate a mouse click for EVE window without actually moving the cursor? I’ve tried PostMessage, but it didn’t work =(

As far as I remember **ALERTua**described how he achieved this at https://github.com/Arcitectus/Sanderling/issues/1#issuecomment-174943407

Thanks for the link. His last word there is:

i failed multiple times trying to send a click to inactive game window.

Seems like it’s just impossible =(

Thanks for the link. His last word there is:

i failed multiple times trying to send a click to inactive game window.

Seems like it’s just impossible =(

When I was looking for a solution to this problem in a different programming language, some forum users claimed that they have achieved the result. Unfortunately, life’s problems not allow me to find out a solution. So do not give up!

It could be achieved in some programs - some that do receive mouse messages. Eve doesn’t =( But I’ll try harder

upd: currently using virtual machine for botting, so no cursor problems. But it has some cons (mainly when you want to debug just-in-time).

But for the sake of money profit it would be great to find a method without VM.

so, any luck with clicking on inactive window?

A method without VM is using windows remote desktop (RDP) sessions.

A more detailed explanation of the solution can be found at: