Replies: 17 comments 5 replies
-
Hello, I wish use your program for activate and desactivate Google ads and Microsoft ads campagns on my smartphone. I have 6 campaigns each requiring 3 or 4 clicks. For the moment, I am discovering the application. At the moment, I have some difficulties, although I managed to program a few clicks. |
Beta Was this translation helpful? Give feedback.
-
I use it for game login and auto-farming. It would be nice if there would be a randomization component to the swipe zones. It took me awhile to figure out how to get the image detection running too, and I had to fiddle around with the wait times. A lot of these types of apps use lua scripting so if it could produce autogenerated code and import scripts via the UI that would be fabulous. There are open source projects to this effect, so it shouldn't be overly difficult to implement and understand what's going on. Take a look at easy macro maker and the another eden fish bot, which uses fuzzy image recognition and automatically moves your screen image around for a best match, although this relies on windows in Windows applications. Products like Ankalua and Macrorify are charging obscene amounts for simple scripting that's readily available on iOS and various Windows applications so it's fantastic that this exists and is open sourced. I strongly suggest that there be sample videos on YouTube to introduce basic use cases, because there is no useful help or documentation whatsoever. |
Beta Was this translation helpful? Give feedback.
-
For games mostly for now. Especially on games with a lot of grinding. |
Beta Was this translation helpful? Give feedback.
-
So well. Currently i'm trying to make a leech script for World flipper. So i could get over the multiplayer grinding quite fast. Because fights takes from seconds to 10-15 minutes. My only problem is that i can't tell it to do specific action once. Or i just haven't figured it out. |
Beta Was this translation helpful? Give feedback.
-
I hesitated to join this discussion because the truth is I don't use this app that often and I didn't want to negatively affect the motivation of the developer. I mostly defer to scripting things in Termux for portability (Bash, Python) or using Key Mapper which takes a different approach to automation. Despite the name, Key Mapper's actions can be triggered from other apps such as Termux's version of I didn't intend post here to advertise for the "competition" of Smart AutoClicker: Sorry if it came off that way. These are just the tools I use and how I generally use them. KeyMapper is currently limited in its screen tapping capabilities with just an action for To get to the main topic: There are actions that would normally require root or that are difficult in other FOSS automation apps. Smart AutoClicker, due to it's image recognition, could do these things very well:
EDIT: Thank you for the app. I reread my first paragraph and want to be very clear that I'm grateful for this app and there's clearly many things Smart AutoClicker can do that other FOSS/FDroid apps can't. TODO: feature requests I thought of while writing this long post: |
Beta Was this translation helpful? Give feedback.
-
I've been using your tool a lot. I have 8 scenarios on my phone, but only use 2-3, which have 6-9 clicks. The Tower Game and C.A.T.S. are the ones I have primarily tinkered with. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
How many scenarios do you have ?
How many events in average ?
What are you automating ? A game (which one) ? something else ?
I don't need to know everything, but anything you think might be interesting for me can be great !
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your note, that’s a inspiration.
Since the UI is the matter which I have no idea about,
may another feat req: negative condition(the current screen not match the target detection -> true)?
On Apr 25, 2022, at 16:39, Nain57 ***@***.******@***.***>> wrote:
Hi ! Thanks for your feedback.
For the combination controls: at first, I was aiming at the same kind possibilities, but it turned out to be very complicated to find a simple UI for it.
It is good to know that you can achieve similar results by creating a copy of your event and changing the conditions on it:
Let's say you want, with your method:
Event1 [(cond1 & cond2) || cond3)]
With my method, you will have a similar result by doing:
Event1 [(cond1 & cond2)]
Event1Copy [cond3]
Hope this helps !
—
Reply to this email directly, view it on GitHub<#57 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACWDZFBJFLGDHDVFY6MZ4KTVGZK3DANCNFSM5F3AX6UA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Im automating a game where I can click a health potion button repeatedly until the health level is fully restored. Could we have two set of actions? One for negative and one for positive result of the conditions. Image below is just for reference. |
Beta Was this translation helpful? Give feedback.
-
Hi !
Thanks very mutch for this app ! |
Beta Was this translation helpful? Give feedback.
-
I came across your app while Iwas looking for an auto clicker which can detect the location of a customers or the zip code of the area of which the restaurant orders coming from of the food delivery app I'm using. It will help me a lot if you ever developed a logarithm which can work well for this feature. Best regards. |
Beta Was this translation helpful? Give feedback.
-
I have carpal tunnel and the less I have to tap on the screen, the better it is for my health. I was looking for a macro that could do an action based on image recognition. I use it click on Google reCaptcha but the prompt could be in 5 minutes or 5 hours. Performing the action based on the image is more reliable in this case. One request I'd like to ask is better detection of ad close buttons (usually a white circle with a x inside). Maybe changing the screen image to B&W, or somehow filtering the background image, so certain ad shapes like white with a X or a double sideways chevron (to go to Play Store) are detected reliably and the correct action performed. |
Beta Was this translation helpful? Give feedback.
-
Hi, I use auto clicker with 2 different setups with a game I play.
In my scenario with this particular game this smart clicker does everything I could want. Some other auto clickers out there offer anti-detection settings in their options. I'm assuming this varies the time between clicks and also the exact location of the click on the screen. I'm not sure how many games/apps actively try to detect clickers or not. Not sure if you can add something like this to a future version to be on the safe side for your users. And if you could do anything to reduce the power consumption of this app that would be appreciated too ;) Running just the game while plugged into a standard USB computer port the phone battery charge percentage would slowly go up but with your app running as well as the game the battery percentage slowly goes down under the same conditions. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
I use it inn a game , I have around 11 scenarios, 4 are still in dev. bugs : quite a few issues of the game killing the app because of low memory Also a few examples with the intent, in a doc, would be greatly appreciated. Also thank you for the great work |
Beta Was this translation helpful? Give feedback.
-
Hi! I've been using this app a lot lately. Many thanks for developing and open sourcing it to the community, you rock! The usage has been mostly with the game Summoner's Greed. It involves a lot of AFK farming with recurring events, which are easily detectable and I've been able to make 3 scenarios to auto farm these levels. They have between 5 to 9 events each. The game also has some exploity mechanics with the progress saving on Facebook, which lets you re-roll multiple times without wasting resources or time. I've been able to orchestrate the FB Connect/Disconnect once and the copy event feature has been life saver for the 3 other scenarios using this exploit. Due to higher complexity, this scenarios have between 6 to 15 events each, and here is where I would like to suggest some features. In these complex scenarios, there are a couple of repetitive patterns I've been able to perform to produce a flow of validation:
Also, there are a couple of QoL improvements you may find interesting:
I think these are some of the simpler improvements, that would indeed make the UI more complex but the tool more powerful. In order to avoid user confusion, any of these functionalities can be enabled by some toggles on the main app menu, so to let advanced users play a little bit more. As an endgame, I believe the UI would be much more powerful if the events and scenarios could be managed in a node-like graph, linking stuff between each other, effectively building a state machine of some sort. You can find some inspiration on the while True: learn() game, I found it both entertaining and inspiring! BTW, if you need an extra hand, I've been trying to dive into the code to implement some of these features myself. We can connect and do some onboarding for easier understanding of the codebase and do some pair programming! I would be more than glad to do so. Again, infinite thanks for making such an amazing and entertaining app, and open sourcing it as the icing on the cake. I adhere to the donation links in order to retribute a little bit of your time. |
Beta Was this translation helpful? Give feedback.
-
It would be nice if Klick'r had advanced scripting feature or macro like Macrorify but has also easy to use flow mapping like Automate, Klick'r is already good enough for decent task but maybe lack for advanced (like randomization), and also good suggestion as mentioned. And also if it isn't good enough, a text or android view recognition (like control, button, switch, etc) using Accessibility API directly rather than image recognition (as last resort). I had an issue on MIUI based device that saying Klick'r is using Accessibility but there's nothing happened on the screen (script not working), I guess that's from the broken MIUI itself. But after all, it's been already good enough for certain automation task, but I hopes it's can be more advanced as mentioned. |
Beta Was this translation helpful? Give feedback.
-
Hi everybody !
As you probably know, Smart AutoClicker is doing zero data collection in order to protect the user privacy. This means, I'm completely unaware of your usage of this application. So, in order to improve Smart AutoClicker for the general usage, it would be nice if you could share with us your experience.
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions