thinking of buying this app one question
Moderator: Martin
-
- Posts: 13
- Joined: 20 Feb 2014 14:33
thinking of buying this app one question
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
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
Re: thinking of buying this app one question
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
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
-
- Posts: 13
- Joined: 20 Feb 2014 14:33
Re: thinking of buying this app one question
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
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
Re: thinking of buying this app one question
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:
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
-
- Posts: 13
- Joined: 20 Feb 2014 14:33
Re: thinking of buying this app one question
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
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
Re: thinking of buying this app one question
Check the diy-actions/execute root command topic at the user help forum. That should give you a pretty good start.
-
- Posts: 13
- Joined: 20 Feb 2014 14:33
Re: thinking of buying this app one question
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 :/
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 :/
Re: thinking of buying this app one question
The input-command accepts plain numbers for x and y, a command like this should work:
input tap 781 1120
input tap 781 1120
-
- Posts: 13
- Joined: 20 Feb 2014 14:33
Re: thinking of buying this app one question
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
-
- Posts: 13
- Joined: 20 Feb 2014 14:33
Re: thinking of buying this app one question
Just paid for the app thanks guys will be popping back to see if I can offer help from time to time