How to get the head of the enemy
-
function drawFace(target,x,y){mc.getTextureManager().bindTexture(target.getLocationSkin());GL11.glEnable(GL11.GL_BLEND);GL11.glColor4f(1,1,1,1);Gui.drawScaledCustomSizeModalRect(x,y,8,8,8,8,27,27,64,64);GL11.glDisable(GL11.GL_BLEND);}
-
@czechhek said in How to get the head of the enemy:
你看看任何目标 hud src 代码并滑动它?
Other people's code has been confused
@ibook obfuscated lmao not confused
-
function drawFace(target,x,y){mc.getTextureManager().bindTexture(target.getLocationSkin());GL11.glEnable(GL11.GL_BLEND);GL11.glColor4f(1,1,1,1);Gui.drawScaledCustomSizeModalRect(x,y,8,8,8,8,27,27,64,64);GL11.glDisable(GL11.GL_BLEND);}