Post by AnkuLua on Aug 28, 2015 8:56:49 GMT
Welcome to the World of AnkuLua.
AnkuLua is an Android app that focus on the automation of any Android app.
The basic operations are:
The features are:
✓Directly use for Android 7.0 and above versions
✓no root required if installing daemon from PC for Android less than 7.0
✓Record your script directly. No need to write the script.
ankulua.boards.net/thread/326/general-script-most-games-snap
✓one script for all devices
✓use simple Lua script language
✓straightforward usage
✓fast image matching
✓auto click/tap
with AnkuLua, users can do followings, but not limited to
✓click on pictures (with offset)
✓wait for pictures to appear in specified time
✓wait for pictures to vanish in specified time
✓type texts
✓sent key event (like home, back)
✓drag and drop from one picture to another one
✓set similarity to compared pictures
✓search only some regions of the screen
✓highlight
✓zoom
✓doubleClick
✓ longClick
Install free AnkuLua Trial or unlimited AnkuLua Pro2 apk
AnkuLua Trial: ankulua.boards.net/thread/1395/free-ankulua-trial-apk-download
AnkuLua Pro2: ankulua.boards.net/thread/204/ankulua-pro2
For any questions, post them here or send email to ankulua@gmail.com.
Why Called AnkuLua?
AnkuLua is the combination of three words, Android, Sikuli and Lua.
For the first word, Android, we need no explanation.
The second word, sikuli, is an PC automation tools. AnkuLua adopts the structure of Sikuli.
We will go back to learn more about sikuli APIs in the future.
For more information about Sikuli, please visit Sikuli/Silulix web page.
Sikuli chooses python as the scripting language. However, we didn't find a way to use python in Android.
Therefore, Lua is chosen instead. And that's the third word of AnkuLua.
We will come back to Lua later.
Use AnkuLua
Before we going on, please install AnkuLua trial or AnkuLua Pro on your Android devices.
The existing script cannot meet your requirement?
Can not find scripts that you need?
Why not developing your own? It's easy.
AnkuLua is an Android app that focus on the automation of any Android app.
The basic operations are:
- take screen snap shop and look for specific image on the screen
- take some actions (such as click, drag and drop and etc.) based on the searching result
The features are:
✓Directly use for Android 7.0 and above versions
✓no root required if installing daemon from PC for Android less than 7.0
✓Record your script directly. No need to write the script.
ankulua.boards.net/thread/326/general-script-most-games-snap
✓one script for all devices
✓use simple Lua script language
✓straightforward usage
✓fast image matching
✓auto click/tap
with AnkuLua, users can do followings, but not limited to
✓click on pictures (with offset)
✓wait for pictures to appear in specified time
✓wait for pictures to vanish in specified time
✓type texts
✓sent key event (like home, back)
✓drag and drop from one picture to another one
✓set similarity to compared pictures
✓search only some regions of the screen
✓highlight
✓zoom
✓doubleClick
✓ longClick
Install free AnkuLua Trial or unlimited AnkuLua Pro2 apk
AnkuLua Trial: ankulua.boards.net/thread/1395/free-ankulua-trial-apk-download
AnkuLua Pro2: ankulua.boards.net/thread/204/ankulua-pro2
For any questions, post them here or send email to ankulua@gmail.com.
Why Called AnkuLua?
AnkuLua is the combination of three words, Android, Sikuli and Lua.
For the first word, Android, we need no explanation.
The second word, sikuli, is an PC automation tools. AnkuLua adopts the structure of Sikuli.
We will go back to learn more about sikuli APIs in the future.
For more information about Sikuli, please visit Sikuli/Silulix web page.
Sikuli chooses python as the scripting language. However, we didn't find a way to use python in Android.
Therefore, Lua is chosen instead. And that's the third word of AnkuLua.
We will come back to Lua later.
Use AnkuLua
Before we going on, please install AnkuLua trial or AnkuLua Pro on your Android devices.
- Daemon installation (Not needed if your device already rooted.)
- First example: the usage of AnkuLua in real application
- General script for most games: snap and play
- Record locations and play script
- Game scripts
The existing script cannot meet your requirement?
Can not find scripts that you need?
Why not developing your own? It's easy.