AimAssist
Hack Summary | |
---|---|
Name | AimAssist |
Screenshot | |
Category | combat |
In-game description |
“Helps you aim at nearby entities.” |
Default keybind | none |
Source code | https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/hacks/AimAssistHack.java |
AimAssist is a Minecraft hack that automatically aims at nearby entities. It is very useful for combat, as it allows the player to focus on moving and attacking instead of aiming.
Settings
Range
Range | |
---|---|
Type | Slider |
In-game description | (none) |
Default value | 4.5m |
Minimum | 1m |
Maximum | 6m |
Increment | 0.05m |
The “Range” slider limits how far away an entity can be before it is ignored by AimAssist. When used for melee combat, this setting should be set no higher than the user's attack range. Otherwise, AimAssist may waste time trying to aim at entities that are too far away to be attacked.
Rotation Speed
Rotation Speed | |
---|---|
Type | Slider |
In-game description | (none) |
Default value | 600°/s |
Minimum | 10°/s |
Maximum | 3600°/s |
Increment | 10°/s |
The “Rotation Speed” slider limits how fast AimAssist will rotate the player's head in order to face an entity.
FOV
FOV | |
---|---|
Type | Slider |
In-game description | “Field Of View - how far away from your crosshair an entity can be before it's ignored. 360° = aims at entities all around you.” |
Default value | 120° |
Minimum | 30° |
Maximum | 360° |
Increment | 10° |
The “FOV” slider limits how far AimAssist will move the player's head in order to face an entity. Any entity that is outside of this field of view will not be aimed at.
The FOV generally goes “both ways around”: An FOV setting of 180° will aim at 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 aimed at, and so on. An FOV setting of 360° will aim at 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.
Filters
AimAssist's filters are very similar to the Generic Combat Filter List. The only difference is that more of the filters are enabled by default, as shown in the table below:
Filter name | Default value |
---|---|
Filter players | not checked |
Filter sleeping | not checked |
Filter flying | 0m (disabled) |
Filter hostile mobs | not checked |
Filter neutral mobs | Off |
Filter passive mobs | checked |
Filter passive water mobs | checked |
Filter babies | checked |
Filter bats | checked |
Filter slimes | checked |
Filter pets | checked |
Filter villagers | checked |
Filter zombie villagers | checked |
Filter golems | not checked |
Filter piglins | Off |
Filter zombie piglins | Off |
Filter endermen | Off |
Filter shulkers | not checked |
Filter invisible | checked |
Filter named | not checked |
Filter shulker bullets | not checked |
Filter armor stands | checked |
Filter end crystals | checked |
Changes
-
- Added AimAssist.
-
- Added a "Filter allays" setting to every hack that has filters.
-
- Replaced the "Filter animals" setting with "Filter passive mobs".
- Replaced the "Filter monsters" setting with "Filter hostile mobs".
- Added a "Filter neutral mobs" setting.
- Replaced the "Filter pigmen" setting with "Filter zombie piglins".
- Added a "Filter piglins" setting.
- Added a third option to the "Filter endermen" setting.
- Added a "Filter bats" setting.
- Added a "Filter passive water mobs" setting.
- The "Filter babies" setting now includes tadpoles.
- Updated the "Filter babies" setting's description.
- The "Filter golems" setting no longer includes shulkers.
- Added a separate "Filter shulkers" setting.
- Renamed the "Filter traders" setting to "Filter villagers".
- Added a "Filter zombie villagers" setting.
- Added a "Filter slimes" setting.
- AimAssist and TriggerBot are now compatible with each other.
- Added a "Check line of sight" setting to AimAssist.
- Fixed the "Filter sleeping" setting not working correctly in Hypixel minigames.
-
- Fixed the "Filter hostile mobs" setting also filtering out neutral mobs.
-
- Added an "Aim while blocking" setting to AimAssist.
-
- Fixed the "Filter passive mobs" and "Filter babies" settings also filtering out hoglins.
-
- TriggerBot, AimAssist, and KillauraLegit will now bypass Vulcan anti-cheat. (versions 2.8.6 and 2.8.8 tested)
- Improved client-side aiming of AimAssist and KillauraLegit to look smooth even when moving your mouse.
- Made client-side aiming of AimAssist and KillauraLegit harder for anti-cheat plugins to detect when not moving your mouse.
-
-
- Added an "Ignore mouse input" setting to AimAssist.
-
- Added unit tests for Wurst's rotation logic, used primarily in combat hacks like Killaura.