====== MobESP ====== ^ MobESP ^^ |{{ mobesp.webp?500 |using MobESP on a chicken}}|| ^Type|[[Hack]]| ^Category|[[Render]]| ^In-game description|"Highlights nearby mobs."| ^[[keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/hacks/MobEspHack.java]]| MobESP is a Minecraft hack that draws boxes around and/or lines to nearby mobs. These boxes/lines can be seen through walls, which makes it easier to find the mobs. ===== Settings ===== ==== Style ==== ^ Style ^^ ^Type|Enum| ^In-game description|(none)| ^Default value|Boxes only| ^Possible values|Boxes only, Lines only, Lines and boxes| The "Boxes" option draws a colored box around each mob. The "Lines" option draws a straight line from the center of the screen to the center of the mob's hitbox. The "Lines and Boxes" option does both. ==== Box size ==== ^ Box size ^^ ^Type|Enum| ^In-game description|"**Accurate** mode shows the exact\\ hitbox of each mob.\\ **Fancy** mode shows slightly larger\\ boxes that look better."| ^Default value|Fancy| ^Possible values|Accurate, Fancy| ==== Filter invisible ==== ^ Filter invisible ^^ ^Type|Checkbox| ^In-game description|"Won't show invisible mobs."| ^Default value|not checked| ===== Changes ===== ^Version^Changes^ |[[update:Wurst 1.7.1 Beta]]|Added MobESP.| |[[update:Wurst 2.26]] (Minecraft 1.8),\\ [[update:Wurst 5.7]] (Minecraft 1.11)|Improved MobESP, [[PlayerESP]] and [[Tracers]]: They will now draw smoother lines with brighter colors.| |[[update:Wurst 2.28]] (Minecraft 1.8),\\ [[update:Wurst 5.9]] (Minecraft 1.11)|MobESP will no longer render on invisible mobs if those are disabled in the [[Target]] settings.| |:::|[[PlayerESP]], MobESP, [[ItemESP]] and [[Tracers]] will now use interpolation for smoother rendering.| |[[update:Wurst 3.0pre1]]|Broke MobESP.| |[[update:Wurst 3.0pre2]]|Fixed MobESP.| |[[update:Wurst 6.16]]|ChestESP, [[ItemESP]] and [[MobESP]] will now use DisplayLists for improved performance.| |[[update:Wurst 6.19]]|Added a "Tracers" checkbox to MobESP, [[ItemESP]] and [[ChestESP]].| |[[update:Wurst 6.24]]|Replaced the "Tracers" checkbox in [[PlayerESP]], MobESP, ItemESP and [[ChestESP]] with a "[[#Style]]" setting that lets you choose between boxes, lines or both.| |[[update:Wurst 6.26.1]]|Added a "[[#Box size]]" setting to MobESP, [[PlayerESP]] and ItemESP.| |:::|Added a "[[#Filter invisible]]" checkbox to MobESP. When checked, it won't show invisible mobs.| |[[update:Wurst 7.0pre1]]|Temporarily removed MobESP.| |[[update:Wurst 7.0pre2]]|Re-added MobESP.| |[[update:Wurst 7.0pre7]]|Added a "[[#Box size]]" setting to MobESP, [[PlayerESP]] and [[ItemESP]].| |[[update:Wurst 6.35]] (Minecraft 1.8 & 1.12),\\ [[update:Wurst 7.12]] (Minecraft 1.16+)|Fixed MobESP glitching out when extremely far from spawn.| |[[update:Wurst 7.15]]|Fixed MobESP's [[#style|tracer lines]] not rendering correctly in Minecraft 21w19a and later versions.| {{tag>client-side}}