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.” |
Default keybind | none |
Source code | net/wurstclient/hacks/ClickAuraHack.java |
Like Killaura, ClickAura is a hack that automatically attacks entities around the player. However, ClickAura only attacks when the user presses the attack button (left click by default).
Range | |
---|---|
Type | Slider |
In-game description | (none) |
Default value | 5 |
Minimum | 1 |
Maximum | 10 |
Increment | 0.05 |
Speed | |
---|---|
Type | Slider |
In-game description | “Attack speed in clicks per second. 0 = dynamically adjusts the speed to match your attack cooldown.” |
Default value | 0 (use cooldown) |
Minimum | 0 (use cooldown) |
Maximum | 20 CPS |
Increment | 0.1 CPS |
The “Speed” slider determines how many times per second to attack the target1). When set to zero, it dynamically adjusts the speed based on the attack cooldown, such that each attack will deal the highest possible damage.
This is a generic slider used in multiple hacks.
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 | |
---|---|
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 entity. Any 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 client-side facing.
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 tall grass or similar blocks.
ClickAura uses the Generic Combat Filter List.
Version | Changes |
---|---|
Wurst 2.11 | Added ClickAura. |
Wurst 2.16 | Fixed ClickAura not attacking attack anything until you enabled Killaura at least once. |
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) |
Wurst 3.0pre4 | ClickAura will now work with the new attack cooldown. |
Wurst 3.3 | ClickAura can now override the settings of Killaura with its own ones. |
Wurst 4.1 | Fixed ClickAura always using the Killaura settings instead of its own ones. |
Wurst 4.5 | Improved ClickAura performance. |
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. |
Wurst 6.4 | Improved ClickAura. |
Fixed ClickAura moving the player's head slowly when set to a slow attack speed. | |
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. |
Wurst 7.0pre1 | Temporarily removed ClickAura. |
Wurst 7.0pre17 | Re-added ClickAura. |
Wurst 7.5 | Added a “Filter armor stands” checkbox to ClickAura. |
ClickAura can now target end crystals. | |
Added a “Filter end crystals” checkbox to ClickAura. | |
Replaced the “Filter villagers” checkbox in ClickAura with a “Filter traders” checkbox. | |
Wurst 7.6 | Added a “Filter named” checkbox to ClickAura. |
Wurst 7.21 | Re-added the FOV setting in ClickAura. |
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. |