Yoticc / MinecraftESP

Internal ESP hack in C# for Java Minecraft
MIT License
37 stars 2 forks source link

Adding/Replacing a block by another #2

Closed 0xNyaku closed 1 year ago

0xNyaku commented 1 year ago

What if im trying to ESP Stone blocks for example, what should i do?

Yoticc commented 1 year ago

My code can esp only tile-blocks, like chests, spawners, heads and etc, because non-tile blocks, like stone, bricks, grass and etc all are render in one phase, so you will not be able to get their matrix

0xNyaku commented 1 year ago

I see, thats usefull, how do you get a blocks matrix tho? sorry for those questions

Yoticc commented 1 year ago

For non-tile blocks?

0xNyaku commented 1 year ago

No, tile blocks

Yoticc commented 1 year ago

Every block has own scale and transform. So when minecraft called hooked by you function with arguments that are used for a specific block you can draw esp or save matrix data for future manipulation

0xNyaku commented 1 year ago

Okaay, thanks for the help, i appreciate it, ill try to find a ready client or figure out an other way to esp a specific block

Curlypla commented 1 year ago

For non-tile blocks?

So there's no way of distinguishing blocks for non-tile blocks ?

Yoticc commented 1 year ago

So there's no way of distinguishing blocks for non-tile blocks ?

I don’t understand the question, why differentiate them? Non-tile doesn't have separate render