|
Post by AnkuLua on Mar 3, 2016 12:00:58 GMT
The major differences are 30-minute run-time limitation, advertisement and cool down time.
And there are other features 5-minute time limited features and functions * Media projection screenshot * setScanInterval(), setScanRate(), getScanInterval(), getScanRate() * setBrightness()
The following features and functions are only available in pro version. * start by volume up (Control script by volume button) * stop by volume down (Control script by volume button) * Hide stop button (To avoid pressing stop button by mistake) * playMusic() (to inform user) * stopMusic() (stop playing music) * vibrate() (vibrate to inform users) * isVolumeUp(),isVolumeDown() (To detect the volume change. Provide the interaction between users and script.)
And the most importance is that your supports provide us the motivation to creation.
|
|
|
Post by Lurk on Mar 19, 2016 14:06:13 GMT
Can you give an exemple as to how to setScanRate?
|
|
|
Post by AnkuLua on Mar 19, 2016 14:11:58 GMT
Can you give an exemple as to how to setScanRate? As in ankulua.boards.net/thread/13/advanced-methodssetScanInterval(seconds), setScanRate(frequency), getScanInterval(), getScanRate() Set the scan interval or rate. Interval is the inverse of frequency. For scanning every 4 seconds, you can use either one of following setScanInterval(4)
setScanRate(1/4) getScanInterval() and getScanRate() return the corresponding values.
|
|
|
Post by Lurk on Mar 19, 2016 14:36:31 GMT
Runtime error attempt to call global `setScanInterval`(a nil value) -- ========== Settings ================ Settings:setCompareDimension(true, 357) Settings:setScriptDimension(true, 357) setScanInterval(4)
dragDrop("ballon.png", Location(165,200)) dragDrop("ballon.png", Location(165,200)) dragDrop("ballon.png", Location(165,200)) dragDrop("ballon.png", Location(165,200)) dragDrop("ballon.png", Location(165,200)) dragDrop("ballon.png", Location(165,200)) dragDrop("ballon.png", Location(165,200)) dragDrop("ballon.png", Location(165,200)) dragDrop("ballon.png", Location(165,200)) dragDrop("ballon.png", Location(165,200))
while not (exists("panierRight.png")) do wait(0.1) end dragDrop("ballon.png", Location(160,200)) while not (exists("panierRight.png")) do wait(0.1) end dragDrop("ballon.png", Location(190,200)) while not (exists("panierRight.png")) do wait(0.1) end dragDrop("ballon.png", Location(160,200)) while not (exists("panierRight.png")) do wait(0.1) end dragDrop("ballon.png", Location(190,200)) while not (exists("panierRight.png")) do wait(0.1) end dragDrop("ballon.png", Location(160,200)) while not (exists("panierRight.png")) do wait(0.1) end dragDrop("ballon.png", Location(190,200)) while not (exists("panierRight.png")) do wait(0.1) end dragDrop("ballon.png", Location(160,200)) while not (exists("panierRight.png")) do wait(0.1) end dragDrop("ballon.png", Location(190,200)) while not (exists("panierRight.png")) do wait(0.1) end dragDrop("ballon.png", Location(160,200)) while not (exists("panierRight.png")) do wait(0.1) end dragDrop("ballon.png", Location(190,200))
|
|
|
Post by AnkuLua on Apr 25, 2016 10:15:40 GMT
Make sure that you are using the latest version.
|
|
keko
New Member
Posts: 10
|
Post by keko on Jul 28, 2016 8:44:32 GMT
Hi, just got the pro version and I'm loving it! Is there a way to avoid having the script messages pop up every time I activate them and just go straight into running the script? As an example, with autoclicker, every time I activate it it shows a couple of screens with number of clicks, etc, can these screens be saved so I just press play and start running the script without going through these screens every time?
|
|
|
Post by AnkuLua on Jul 28, 2016 8:46:24 GMT
Hi, just got the pro version and I'm loving it! Is there a way to avoid having the script messages pop up every time I activate them and just go straight into running the script? As an example, with autoclicker, every time I activate it it shows a couple of screens with number of clicks, etc, can these screens be saved so I just press play and start running the script without going through these screens every time? Thanks for the support. The interface is designed in script.
|
|
keko
New Member
Posts: 10
|
Post by keko on Jul 28, 2016 9:02:19 GMT
I see, thanks for the reply, keep up the good work!
|
|
|
Post by jakomoto on Jan 12, 2017 5:32:20 GMT
Hi, I suddenly get an error something like "Trial version can only run for 2 hours" with trial version? It was able to run longer hours previously?
|
|
|
Post by AnkuLua on Jan 12, 2017 5:56:40 GMT
From now on, trial version can only run up to two hours. Thanks for the support.
|
|
|
Post by vampiredbr9 on Jan 12, 2017 16:54:37 GMT
Hi, I suddenly get an error something like "Trial version can only run for 2 hours" with trial version? It was able to run longer hours previously? Jakomoto- ankulua is an amazing tool, and to be honest I was pretty amazed at how feature packed the trial edition is, so having the script only run two hours is no hardship. Trial version is made for a trial, and the people behind ankulua are very kind, so I would highly suggest purchasing the premium edition, as it is definitely worth the upgrade!
|
|
|
Post by Sikat on Mar 16, 2017 14:41:37 GMT
And there are other features 5-minute time limited features and functions * Media projection screenshot * setScanInterval(), setScanRate(), getScanInterval(), getScanRate() * setBrightness() What does it mean? Only runs for 5 minutes ? Or two hours?
|
|
|
Post by AnkuLua on Mar 16, 2017 14:44:41 GMT
If those functions are used, the script can only run for 5 minutes. Otherwise, the run-time is 30 minutes for trial version now.
|
|
|
Post by AutoBOT on Mar 16, 2017 15:00:44 GMT
If those functions are used, the script can only run for 5 minutes. Otherwise, the run-time is 30 minutes for trial version now. wow from no limit to 2 hours and now 30min @_@ glad I already have my pro lol
|
|
|
Post by AnkuLua on Mar 16, 2017 15:09:42 GMT
Thanks for the support.
|
|