Hello,
I'm trying to write a simple Clicker program to automate room-joining on GArena: 2 clicks to attempt to join, 1 attempt per 5 seconds.
That means I have to simulate 2 x mouseButton1 clicks every 5 seconds - easy.
The problem with my clicker, as well as with other automating programs, is that it doesn't work _inside_ the GARENA program. It works fine in windows/other programs.
The GArena program somehow detects that the actions aren't coming from the mouse, but another application. How to bypass this?
Thanks.