> For the complete documentation index, see [llms.txt](https://codingmace.gitbook.io/masterward/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codingmace.gitbook.io/masterward/software/ideas/auto-clicker.md).

# Auto Clicker

## Origin

I prefer that people care more about results than seeing that I am online all the time as I need to switch tasks a lot and didn't like that aspect so I wanted a clicker so it appeared I was online. \
Another reason is sometimes I would get bored and want to see how good a clicking game was. This is partially due to feeling like you beat the game at some point and kind of cheating as it requires a lot of clicks to get to that point. I thought it would be cool to see the actual stats.&#x20;

## Overview

At first we need a command line version of the command and a few parameters in a function to say click at (x,y) z amount of times with a hold period (p). Then translation to that would be a GUI version of that. An enhancement later on would be a set of commands or looping of through a certain statement.

### Step 1 - The command Line Version

So we start out with the bare commands of this simple program.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://codingmace.gitbook.io/masterward/software/ideas/auto-clicker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
