Skip to content

An Auto Clicker I made for the game Mutants: Genetic Gladiators, but it can be used for any application.

Notifications You must be signed in to change notification settings

CrossyChainsaw/AutoClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

2022-06-18.04-00-08_Trim.mp4

How to Setup

When you run the application you are confronted with this screen.

image

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

image

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. image

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.

image

Add Multiple Points

You can add multiple points simply by pressing on the Add button.

image

Now you can setup multiple points.

image

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.

About

An Auto Clicker I made for the game Mutants: Genetic Gladiators, but it can be used for any application.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages