https://github.com/crossychainsaw/autoclicker
An Auto Clicker I made for the game Mutants: Genetic Gladiators, but it can be used for any application.
https://github.com/crossychainsaw/autoclicker
autoclicker csharp mutants-genetic-gladiators
Last synced: over 1 year ago
JSON representation
An Auto Clicker I made for the game Mutants: Genetic Gladiators, but it can be used for any application.
- Host: GitHub
- URL: https://github.com/crossychainsaw/autoclicker
- Owner: CrossyChainsaw
- Created: 2022-04-11T13:44:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T08:50:12.000Z (over 1 year ago)
- Last Synced: 2025-03-06T09:41:14.155Z (over 1 year ago)
- Topics: autoclicker, csharp, mutants-genetic-gladiators
- Language: C#
- Homepage:
- Size: 2.56 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Clicker
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
## Video of me using AutoClicker
https://user-images.githubusercontent.com/74303221/174445252-d679ab56-0c1f-41cd-80f4-f5246094db82.mp4
## How to Setup
When you run the application you are confronted with this screen.

### Point
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.*

### Delay
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.

### Add Multiple Points
You can add multiple points simply by pressing on the `Add` button.

Now you can setup multiple points.

### Repetitions
Repetitions is the amount of times the entire list of points will happen.
### How to Save
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.