|
Post by strikeforce on Apr 11, 2019 13:57:06 GMT
Hello.. im new to the forum and im really interested in the bot.. so this bot works on MOBILE android device? Does it need to be rooted and any risk of ban?
|
|
|
Post by AnkuLua on Apr 11, 2019 14:09:04 GMT
Hello.. im new to the forum and im really interested in the bot.. so this bot works on MOBILE android device? Does it need to be rooted and any risk of ban? Yes. It works on android devices and emulators. Don't need root. The risk of ban is very small since it emulates people's clicks.
|
|
|
Post by lksann on Apr 16, 2019 16:09:25 GMT
The newest version of ankulua its not working on my gakaxy s8+, using adb sw bot. It just stop when I start the script and shows me a msg saying that ankulua has stopped
|
|
|
Post by Acera on Apr 16, 2019 16:16:37 GMT
The newest version of ankulua its not working on my gakaxy s8+, using adb sw bot. It just stop when I start the script and shows me a msg saying that ankulua has stopped It has something to do with my script. I am working on a solution.
|
|
oggie
New Member
Posts: 16
|
Post by oggie on Apr 17, 2019 20:43:57 GMT
Did image detection change from 8.3.0 to 8.5.0? Because I'm running a script that runs consistently in 8.3.0, but it is failing randomly on image detection. It detects them sometimes, and other times it does not detect them. Same script, same images, only AnKuLua version changed.
|
|
|
Post by AnkuLua on Apr 17, 2019 23:09:36 GMT
Did image detection change from 8.3.0 to 8.5.0? Because I'm running a script that runs consistently in 8.3.0, but it is failing randomly on image detection. It detects them sometimes, and other times it does not detect them. Same script, same images, only AnKuLua version changed. It should not change, although we use new version of opencv. Did you use functions like usePreviousSnap(true), snapshot() or snapshotColor()? Please provide the screenshot and the images.
|
|
oggie
New Member
Posts: 16
|
Post by oggie on Apr 18, 2019 2:46:01 GMT
Did image detection change from 8.3.0 to 8.5.0? Because I'm running a script that runs consistently in 8.3.0, but it is failing randomly on image detection. It detects them sometimes, and other times it does not detect them. Same script, same images, only AnKuLua version changed. It should not change, although we use new version of opencv. Did you use functions like usePreviousSnap(true), snapshot() or snapshotColor()? Please provide the screenshot and the images. All I'm using is: pattern = Pattern( "image_file_name" ) region = Region( x, y, width, height ) if region:exists( pattern ) then ... some code ... end There's nothing to it. I had to revert back to 8.3.0 and now it is working as expected by using version 8.3.0. You could try a test script with a loop and highlight: while true do if region:exists( pattern ) then region:getLastMatch():highlight(2) end end
|
|
|
Post by AnkuLua on Apr 18, 2019 23:30:34 GMT
It should not change, although we use new version of opencv. Did you use functions like usePreviousSnap(true), snapshot() or snapshotColor()? Please provide the screenshot and the images. All I'm using is: pattern = Pattern( "image_file_name" ) region = Region( x, y, width, height ) if region:exists( pattern ) then ... some code ... end There's nothing to it. I had to revert back to 8.3.0 and now it is working as expected by using version 8.3.0. You could try a test script with a loop and highlight: while true do if region:exists( pattern ) then region:getLastMatch():highlight(2) end end Found a problem on our server that may cause behavior like yours. Please try 8.5.0 again and report the result.
|
|
oggie
New Member
Posts: 16
|
Post by oggie on Apr 19, 2019 15:45:33 GMT
All I'm using is: pattern = Pattern( "image_file_name" ) region = Region( x, y, width, height ) if region:exists( pattern ) then ... some code ... end There's nothing to it. I had to revert back to 8.3.0 and now it is working as expected by using version 8.3.0. You could try a test script with a loop and highlight: while true do if region:exists( pattern ) then region:getLastMatch():highlight(2) end end Found a problem on our server that may cause behavior like yours. Please try 8.5.0 again and report the result. Testing with 8.5.0 Will report in an hour or so... Edit: Seems to be working. It's been running and no problems so far. Thanks for the fix!!!
|
|
|
Post by justiniwini on May 5, 2019 18:44:05 GMT
goodafternoon im thinking to buy the pro just would like to ask if this works on SW in bluestacks? and do they detect it fast?
|
|
|
Post by AnkuLua on May 6, 2019 0:34:43 GMT
goodafternoon im thinking to buy the pro just would like to ask if this works on SW in bluestacks? and do they detect it fast? Yes. It works on BS and other emulators. The speed depends on your PC. You can try the trial version first. ankulua.boards.net/thread/1395/ankulua-trial-apk-download
|
|
|
Post by kjelllycke on May 7, 2019 13:23:13 GMT
Hi, is it possible to add a function for multiple scripts? (like a script manager)
ie: I have 3 scripts that need to be runned.
*Run script 1 (2x) -- *run script 2 (1x) -- *run script 3 (2x) ...
Tia
|
|
|
Post by AnkuLua on May 7, 2019 14:54:49 GMT
Hi, is it possible to add a function for multiple scripts? (like a script manager) ie: I have 3 scripts that need to be runned. *Run script 1 (2x) -- *run script 2 (1x) -- *run script 3 (2x) ... Tia You could write a script to manage it. It's more flexible.
|
|
|
Post by kjelllycke on May 7, 2019 15:02:18 GMT
Hi, is it possible to add a function for multiple scripts? (like a script manager) ie: I have 3 scripts that need to be runned. *Run script 1 (2x) -- *run script 2 (1x) -- *run script 3 (2x) ... Tia You could write a script to manage it. It's more flexible. Any idea where to find information to do this? i have found and made one, but all it does it repeating the last file( itresend)... it skips (30m TS and colexp) ******************************* -- 30M ALL-RES-COLEXP-ITRES localPath = scriptPath() dofile(localPath .. "luar/30M TS.luar") dofile(localPath .. "luar/colexp.luar") dofile(localPath .. "luar/ITresend.luar") ***********************************
|
|
|
Post by AnkuLua on May 7, 2019 15:22:57 GMT
You could write a script to manage it. It's more flexible. Any idea where to find information to do this? i have found and made one, but all it does it repeating the last file( itresend)... it skips (30m TS and colexp) ******************************* -- 30M ALL-RES-COLEXP-ITRES localPath = scriptPath() dofile(localPath .. "luar/30M TS.luar") dofile(localPath .. "luar/colexp.luar") dofile(localPath .. "luar/ITresend.luar") *********************************** If the luar files are generated by snap and play scripts. They can not be executed directly in your way. You need to understand the flow of snap and play; then write your own script.
|
|