====== ClickAura ======
^ ClickAura ^^
^Type|[[:Hack]]|
^Category|[[Combat]]|
^In-game description|"Automatically attacks the closest valid entity\\ whenever you click.\\ \\ **WARNING:** ClickAuras generally look more suspicious\\ than Killauras and are easier for plugins to detect.\\ It is recommended to use Killaura or TriggerBot instead."|
^[[:keybinds#default_keybinds|Default keybind]]|none|
^Source code|[[w7src>net/wurstclient/hacks/ClickAuraHack.java]]|
Like Killaura, ClickAura is a [[:hack]] that automatically attacks [[mc>Entity|entities]] around the [[mc>player]]. However, ClickAura only attacks when the user presses the attack button (left click by default).
===== Settings =====
==== Range ====
^ Range ^^
^Type|Slider|
^In-game description|(none)|
^Default value|5|
^Minimum|1|
^Maximum|10|
^Increment|0.05|
===== =====
{{page>attack_speed&link&firstseconly}}
==== Priority ====
^ Priority ^^
^Type|Enum|
^In-game description|"Determines which entity will be attacked first.\\ **Distance** - Attacks the closest entity.\\ **Angle** - Attacks the entity that requires\\ the least head movement.\\ **Health** - Attacks the weakest entity."|
^Default value|Angle|
^Possible values|Distance, Angle, Health|
==== FOV ====
^ FOV ^^
^Type|Slider|
^In-game description|(none)|
^Default value|360°|
^Minimum|30°|
^Maximum|360°|
^Increment|10°|
The "FOV" slider limits how far ClickAura will move the player's head in order to face and then attack an [[mc>entity]]. Any [[mc>entity]] that is outside of this field of view will not be attacked at all.
The FOV generally goes "both ways around": An FOV setting of 180° will attack any entities that are up to 90° away in any direction, resulting a 180° cone centered around where the player is facing. Similarly, an FOV setting of 90° creates a 90° cone where anything up to 45° away can be attacked, and so on. An FOV setting of 360° will attack targets all around the player.
The FOV setting takes both horizontal and vertical rotation into account and is always based on the player's [[wp>client-side]] facing.
==== Hit through walls ====
^ Hit through walls [//[[:Wurst 6]] only//] ^^
^Type|Checkbox|
^In-game description|(none)|
^Default value|not checked|
When checked, ClickAura will only attack if the player has line-of-sight to the target. This helps with bypassing AntiCheat plugins but can sometimes cause problems when the target is behind [[mc>tall grass]] or similar blocks.
==== Filters ====
ClickAura uses the [[Generic Combat Filter List]].
===== Changes =====
^Version^Changes^
|[[update:Wurst 2.11]]|Added ClickAura.|
|[[update:Wurst 2.16]]|Fixed ClickAura not attacking attack anything until you enabled [[Killaura]] at least once.|
|[[update:Wurst 2.25]]|ClickAura will now prioritize targets based on their angle to the player's server-side rotation instead of their distance to the player. (MC 1.8)|
|[[update:Wurst 3.0pre4]]|ClickAura will now work with the new attack cooldown.|
|[[update:Wurst 3.3]]|ClickAura can now override the settings of [[Killaura]] with its own ones.|
|[[update:Wurst 4.1]]|Fixed ClickAura always using the [[Killaura]] settings instead of its own ones.|
|[[update:Wurst 4.5]]|Improved ClickAura performance.|
|[[update:Wurst 5.6]]|ClickAura will now prioritize targets based on their angle to the player's server-side rotation instead of their distance to the player.|
|[[update:Wurst 6.4]]|Improved ClickAura.|
|:::|Fixed ClickAura moving the player's head slowly when set to a slow attack speed.|
|[[update:Wurst 6.34]]|Added the "[[#Filter players]]", "[[#Filter sleeping]]", "[[#Filter flying]]", "[[#Filter monsters]]", "[[#Filter pigmen]]", "[[#Filter endermen]]", "[[#Filter animals]]", "[[#Filter babies]]", "[[#Filter pets]]", "[[#Filter traders]]", "[[#Filter golems]]", "[[#Filter invisible]]", "[[#Filter named]]", "[[#Filter armor stands]]" and "[[#Filter crystals]]" settings to ClickAura.|
|[[update:Wurst 7.0pre1]]|Temporarily removed ClickAura.|
|[[update:Wurst 7.0pre17]]|Re-added ClickAura.|
|[[update:Wurst 7.5]]|Added a "[[#Filter armor stands]]" checkbox to ClickAura.|
|:::|ClickAura can now target [[mc>end crystals]].|
|:::|Added a "[[#Filter end crystals]]" checkbox to ClickAura.|
|:::|Replaced the "Filter villagers" checkbox in ClickAura with a "[[#Filter traders]]" checkbox.|
|[[update:Wurst 7.6]]|Added a "[[#Filter named]]" checkbox to ClickAura.|
|[[update:Wurst 7.21]]|Re-added the [[#FOV]] setting in ClickAura.|
|[[update:Wurst 7.32]]|Generally improved the aiming logic. All hacks that aim at things should now be a little bit harder for anti-cheat plugins to detect.|
{{tag>PVP has_attack_speed has_generic_combat_filters}}