Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


bowaimbot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
bowaimbot [2020/09/27 20:11] alexander01998bowaimbot [2023/02/17 19:58] alexander01998
Line 2: Line 2:
 <WRAP 516px> <WRAP 516px>
 ^  BowAimbot  ^^ ^  BowAimbot  ^^
-|{{ :bowaimbot.jpg?500 |}}||+|{{ :bowaimbot.webp?500 |Using BowAimbot to aim at a chicken.}}||
 ^Type|[[:Hack]]| ^Type|[[:Hack]]|
-^Category|Combat|+^Category|[[Combat]]|
 ^In-game description|"Automatically aims your bow or crossbow." <sup>[//[[:Wurst 7]] only//]</sup>| ^In-game description|"Automatically aims your bow or crossbow." <sup>[//[[:Wurst 7]] only//]</sup>|
 |:::|"Automatically aims your bow at the closest entity.\\ Tip: This works with FastBow." <sup>[//[[:Wurst 6]] only//]</sup>| |:::|"Automatically aims your bow at the closest entity.\\ Tip: This works with FastBow." <sup>[//[[:Wurst 6]] only//]</sup>|
 ^[[:keybinds#default_keybinds|Default keybind]]|none| ^[[:keybinds#default_keybinds|Default keybind]]|none|
 +^Source code|[[w7src>net/wurstclient/hacks/BowAimbotHack.java]]|
 </WRAP> </WRAP>
  
 BowAimbot is a [[hack]] that automatically aims the [[mc>player]]'s [[mc>bow]] at nearby [[mc>entities]]. In [[:Wurst 7]], BowAimbot can also aim [[mc>crossbows]]. In [[Wurst 6]], BowAimbot also works with [[FastBow]]. BowAimbot is a [[hack]] that automatically aims the [[mc>player]]'s [[mc>bow]] at nearby [[mc>entities]]. In [[:Wurst 7]], BowAimbot can also aim [[mc>crossbows]]. In [[Wurst 6]], BowAimbot also works with [[FastBow]].
- 
-In Wurst 7, BowAimbot selects targets based on the [[#Priority]] and [[#filter_players|Filter]] settings. In Wurst 6, this is controlled by [[Target]] instead. 
  
 ===== Settings ===== ===== Settings =====
Line 18: Line 17:
 ==== Priority ==== ==== Priority ====
  
-^  Priority <sup>[//[[:Wurst 7]] only//]</sup>  ^^+^  Priority  ^^
 ^Type|Enum| ^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."| ^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|Distance|+^Default value|Angle|
 ^Possible values|Distance, Angle, Health| ^Possible values|Distance, Angle, Health|
  
-In [[:Wurst 6]], BowAimbot will always aim at the closest [[mc>entity]], but in [[:Wurst 7]] this is controlled by the "Priority" setting. +==== Predict movement ==== 
- +^  Predict movement  ^^
-==== Filter players ==== +
-^  Filter players <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack other players."+
-^Default value|not checked| +
- +
-==== Filter sleeping ==== +
-^  Filter sleeping <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack sleeping players."+
-^Default value|not checked| +
- +
-==== Filter flying ==== +
-^  Filter flying <sup>[//[[:Wurst 7]] only//]</sup>  ^^+
 ^Type|Slider| ^Type|Slider|
-^In-game description|"Won't attack players that\\ are at least the given\\ distance above ground."| +^In-game description|"Controls the strength of BowAimbot's\\ movement prediction algorithm."| 
-^Default value|0+^Default value|20%
-^Minimum|0| +^Minimum|0%
-^Maximum|2+^Maximum|200%
-^Increment|0.05|+^Increment|1%|
  
-A value of ''0'' disables this filter.+Values around 10% - 20% seem to work best. Before the slider was added, this value was locked to 100%.
  
-==== Filter monsters ==== +==== Filters ====
-^  Filter monsters <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack zombies, creepers, etc."+
-^Default value|not checked|+
  
-==== Filter pigmen ==== +BowAimbot uses the [[Generic Combat Filter List]].
-^  Filter pigmen <sup>[//[[:Wurst 7]only//]</sup>  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack zombie pigmen."| +
-^Default value|not checked|+
  
-==== Filter endermen ==== +==== ESP color ==== 
-^  Filter endermen <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +^  ESP color  ^^ 
-^Type|Checkbox| +^Type|[[:ColorSetting|Color]]| 
-^In-game description|"Won't attack endermen."+^In-game description|"Color of the box that BowAimbot\\ draws around the target."| 
-^Default value|not checked| +^Default value|#FF0000|
- +
-==== Filter animals ==== +
-^  Filter animals <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack pigs, cows, etc."+
-^Default value|not checked| +
- +
-==== Filter babies ==== +
-^  Filter babies <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +
-^Type|Checkbox+
-^In-game description|"Won't attack baby pigs,\\ baby villagers, etc."+
-^Default value|not checked| +
- +
-==== Filter pets ==== +
-^  Filter pets <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack tamed wolves,\\ tamed horses, etc."+
-^Default value|not checked| +
- +
-==== Filter traders ==== +
-^  Filter traders <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack villagers, wandering traders, etc."+
-^Default value|not checked| +
- +
-==== Filter golems ==== +
-^  Filter golems <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack iron golems,\\ snow golems and shulkers."+
-^Default value|not checked| +
- +
-==== Filter invisible ==== +
-^  Filter invisible <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack invisible entities."+
-^Default value|not checked| +
- +
-==== Filter armor stands ==== +
-^  Filter armor stands <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack armor stands."+
-^Default value|not checked| +
- +
-==== Filter end crystals ==== +
-^  Filter end crystals <sup>[//[[:Wurst 7]] only//]</sup>  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack end crystals."| +
-^Default value|not checked|+
  
 ===== Changes ===== ===== Changes =====
 ^Version^Changes^ ^Version^Changes^
 |[[update:Wurst 1.9 Beta]]|Added BowAimbot.| |[[update:Wurst 1.9 Beta]]|Added BowAimbot.|
 +|[[update:Wurst 2.4]]|BowAimbot will now aim at moving targets with better accuracy.|
 +|[[update:Wurst 2.25]]|BowAimbot will now prioritize targets based on their angle to the player's server-side rotation instead of their distance to the player.|
 +|[[update:Wurst 2.26]]|BowAimbot will now start aiming before the bow is fully drawn if it is already possible to hit the target.|
 +|:::|Redesigned BowAimbot.|
 +|[[update:Wurst 3.0pre1]]|Broke BowAimbot.|
 +|[[update:Wurst 3.0pre3]]|Fixed BowAimbot.|
 |[[update:Wurst 5.7]]|BowAimbot will now start aiming before the [[mc>bow]] is fully drawn if it is already possible to hit the target.| |[[update:Wurst 5.7]]|BowAimbot will now start aiming before the [[mc>bow]] is fully drawn if it is already possible to hit the target.|
 |:::|Redesigned BowAimbot.| |:::|Redesigned BowAimbot.|
 +|[[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 BowAimbot.|
 +|:::|BowAimbot will now "lock" its target again, just like it did in older versions.|
 +|:::|Added a "[[#Predict movement]]" slider to BowAimbot.|
 |[[update:Wurst 7.0pre1]]|Temporarily removed BowAimbot.| |[[update:Wurst 7.0pre1]]|Temporarily removed BowAimbot.|
 |[[update:Wurst 7.0pre26]]|Re-added BowAimbot.| |[[update:Wurst 7.0pre26]]|Re-added BowAimbot.|
Line 125: Line 63:
 |:::|Added [[#filter_players|filters]] to BowAimbot.| |:::|Added [[#filter_players|filters]] to BowAimbot.|
 |:::|Added [[mc>crossbow]] support to BowAimbot.| |:::|Added [[mc>crossbow]] support to BowAimbot.|
 +|[[update:Wurst 7.5]]|Added a "[[#Filter armor stands]]" checkbox to BowAimbot.|
 +|:::|BowAimbot can now target [[mc>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.|
 +|[[update:Wurst 7.6]]|Added 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.|
 +|[[update:Wurst 7.17]]|Added an "[[#ESP color]]" setting to BowAimbot.|
  
 +{{tag>PVP has_colorsetting has_generic_combat_filters}}
bowaimbot.txt · Last modified: 2023/02/26 16:35 by alexander01998