a simple option game. can i make a bot for that?

itisonson

New member
hello guys
there's this online game that it just ask questions from players and gives 3 or 4 options for answer.
so the question is that can i make a bot (or task) with macrodroid which :
1.read the strings or integers off the screen which is from a picture that contains question and answer's options. note that i don't want the bot to understand the the sentence or words but to just understand the English alphabet sitting next to each other. plus I don't need the bot to even read the question and only read the answers that come in a different row.
2.it record the process when i answer the questions and learn from me.
the thing is the position of options that the game gives will determine the correct answer.
so i need the bot to understand the positioning of the options and while i choose the right answer, it remember it (the answer and the position of the answer between 3 or 4 options).
for example:
the question: doesn't matter, whatever, blah blah blah?

the options:
cheese
butter
milk
cow

it needs to remember this combination and when i choose milk as the answer, it remember this as well.

sorry for the long long post.
so with this app is it possible to make such trigger and action combination?
if yes how ?
thank you for reading and answering.
 
Solution
so the question is that can i make a bot (or task) with macrodroid which :
1.read the strings or integers off the screen which is from a picture that contains question and answer's options.

In the first place,
it's impossible to read (recognize) 'picture'.

According to the Help card,
it'd be also impossible to handle a "canvas" object on such a Game screen.

As you can see the guidance of Troubleshooting,
it's not recommended to use MacroDroid as a "cheat" tool.

JA-Translator

Moderator
so the question is that can i make a bot (or task) with macrodroid which :
1.read the strings or integers off the screen which is from a picture that contains question and answer's options.

In the first place,
it's impossible to read (recognize) 'picture'.

According to the Help card,
it'd be also impossible to handle a "canvas" object on such a Game screen.

As you can see the guidance of Troubleshooting,
it's not recommended to use MacroDroid as a "cheat" tool.
 
Solution

RagenVox

New member
Creating a bot for that game could be a fun project! While I haven't used MacroDroid specifically for this, I've dabbled in similar automation. You'll need to capture and analyze screen elements and work on recognizing patterns. It works like roll a die. It might take some trial and error, but it's definitely doable. Start small and build up your bot's capabilities over time. Good luck, and have fun experimenting!
 
Last edited:
Top