|
Post by AnkuLua on Sept 9, 2015 1:45:59 GMT
Video LinkDownload the script here.Save the script to /sdcard/AnkuLua if possible. Or you can find "tapTitans.lua in directory /sdcard/Download. Run AnkuLua and select the script. The click on "Start Service" button. A "play" (triangle) opaque button will appear on lower left corner. Switch to Tap Titans. Click the "play" button on lower left corner. That's it. Enjoy. AnkuLua taps the screen quickly (crazily). To stop it, may need to click the stop buttons many times. For any problem or question, post it here or send email to ankulua@gmail.com.
|
|
|
Post by AnkuLua on Sept 9, 2015 2:05:49 GMT
This script uses only one function except settings, continueClick.
continueClick(x, y, xRandom, yRandom, times) This function will tap on the range from (x, y) to (x + xRandom, y + yRandom) for times times.
Free to modify the script.
|
|
|
Post by jekolicious on Apr 22, 2016 7:55:57 GMT
Not working for me.
|
|
|
Post by AnkuLua on Apr 22, 2016 8:37:50 GMT
What's the problem? What's your device? Is it rooted? Any screenshot?
|
|
|
Post by jekolicious on Apr 22, 2016 12:29:37 GMT
I tried it on other game (stellacept) cause taptitan script is burst taps in single location. But it does'nt work. My device is Asus Zenfone Selfie 5.0.2 lollipop. Not rooted.
|
|
|
Post by AnkuLua on Apr 22, 2016 12:43:00 GMT
I tried it on other game (stellacept) cause taptitan script is burst taps in single location. But it does'nt work. My device is Asus Zenfone Selfie 5.0.2 lollipop. Not rooted. You may need to change the location.
|
|
|
Post by jekolicious on Apr 22, 2016 13:25:28 GMT
How can i change the location?
|
|
|
Post by AnkuLua on Apr 22, 2016 13:44:15 GMT
Change the first 2 values of continueClick for coordinates x and y.
-- ========== Settings ================ Settings:setCompareDimension(true, 540) Settings:setScriptDimension(true, 540)
-- ========== main program =========== while (true) do continueClick(270, 320, 20, 20, 100) end
|
|
|
Post by jekolicious on Apr 28, 2016 9:37:06 GMT
Change the first 2 values of continueClick for coordinates x and y. -- ========== Settings ================ Settings:setCompareDimension(true, 540) Settings:setScriptDimension(true, 540)
-- ========== main program =========== while (true) do continueClick(270, 320, 20, 20, 100) end How can I edit it? Do i need a certain app to edit it?
|
|
|
Post by AnkuLua on Apr 28, 2016 9:53:00 GMT
Any text editor works
|
|
kambo
New Member
Posts: 3
|
Post by kambo on May 2, 2016 13:31:00 GMT
Change the first 2 values of continueClick for coordinates x and y. -- ========== Settings ================ Settings:setCompareDimension(true, 540) Settings:setScriptDimension(true, 540)
-- ========== main program =========== while (true) do continueClick(270, 320, 20, 20, 100) end
|
|
kambo
New Member
Posts: 3
|
Post by kambo on May 2, 2016 13:32:36 GMT
Change the first 2 values of continueClick for coordinates x and y. -- ========== Settings ================ Settings:setCompareDimension(true, 540) Settings:setScriptDimension(true, 540)
-- ========== main program =========== while (true) do continueClick(270, 320, 20, 20, 100) end which number will let it click to ( left screen bottom middle)
|
|
|
Post by jekolicious on May 13, 2016 9:45:45 GMT
How can i know what is the location x and y?
|
|
|
Post by AnkuLua on May 13, 2016 10:29:25 GMT
Get the screenshot of your device. Open it with Microsoft paint Resize it to width 540. Move the mouse and the coordinates are at the lower left corner.
|
|
|
Post by arosci on Jun 1, 2016 22:28:25 GMT
Thanks for the great Script! Works perfectly.
|
|