|
Post by tinotk on Jun 16, 2016 1:06:06 GMT
This is a simple script for those of you who are too lazy to write the code, or for doing simple tasks that require fixed coordinate clicks. Download here (version 1.0) For v1.1, please visit Github link below to download.I've uploaded the .lua file to the following github for everyone to improve the code:github.com/tinotk/autoclickerChangelog: v1.1:- Added Random offset - Enter your own # of clicks v1.0:- First release How to use:1. Enter number of clicks location. 2. Enter XY coordinate for each click location, wait time between click locations (in seconds), continuous click or single click, 3. Enjoy Note:- If continuous is checked, the script will click at the location for 100 times (using continueClick()) - Check Randomize if you want the script to perform random clicks about the original location. Be sure to enter a random offset (in pixel), the new coordinate will be XY ± "your random offset range". - The script will keep clicking until you stop it. What can you do with this?- Anything that needs to be clicked at a fixed coordinate like farming stuff in RPG games, or watch ad for free gems in some gems...
|
|
|
Post by thorin on Jun 16, 2016 3:21:14 GMT
Can this click more than one location at the same time?
|
|
|
Post by tinotk on Jun 16, 2016 3:44:36 GMT
Can this click more than one location at the same time? Of course, the script can click upto 5 locations. As you can see the result on screenshot 3. After done clicking it will loop again until you stop it. Just plug in the coordinates and you are good to go. I didn't use removePreference() so the old inputs should stay the same.
|
|
|
Post by thorin on Jun 16, 2016 4:18:26 GMT
Great thanks. So I just need to figure out what the coordinates are for the location on the screen I want to click. Is there a way to tap once and have Ankulua give you the coordinates that you just tapped?
|
|
|
Post by tinotk on Jun 16, 2016 4:39:47 GMT
Great thanks. So I just need to figure out what the coordinates are for the location on the screen I want to click. Is there a way to tap once and have Ankulua give you the coordinates that you just tapped? Finding coordinates on your device is very easy. Just go to Settings > Developer options (if you don't see it, goto Settings > About and tap on Build 5 times), then enable Show pointer location. If you are using emulator like BS, you might want to take a screenshot of it, then paste it to Paint to get the coordinates.
|
|
|
Post by doza on Jun 17, 2016 11:16:11 GMT
the GOD! <3
|
|
Kako
Contributors
Posts: 105
|
Post by Kako on Jun 17, 2016 20:27:45 GMT
This is a simple script for those of you who are too lazy to write the code, or for doing simple tasks that require a fixed coordinate clicks. Download here
How to use:1. Select number of clicks location. 2. Enter XY coordinate for each click location, wait time between click locations (in seconds), continuous click or single click 3. Enjoy If continuous is checked, the script will click at the location for 100 times (using continueClick()) What can you do with this?- Anything that needs to be clicked at a fixed coordinate like farming stuff in RPG games, or watch ad for free gems in some gems... Nice job, tinotk! I got another suggestion for you! Why not put this code on GitHub (or any other Git hosting site), in case someone would like to contribute to it? Since you seem quite the coder, I assume you're already familiar with Git (or maybe another version control software). If you're not, feel free to contact me
|
|
|
Post by mahnster on Jun 18, 2016 0:01:51 GMT
This thing is amazing. Appreciate it! Used for taichipanda heroes to get the 205 inviting bonus and was extremely easy to setup and busted em out in no time!
|
|
|
Post by tinotk on Jun 18, 2016 19:25:37 GMT
This is a simple script for those of you who are too lazy to write the code, or for doing simple tasks that require a fixed coordinate clicks. Download here
How to use:1. Select number of clicks location. 2. Enter XY coordinate for each click location, wait time between click locations (in seconds), continuous click or single click 3. Enjoy If continuous is checked, the script will click at the location for 100 times (using continueClick()) What can you do with this?- Anything that needs to be clicked at a fixed coordinate like farming stuff in RPG games, or watch ad for free gems in some gems... Nice job, tinotk! I got another suggestion for you! Why not put this code on GitHub (or any other Git hosting site), in case someone would like to contribute to it? Since you seem quite the coder, I assume you're already familiar with Git (or maybe another version control software). If you're not, feel free to contact me Sure, I'll upload it to github. I do have a github account but never use it
|
|
|
Post by itsrookiegirl on Jun 23, 2016 11:56:07 GMT
hello there thanks for your great job, i have a question about your script that is when i copied the .lua file in a folder i named "autoclicker" and paste it in ankulua folder in sdcard, then ran the script the error was: how do i use your script for my " project" please help me i really need your guidance
|
|
|
Post by tinotk on Jun 23, 2016 19:22:51 GMT
hello there thanks for your great job, i have a question about your script that is when i copied the .lua file in a folder i named "autoclicker" and paste it in ankulua folder in sdcard, then ran the script the error was: how do i use your script for my " project" please help me i really need your guidance I'm not sure why you're getting the error with addSpinnerIndex(), I made a revised version using addSpinner() instead of the other one for you, you can give it a try: download here.Also, are you running lastest Ankulua by any chance? If you please update it and try again.
|
|
|
Post by itsrookiegirl on Jun 23, 2016 21:17:35 GMT
I'm not sure why you're getting the error with addSpinnerIndex(), I made a revised version using addSpinner() instead of the other one for you, you can give it a try: download here.Also, are you running lastest Ankulua by any chance? If you please update it and try again. Hello thanks for your reply; i use your file that you uploaded in Dropbox and selected that in Ankulua app then started but the page popped up that was not like your post! My app version is the last version! i.imgsafe.org/c50fd4a5ba.jpg/IMG]
|
|
|
Post by tinotk on Jun 23, 2016 21:44:27 GMT
I'm not sure why you're getting the error with addSpinnerIndex(), I made a revised version using addSpinner() instead of the other one for you, you can give it a try: download here.Also, are you running lastest Ankulua by any chance? If you please update it and try again. Hello thanks for your reply; i use your file that you uploaded in Dropbox and selected that in Ankulua app then started but the page popped up that was not like your post! My app version is the last version! i.imgsafe.org/c50fd4a5ba.jpg/IMG]Looks like your Ankulua is out of date. Please update to latest version.
|
|
Kako
Contributors
Posts: 105
|
Post by Kako on Jun 23, 2016 22:20:39 GMT
I'm not sure why you're getting the error with addSpinnerIndex(), I made a revised version using addSpinner() instead of the other one for you, you can give it a try: download here.Also, are you running lastest Ankulua by any chance? If you please update it and try again. Hello thanks for your reply; i use your file that you uploaded in Dropbox and selected that in Ankulua app then started but the page popped up that was not like your post! My app version is the last version! Please install the trial version from the Play Store (won't overwrite anything, so don't worry) and see if there's any difference
|
|
keko
New Member
Posts: 10
|
Post by keko on Jul 28, 2016 8:36:23 GMT
Hi and thanks for your amazing help!
Here's what I see on my unrooted phone:
imgur.com/a/H7axt
Can't see the randomize option in the new version while in portrait mode, just the offset below. Is there a way to randomize which pixel to click on each click instead of a whole cycle of 30+clicks?
|
|