Auto Clicker is an application wherein you can simulate certain actions on a pc. Here are the key functionalities
- Simulate a Mouse Click anywhere on the screen
- Simulate certain Key presses
- Simluate Key Combinations like CTRL+C / CTRL+V
- Set the Delay between Actions
- Save and Load a List of actions
- Repeat your order multiple times
2022-06-18.04-00-08_Trim.mp4
When you run the application you are confronted with this screen.
On your screen you see Point 1
. Point 1
has an x coordinate and a y coordinate. This is basically the location on your screen. x: 0 y: 0
is the coordinate for the upper left corner of your screen. To change point location click on Set Location
After you've clicked on the Set Location
button, you click somewhere on your screen but NOT on the application window. If you clicked somewhere on your screen, and your application window minimized in the process, your point location should update.
I clicked at the left edge on my screen, this should keep x at zero and give y a higher value.
The Delay
variable is how much time first has to pass before the action gets done. In the example below my program will wait 10 seconds, and after waiting 10 seconds the program will simulate my desired click on the given location.
You can add multiple points simply by pressing on the Add
button.
Now you can setup multiple points.
Repetitions is the amount of times the entire list of points will happen.
In the folder there is a SaveFile.txt this is the file everything gets saved to, but also loaded from. If you want multiple saves you manually have to extract the save to another file.