> For the complete documentation index, see [llms.txt](https://daikirai.gitbook.io/scripting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daikirai.gitbook.io/scripting/combat/autoclicker.md).

# AutoClicker

CPS means clicks per second. The interval changes within that range instead of staying at one fixed delay.

## Click rate

`Min CPS` is the lower limit and `Max CPS` is the upper limit. Keep the two values close when you want a steadier rate. A wider gap creates more variation.

`Jitter` adds small mouse movement to each click. Higher values add more movement. The setting uses values from `0-3`.

## Mouse buttons and blocks

Enable `Left click` or `Right click` for the button you want the module to press. `Click on damage` makes it left-click when you take damage. Some clients call this behavior `Reduce`.

`Block hit chance` sets how often an attack also starts the sword block action. It requires a sword in your hand. `Weapon only` limits automatic left clicks to weapons, while `Blocks only` limits automatic right clicks to blocks. `Break blocks` lets the left click continue breaking blocks.

## Inventory clicking

`Inventory CPS` controls the click rate while an inventory screen is open. Set it to `0` to stop clicking in inventories.

{% hint style="success" %}
`Inventory CPS` can help when you refill your hotbar in PotPvP. If you only need automatic block placement, use [FastPlace](/scripting/player/fastplace.md).
{% endhint %}

## Related modules

[ClickAssist](/scripting/combat/clickassist.md) adds clicks to your own input. [Hit Select](/scripting/combat/hit-select.md) can delay clicks from AutoClicker, and [Reduce](/scripting/combat/reduce.md) changes the slowdown after an attack.

If AutoClicker needs to work with the client click delay, see [Delay Remover](/scripting/player/delay-remover.md).
