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/10/12 21:11] – [Priority] 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]]|
Line 8: Line 8:
 |:::|"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>
  
Line 33: Line 34:
 Values around 10% - 20% seem to work best. Before the slider was added, this value was locked to 100%. Values around 10% - 20% seem to work best. Before the slider was added, this value was locked to 100%.
  
-==== Filter players ==== +==== Filters ====
-^  Filter players  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack other players."+
-^Default value|not checked|+
  
-==== Filter sleeping ==== +BowAimbot uses the [[Generic Combat Filter List]].
-^  Filter sleeping  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack sleeping players."| +
-^Default value|not checked|+
  
-==== Filter flying ==== +==== ESP color ==== 
-^  Filter flying  ^^ +^  ESP color  ^^ 
-^Type|Slider| +^Type|[[:ColorSetting|Color]]| 
-^In-game description|"Won't attack players that\\ are at least the given\\ distance above ground."+^In-game description|"Color of the box that BowAimbot\\ draws around the target."| 
-^Default value|0| +^Default value|#FF0000|
-^Minimum|0| +
-^Maximum|2| +
-^Increment|0.05| +
- +
-A value of ''0'' disables this filter. +
- +
-==== Filter monsters ==== +
-^  Filter monsters  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack zombies, creepers, etc."+
-^Default value|not checked| +
- +
-==== Filter pigmen ==== +
-^  Filter pigmen  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack zombie pigmen."+
-^Default value|not checked| +
- +
-==== Filter endermen ==== +
-^  Filter endermen  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack endermen."+
-^Default value|not checked| +
- +
-==== Filter animals ==== +
-^  Filter animals  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack pigs, cows, etc."+
-^Default value|not checked| +
- +
-==== Filter babies ==== +
-^  Filter babies  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack baby pigs,\\ baby villagers, etc."+
-^Default value|not checked| +
- +
-==== Filter pets ==== +
-^  Filter pets  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack tamed wolves,\\ tamed horses, etc."+
-^Default value|not checked| +
- +
-==== Filter traders ==== +
-^  Filter traders  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack villagers, wandering traders, etc."+
-^Default value|not checked| +
- +
-==== Filter golems ==== +
-^  Filter golems  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack iron golems,\\ snow golems and shulkers."+
-^Default value|not checked| +
- +
-==== Filter invisible ==== +
-^  Filter invisible  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack invisible entities."+
-^Default value|not checked| +
- +
-==== Filter named ==== +
-^  Filter named  ^^ +
-^Type|Checkbox| +
-^In-game description|"Won't attack name-tagged entities."+
-^Default value|not checked| +
-^Supported Minecraft versions|1.16.3, 1.16.2, 1.16.1, 1.15.2, 1.14.4 (since [[update:Wurst 7.6]])\\ 1.12 - 1.12.2, 1.8 - 1.8.9 (since [[update:Wurst 6.34]])| +
- +
-==== Filter armor stands ==== +
-^  Filter armor stands  ^^ +
-^Type|Checkbox+
-^In-game description|"Won't attack armor stands."+
-^Default value|not checked| +
- +
-==== Filter end crystals ==== +
-^  Filter end crystals  ^^ +
-^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.|
Line 142: 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.| |[[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.| |:::|BowAimbot will now "lock" its target again, just like it did in older versions.|
 |:::|Added a "[[#Predict movement]]" slider to BowAimbot.| |:::|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