Click -> X Y position does not work on application

Lim Jason

New member
Hi Everyone,
I created a simple macro in an application.
Where, It will press "back" when a specific time is reached, then will click on the x y position ( I used Identity an app, for that x y position)
Below is the log.

1698419816129.png

It shows that result = true.
But in my application, Only the " Press Back Button" is run, but the "click" doesn't run in my applications.
Any ideas?
 

Endercraft

Moderator (& bug finder :D)
Most games will prevent exiting when pressing back button again do I suspect that's the case here.
There are some ways to work around it but games generally do not make it possible to click the way MD clicks.
 

Lim Jason

New member
Try adding wait before next action (1s for exemple) before the click. Maybe what You want to click on is not there yet and it clicks instantly after going back.
Thanks it works,
But I have another issue though,
Does microdroid it self able solved a slider image captcha or is there any plugins or somethings else ??
As need to move the slider to fixed the puzzle, but sometimes there are 2 missing puzzle, and only 1 is correct size.
Example below.
The images below are just simply, it will be different every times, and will have 2 missing puzzle with different shape and sizes, only 1 missing puzzle is the correct one.
1698505456305.png1698505634789.png1698512074339.png|

Most games will prevent exiting when pressing back button again do I suspect that's the case here.
There are some ways to work around it but games generally do not make it possible to click the way MD clicks.
It is not a game though, just any other applications.
Having the above issue of 2 missing puzzle, where only 1 is correct.
 

Endercraft

Moderator (& bug finder :D)
It could be that the app still prevents apps from clicking.
There are apps out there specialized in solving captchas.
 

Lim Jason

New member
It could be that the app still prevents apps from clicking.
There are apps out there specialized in solving captchas.
Good Day,
Brush mentioned to add the wait, and it actually works on the app. :D

" There are apps out there specialized in solving captchas. "

1) do you perhaps can recommend a few that will work to solved the below captcha which have 2 missing puzzle and only 1 is correct within seconds or milliseconds? *(The image below is just example)
1698539414650.png

2) Is it able to work together simultaneously with microdroid ? ( As in once macro in macrodroid is run, the captcha apps will also kick in to solve)
 

Endercraft

Moderator (& bug finder :D)
I can't recommend but I've seen some pop up in forum spam, mainly for PC though. I'm not sure about Android.
 

Endercraft

Moderator (& bug finder :D)
I don't think it would be wise to do that as it's advertised as being able to mass register users on forums and it happened on this very forum 3 days ago ;) in fact they are still trying to register users (even though they're banned) : @RidgeChex @Keganmt @AldenTect @GalenSow
You can find it online if you search.
 

Lim Jason

New member
I don't think it would be wise to do that as it's advertised as being able to mass register users on forums and it happened on this very forum 3 days ago ;) in fact they are still trying to register users (even though they're banned) : @RidgeChex @Keganmt @AldenTect @GalenSow
You can find it online if you search.
I have no intend to do that and no time.
I would just want to try on that apps ( it has web website).
If for PC, which automate able to use same function or simliar as macrodroid?
 
Top