|
Post by ivanjktp on Feb 24, 2020 17:24:10 GMT
Hi iam newbie here, i try for record and play but very difficult to target (hay day) wheat and drag drop to the location. Iam using the android phone
|
|
|
Post by superchicken on Mar 7, 2021 17:29:01 GMT
I am using Record and Play to click Ads idle game, but I want to have 1 line showing the click process, what should I add to have? ------ 1 Diamond - Ads ----- touchList[index] = {"click", Location(624, 460)} waitList[index] = 31 index = index + 1 ------ 2.0 Diamond - X L ----- touchList[index] = {"click", Location(48, 45)} waitList[index] = 5 index = index + 1 ------ 2.1 Diamond - X R ----- touchList[index] = {"click", Location(673, 58)} waitList[index] = 5 index = index + 1 ------ 3 Diamond - Done ----- touchList[index] = {"click", Location(673, 26)} waitList[index] = 3 index = index + 1 ------ End Diamond ----- ------ 4 Speed Ads ----- touchList[index] = {"click", Location(626, 605)} waitList[index] = 31 index = index + 1 ------ 5.0 Speed Ads X L ----- touchList[index] = {"click", Location(48, 45)} waitList[index] = 5 index = index + 1 ------ 5.1 Speed Ads X R ----- touchList[index] = {"click", Location(671, 47)} waitList[index] = 5 index = index + 1 ------ 6 Speed - Done ----- touchList[index] = {"click", Location(691, 37)} waitList[index] = 960 index = index + 1
|
|
|
Post by rubbie on Jan 26, 2023 0:44:49 GMT
Idk if it's moved or anything but I Can't download it, could someone redirect me or something?
|
|
|
Post by AnkuLua on Jan 26, 2023 11:23:00 GMT
Idk if it's moved or anything but I Can't download it, could someone redirect me or something? The script is built inside AnkuLua (both trial and Pro2) You can use it (recordAndPlay.lua) directly.
|
|
|
Post by rubbie on Jan 27, 2023 23:59:59 GMT
Okay, and another stupid question, can you like slide/drag on record and play option ? Or is it only touch/tap options since the game I'm going for is very basic but has a bit of sliding screen involved action...
|
|
|
Post by AnkuLua on Jan 28, 2023 23:52:09 GMT
Okay, and another stupid question, can you like slide/drag on record and play option ? Or is it only touch/tap options since the game I'm going for is very basic but has a bit of sliding screen involved action... Yes. You can drag and drop (slide) You can change the behavior when playback.
|
|