thinking of buying this app one question

General discussions about Automagic and automation in general

Moderator: Martin

UnHappyManager
Posts: 13
Joined: 20 Feb 2014 14:33

thinking of buying this app one question

Post by UnHappyManager » 20 Feb 2014 14:49

Hello I think this is the kinda app I need and have been looking for for a while now,
I have been running an auto task app as in it copys my touchs on screen this is for a game, but they have started to ban ppl for this so I'm starting to think cos the game stays online 24/7 this is obviously not a human playing, what I hope this app can do is...

start up the game run the script with the app that copys my moves then shut down the game for 10mins and relaunch the game and start up the auto touch screen program and repeat this process over and over.

Is this possible with this app if so I'll be burying :p

thanks in advance

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: thinking of buying this app one question

Post by Martin » 20 Feb 2014 16:51

Hi,

Simulating touch input in a game usually requires a rooted device and action Execute Root Command: input tap x y.
If you have a rooted device, you can use the free evaluation version of Automagic to see if this works on your device: http://automagic4android.com/en/evaluation

Regards,
Martin

UnHappyManager
Posts: 13
Joined: 20 Feb 2014 14:33

Re: thinking of buying this app one question

Post by UnHappyManager » 20 Feb 2014 17:40

Hello yes I have been trying it out and of course my android phone is rooted :p.
you mean to tell me this app has the auto touch option as well oh boy oh boy rofl I'll look it up so for looks really good but looks a little laggy but will see :)

can you recommend an app to find out my x and y precision

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: thinking of buying this app one question

Post by Martin » 20 Feb 2014 17:58

Many devices provide a setting in the developer options to show the pointer location (settings->Developer options->Pointer location).

Action Execute Root Command is quite slow since it has to start a process as root. You can execute multiple commands in one action which could speed up the action a bit:

Code: Select all

input tap x1 y1;input tap x2 y2

UnHappyManager
Posts: 13
Joined: 20 Feb 2014 14:33

Re: thinking of buying this app one question

Post by UnHappyManager » 21 Feb 2014 02:12

Hello I had a go at this but I think I'm missing something I have a Samsung s4 hope the touch works for it, I see the app asks Su for access and it gets granted but then it does nothing is there a step by step guide for this anywhere?
I don't wanna be spoon fed just a few tips I'm normally pretty good with this kinda stuff thanks
sorry im on about the Execute Root Command xy stuffs

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: thinking of buying this app one question

Post by MURTUMA » 21 Feb 2014 02:32

Check the diy-actions/execute root command topic at the user help forum. That should give you a pretty good start.

UnHappyManager
Posts: 13
Joined: 20 Feb 2014 14:33

Re: thinking of buying this app one question

Post by UnHappyManager » 21 Feb 2014 03:21

Thank you I think my problem is I did not give it a working dictionary but I can't seem to find anything related to what they said to look for from that site they listed any tips?

just sawy logs file


21.02.2014 01:19:58.894 [Flow1] Action 'Execute Root Command: input tap <x781.0> <y1120.0> in ' stderr=sh: <stdin>[1]: syntax error: '<' unexpected filed
Got this :/

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: thinking of buying this app one question

Post by Martin » 21 Feb 2014 18:11

The input-command accepts plain numbers for x and y, a command like this should work:
input tap 781 1120

UnHappyManager
Posts: 13
Joined: 20 Feb 2014 14:33

Re: thinking of buying this app one question

Post by UnHappyManager » 21 Feb 2014 18:58

Oh wow now I feel really stupid..... of course that would work thanks all good now I'll test and buy before my free time runs out

UnHappyManager
Posts: 13
Joined: 20 Feb 2014 14:33

Re: thinking of buying this app one question

Post by UnHappyManager » 21 Feb 2014 20:21

Just paid for the app :) thanks guys will be popping back to see if I can offer help from time to time

Post Reply