Hack Client Tutorial (Part 10) | Player, Mob, and Chest ESP!!!

preview_player
Показать описание
Whats up everybody!
Today im showing you how to create a Player, Chest, and Mob ESP!!!!
If you like the video or found it useful leave a like and subscribe!

If you want to play with me and possibly be in one of my videos add me on Xbox.

My Xbox Gamertag: Gamrboy4life

Want Cheap Games? Check Out
(Affiliate link, I receive small pension on the website for your purchases) Github Page for the client -
Рекомендации по теме
Комментарии
Автор

"The red just means that you are doing it right" - Gamrboy4life, 2021

NOAHBENJ
Автор

I have to change AxisAlignedBB(double ..., int i) > AxisAlignedBB(double ...)?

dasvyoutuber
Автор

It doesn't work. I cannot see the ESP

Shyguio
Автор

i have a error in the chestesp class with the renderglobal.function...
i dont have the function

auxy
Автор

minecraft 1.16.5 out player esp hacker link like

lie_k.g
Автор

I have been trying to get render hacks to work for a while now and nothing has worked. I will try this and edit to let you know if it did or not!
(My client doesnt have optifine so i hope that wont matter)

tuffdufroggins
Автор

if(p != mc.player) {
MobESPUtils.entityESPbox((Entity)p, 3);
}
if you dont want yourself to be highlighted

Bushwellington
Автор

A better mobESP is like this

** for(Object p : mc.theWorld.playerEntities) {



if(p != mc.thePlayer) {
3);
}


}**

lrq