|
Post by AnkuLua on Nov 2, 2016 15:09:28 GMT
No. You can use lua math.random function.
|
|
|
Post by myacct on Nov 11, 2016 2:12:47 GMT
can add an function to detect what Android Version??
|
|
|
Post by AnkuLua on Nov 11, 2016 3:05:23 GMT
|
|
|
Post by nevaehy on Mar 20, 2017 14:27:03 GMT
Hi, any methods to zoom?
|
|
|
Post by AnkuLua on Mar 21, 2017 1:19:43 GMT
|
|
|
Post by d354n on Apr 16, 2017 7:47:48 GMT
dragDrop(PSMRL, PSMRL): setDragDropTiming(downMs, upMs) setDragDropStepCount(stepCount) setDragDropStepInterval(intervalMs)
hi ankulua, what is the default value if not set for: downMs upMs stepCount intervalMs thanks
|
|
|
Post by brownchoco on Dec 13, 2017 13:45:12 GMT
Please also add no find exception for find(). That will be nice.
|
|
|
Post by Exilereven on Dec 13, 2017 13:55:08 GMT
FindAllNoFindException()
Already there
|
|
|
Post by brownchoco on Dec 14, 2017 10:14:43 GMT
FindAllNoFindException() Already there That is for "findAll()". I do not know a way to avoid exception in "find()".
|
|
|
Post by Mercobots on Dec 14, 2017 10:47:03 GMT
FindAllNoFindException() Already there That is for "findAll()". I do not know a way to avoid exception in "find()". findAllNoFindException(PS) It's the same as findAll() except that no exception will be thrown.
|
|
|
Post by Mercobots on Dec 14, 2017 11:04:27 GMT
AnkuLuaI think would be nice add Fast click down and fast click extra delay as functions , somthing like setAlternativeClick() is not the most important but it would be nice to be able to add to our bot config as an option instead explaining it to all users
|
|
|
Post by Exilereven on Dec 14, 2017 12:33:07 GMT
AnkuLuaI think would be nice add Fast click down and fast click extra delay as functions , somthing like setAlternativeClick() is not the most important but it would be nice to be able to add to our bot config as an option instead explaining it to all users I agree, would love to see this implemented.
|
|
|
Post by AnkuLua on Dec 14, 2017 23:55:46 GMT
AnkuLua I think would be nice add Fast click down and fast click extra delay as functions , somthing like setAlternativeClick() is not the most important but it would be nice to be able to add to our bot config as an option instead explaining it to all users I agree, would love to see this implemented. The idea is that user can change the timing according to their machines without changing the script. And the fast click is still in beta, can't guarantee that it works in all machines.
|
|
|
Post by zbel on Jun 25, 2018 21:53:00 GMT
hi, sorry for this dumb question (since i'm only used to hexa color), how to convert hexa color to lua color ?
|
|
|
Post by google on Jun 25, 2018 23:52:52 GMT
hi, sorry for this dumb question (since i'm only used to hexa color), how to convert hexa color to lua color ? what do u mean by lua color like rgb?
|
|