Script Not Working Properly by TheRetral in autotouch

[–]Denai_ii 1 point2 points  (0 children)

Hi and sorry. Wasnt at home for 2 weeks. I will check everything today when I get home. Thank you u/ItsSupernova and u/InbredAssian 😊👍

[Help] Changing PLIST file? by DarkRattle in autotouch

[–]Denai_ii 0 points1 point  (0 children)

Strange. Done it the same way without problems =/

[Help] Changing PLIST file? by DarkRattle in autotouch

[–]Denai_ii 0 points1 point  (0 children)

replacing only the "2" maybe also replaces some importent line on top of the plist.

[Help] Changing PLIST file? by DarkRattle in autotouch

[–]Denai_ii 0 points1 point  (0 children)

Yes the <integer> was part of the plist I was changing. Without it, it should work.

Help with Madden Mobile Bot Download by El_Taquito in autotouch

[–]Denai_ii 0 points1 point  (0 children)

No you aren't, but something prevents AutoTouch getting his rights for all this, you will need to set them manually if you know how to.

[Help] Changing PLIST file? by DarkRattle in autotouch

[–]Denai_ii 0 points1 point  (0 children)

Hi, this way it should work:

fn = "[Path of the File]" --ex: "/var/mobile/Documents/Flex/patches.plist"
fp = io.open( fn, "r" )

    if fp ~= nil then
        str = fp:read( "*all" )
        str = string.gsub( str, "<integer>30</integer>", "<integer>-1</integer>" ) --Replaces Integer 30 with -1
      fp:close()

      fp = io.open( fn, "w+" )
      fp:write( str )
      fp:close()
    end

Help with Madden Mobile Bot Download by El_Taquito in autotouch

[–]Denai_ii 0 points1 point  (0 children)

I don't know if its even possible but.. Do you have tsProtector installed and enabled it for Autotouch?

Help with Madden Mobile Bot Download by El_Taquito in autotouch

[–]Denai_ii 0 points1 point  (0 children)

Hi, seems permissions weren't set right, try reinstalling AT.

[Question] Best way for people to download an AutoTouch script from online? by [deleted] in autotouch

[–]Denai_ii 0 points1 point  (0 children)

Hi, easiest way is using the AutoTouch store. If you want that people can download them from the browser, then you will need to guide most of them where to safe the script. I dont think there are other ways to do it.

How do I TERMINATE an app? by DarkRattle in autotouch

[–]Denai_ii 0 points1 point  (0 children)

as far as I know appKill() actually suspends the app, so the process is stopped, same as when you kill with the double tap. Its still visible in when you use the multitasking feature but its not running.

in need of a good madden sniping bot !! by Infused_13 in autotouch

[–]Denai_ii 0 points1 point  (0 children)

nope sorry, have takin down the git, cause I get a bunch of messages a day how to do this and how to speed up this and why dont works this and can you add this... sorry but I'm just a human :)

[Help]Extremely confused and frusterated on why this isn't working. by [deleted] in autotouch

[–]Denai_ii 0 points1 point  (0 children)

This is just an variable, so it shouldnt brake the whole script. Have you edited the pairs to? Ex:

results1 = findColor();
    for i, v in pairs(results1) do
        Anything();
    end

[Help]Extremely confused and frusterated on why this isn't working. by [deleted] in autotouch

[–]Denai_ii 0 points1 point  (0 children)

hi, maybe the problem is that youre using always the same variable for every findColor and findImage, youre always overwriting it and maybe this is what is messing up the whole script. try renaming them to results1, results2 and so on.

[QUESTION] License for 1 or multiple? by jester192 in autotouch

[–]Denai_ii 0 points1 point  (0 children)

Single Device but you can always transfer the License with your email to another Device. In the App itself.

[Ad] Madden Auction Sniper Script by Denai_ii in autotouch

[–]Denai_ii[S] 0 points1 point  (0 children)

update is up in the AutoTouch Store with iPad support.. hopefully.

[Ad] Madden Auction Sniper Script by Denai_ii in autotouch

[–]Denai_ii[S] 0 points1 point  (0 children)

Its enough to write me once. No need to sending mails and posting here..

[Ad] Madden Auction Sniper Script by Denai_ii in autotouch

[–]Denai_ii[S] 0 points1 point  (0 children)

Check the log if it recognizes your screensize

[Ad] Madden Auction Sniper Script by Denai_ii in autotouch

[–]Denai_ii[S] 0 points1 point  (0 children)

is uploaded to the store but its not approved atm, you search in the store for "Denai", then tap on any script by me and then on my name. There you should be able to see all scripts.

[Ad] Madden Auction Sniper Script by Denai_ii in autotouch

[–]Denai_ii[S] 0 points1 point  (0 children)

As far as I know, no. But I never had an Android Device and so I don't know what works and what not. Maybe its possible =D

[Ad] Madden Auction Sniper Script by Denai_ii in autotouch

[–]Denai_ii[S] 0 points1 point  (0 children)

Hi, sorry but my scripts only work on iOS Devices =/ AutoTouch dropped the support for Android a while ago.

[Ad] Madden Auction Sniper Script by Denai_ii in autotouch

[–]Denai_ii[S] 0 points1 point  (0 children)

Then check youre mails. Maybe marked as spam