Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


bowaimbot

BowAimbot

BowAimbot
Using BowAimbot to aim at a chicken.
TypeHack
CategoryCombat
In-game description“Automatically aims your bow or crossbow.” [Wurst 7 only]
“Automatically aims your bow at the closest entity.
Tip: This works with FastBow.” [Wurst 6 only]
Default keybindnone
Source codenet/wurstclient/hacks/BowAimbotHack.java

BowAimbot is a hack that automatically aims the player's bow or crossbow at nearby entities.

Settings

Priority

Priority
TypeEnum
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.
Angle+Dist - A hybrid of Angle and Distance. This is usually the best at figuring out what you want to aim at.
Health - Attacks the weakest entity.”
Default valueAngle+Dist
Possible valuesDistance, Angle, Angle+Dist, Health

The “Priority” setting determines how BowAimbot will prioritize different entities when deciding which one to aim at.

“Distance” will simply pick the closest entity, even if it's behind a the player. “Angle” will pick the entity that is closest to where the user is already aiming, even if it's very far away or behind a wall. “Health” will pick the weakest entity, ignoring the distance and angle altogether.

“Angle+Dist” is a hybrid of “Angle” and “Distance” that usually works better than either of them alone. For each possible target, it will calculate the square of the angle and the square of the distance and then add them together. The entity with the lowest result will be picked.

Predict movement

Predict movement
TypeSlider
In-game description“Controls the strength of BowAimbot's movement prediction algorithm.”
Default value20%
Minimum0%
Maximum200%
Increment1%

The “Predict movement” slider controls how much BowAimbot will try to predict where a moving target will be by the time the arrow reaches it.

Values around 10% - 20% seem to work best. Before the slider was added, this value was locked to 100%.

Filters

BowAimbot uses the Generic Combat Filter List.

ESP color

ESP color
TypeColor
In-game description“Color of the box that BowAimbot draws around the target.”
Default value#FF0000 (red)

The “ESP color” setting controls the color of the ESP box that BowAimbot draws when aiming at a target. The default color is red.

Changes

VersionChanges
Wurst 1.9 BetaAdded BowAimbot.
Wurst 2.4BowAimbot will now aim at moving targets with better accuracy.
Wurst 2.25BowAimbot will now prioritize targets based on their angle to the player's server-side rotation instead of their distance to the player.
Wurst 2.26BowAimbot will now start aiming before the bow is fully drawn if it is already possible to hit the target.
Redesigned BowAimbot.
Wurst 3.0pre1Broke BowAimbot.
Wurst 3.0pre3Fixed BowAimbot.
Wurst 5.7BowAimbot will now start aiming before the bow is fully drawn if it is already possible to hit the target.
Redesigned BowAimbot.
Wurst 6.34Added 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 BowAimbot.
BowAimbot will now “lock” its target again, just like it did in older versions.
Added a “Predict movement” slider to BowAimbot.
Wurst 7.0pre1Temporarily removed BowAimbot.
Wurst 7.0pre26Re-added BowAimbot.
Added a "Priority" setting to BowAimbot.
Added filters to BowAimbot.
Added crossbow support to BowAimbot.
Wurst 7.5Added a “Filter armor stands” checkbox to BowAimbot.
BowAimbot can now target end crystals.
Added a “Filter end crystals” checkbox to BowAimbot.
BowAimbot's Priority setting is now set to “Distance” by default.
Replaced the “Filter villagers” checkbox in BowAimbot with a “Filter traders” checkbox.
Wurst 7.6Added a “Filter named” checkbox to BowAimbot.
BowAimbot will now “lock” its target again, just like it did in older versions.
Added a “Predict movement” slider to BowAimbot.
Wurst 7.17Added an “ESP color” setting to BowAimbot.
Wurst 7.32Added an “Angle+Dist” option to BowAimbot's Priority setting and set it as the new default.
Generally improved the aiming logic. All hacks that aim at things should now be a little bit harder for anti-cheat plugins to detect.
bowaimbot.txt · Last modified: 2023/02/26 17:35 by alexander01998