Autoclicker android studio github
An open-source auto clicker on images for Android
Smart AutoClicker is an Android application allowing to automate repetitive task by clicking automatically for you on the screen. Unlike the regular auto clicker application, the clicks aren’t based on timers to execute the clicks. Instead, it allows you to capture an image from a part of your screen and execute the click once this image is detected again.
- Organize clicks by scenario
- Execute clicks or swipes
- Add an image condition from the screen
- Modify the tolerance for the condition detection
- Combine multiple conditions
- Configure the delay before the next click
- Modify the prority order of a click
About
An open-source auto clicker on images for Android
Источник
Autoclicker android studio github
A free open-source easy to use material-designed autoclicker for Android rooted devices.
This app can trigger software clicks / touches thanks to system Shell commands executed in the system as SU. The app is open-source, easy to use and to configure and can make several clicks with delayed starts and pauses between each click. You can also repeat clicks sequences and make infinite clicks loops. The app possesses a dedicated Android service you can reach and trigger to make some click processes instead of using the GUI.
Why this app? Because I wanted to build my own auto clicker / auto touch to make some tricks on games or on apps (like Woy !, Cookie Clicker or Clash of Clans).
The project contains the Java 7 sources, the JavaDoc as HTML pages, the unit tests with JUnit and Robolectric and the instrumented tests with Espresso and UIAutomator.
The app can be found in Google Play here, or with the following QR-Code :
- still need to have a rooted Android device.
- intro screen to introduce the app
- define a sequence of clicks to make
- several points can be selected
- random points can be selected
- a sequence of clicks can be repeated, endlessly if needed
- the unit time can be ms, s, m or h
- a delay can be defined before each sequence of clicks
- a pause can me made between each click
- device may vibrate on start and on each click
- device may display notifications when the process is on going, on clicks and when the countdown is running
- device may play a sound when a new click is done
- the configuration can be reset to defaults values
- a shake to clean feature can reset the configuration
- the configuration of the click process and the coordinates of the points to use can be saved/loaded in/from JSON files
- support for portrait / landscape modes, for tablets and handsets
- standalone mode with an empty activity loading points and config files before finishing and starting the click process
- standalone mode which can use these points and config files and a picture file which will trigger the click process if the device’s screen matches this picture
- options which can force the screen to be on, keep it on, unlock it thanks to a dedicated Shell script to execute
- supported languages: english, french, russian, italian
Under MIT License
Smooth Clciker is not maintained anymore, but feel free to fork the project and submit pull requests if you want. Several steps I wanted to reach:
- replace not enough convenient AsyncTask by Background or Foreground services
- use design patterns (e.g. Mediator) to deal with the processes
- draw on the grid the selected points
- deal with landscape mode
- add shortcuts on app icons to start/stop processes
- trigger click process with physical buttons
- schedule clicks for dedicated dates or screenshots
- .
About
[Android] Auto-clicker app for rooted devices
Источник
Autoclicker android studio github
Auto-Clicker and Screen-Capturer
It is a program made to experiment with Android’s adb commands.
The intention of the app is to create a helper for my mom to use a company app more easily, by doing the monitoring and clicking by the app, instead of human, hoping that the app will run faster than human nerve system (
200 ms). However, certain commands that do the core functions are too slow (
3000 ms for screen capture and
600 ms for clicking). So the project is abandoned due to this performance issue.
The mechanism of the program is as follows:
- monitor the screen at a constant rate by taking screenshots using
/system/bin/screencap -p /sdcard/autoClicker/img.png - then examinate a certain pixel of the taken screenshot.
- If that very pixel is the desired color, then do a rapid click at a certain point using
/system/bin/input tap x y (where x y being the coordinates).
Even the idea of making this app into an auto-clicker is cannot be implimented due to the performance issue mentioned above.
Here’s a screenshot of the app:
However, much new knowledge are gained through this project:
this code can be used to run adb shell commands on a rooted android device: Process sh = Runtime.getRuntime().exec(«su», null, null);
OutputStream os = sh.getOutputStream();
os.write((/* command */).getBytes(«ASCII»));
os.flush();
os.close();
sh.waitFor();
mechanism behind floating window
how to include .jar file/library in Android Studio:
Источник
Autoclicker android studio github
SO RAW Autoclicker
There’s no autoclicker functions. It’s just new features that be added in autoclicker in the future
- Compile 2 projects
- Place compiled exe files in one folder
- To see the Overlay window destroy normal window and open bootstrapper and press Alt + X or if you want to see normal window destroy the Overlay window and open GUI
How to destroy Overlay?
- Open Task Manager
- Find «Autoclicker GUI.exe»
- Choose and press End task
View of the main window
View of the Overlay that can cover all windows
About
This is source code of my Autoclicker
Topics
Resources
License
Releases 1
Sponsor this project
Packages 0
Languages
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Источник
Autoclicker android studio github
Made by: Orphamiel
Description A full-fledged autoclicker with two modes of autoclicking, at your dynamic cursor location or at a prespecified location. The maximum amounts of clicked can also be set (or left as infinite).
Hotkeys work in the background for convenience.
Whats new in v1.0.0.2:
- You can now change your hotkeys!
- Changed the about page
- Added a few minor options
- Your settings are now saved from your last session so you only need to enter them once. (Includes last fixed location)
- Added double clicking and triple clicking
- Added Right clicking and middle clicking
AutoClicker Web Site Categories License Creative Commons Attribution Non-Commercial License V2.0 Features Choose whether to follow your cursor or click at a fixed spot Set the amount of times to click (or unlimited) Choose between which mouse button to click as Pick between single clicking, double clicking or triple clicking Change the hotkeys Convenient — Hotkeys work while application is in background Settings are saved (includes last fixed location) Free and Open Source Clean User Interface Low CPU usage Portable No advertisements or malware Virus Free (The amount of autoclickers with viruses out there are uncountable)
About
A full-fledged autoclicker with two modes of autoclicking, at your dynamic cursor location or at a prespecified location. The maximum amounts of clicked can also be set (or left as infinite).
Источник