Pokemon GO Coin Purchases

TrivialTV

New member
Hey guys.

So I am wanting to use the MacroDroid to repetitively purchase coins on Pokemon Go.
Basically wanting it to Press down on a certain part of the screen where the coin button is, then press purchase when Google Store pops Up.
Wait 10 Seconds
Repeat
Quantity being able to be edited so it will stop after repeating a certain amount of times.

Is this doable?
 

Pseudocyclic

Well-known member
MacroDroid has actions that mimic the screen being touched (and a Wait action), so it may be possible.

In practice nobody can guarantee it will work with the exact apps and screens and elements you want to interact with without installing those apps on an identical device to yours and trying it.
 

Pseudocyclic

Well-known member
UI Interaction.

To locate any trigger, action, or constraint, utilise the search (magnifying glass) icon at the top of the screen that lists the relevant categories.
 

TrivialTV

New member
Hey Jacob, I added a repeat action at the bottom of what i created. However it doesnt trigger the whole thing to repeat. I have one click wait 2 One Click Wait 10 Repeat actions It does the click / wait / click right but then doesnt continue to repeat 5 times. Do i need to somehow put repeat somewhere else?
 

TrivialTV

New member
Also what can I add in that will stop the repeat if we need to stop it?
I tried locking the phone and what not but that didnt work
 

Pseudocyclic

Well-known member
Hey Jacob, I added a repeat action at the bottom of what i created. However it doesnt trigger the whole thing to repeat. I have one click wait 2 One Click Wait 10 Repeat actions It does the click / wait / click right but then doesnt continue to repeat 5 times. Do i need to somehow put repeat somewhere else?
The Repeat action goes immediately before the first action you want to repeat, the End Loop goes immediately after the last action you want to repeat.
 
Top