Начинающий
			
			
				
					
				
			
		- Статус
 - Оффлайн
 
- Регистрация
 - 20 Мар 2024
 
- Сообщения
 - 16
 
- Реакции
 - 0
 
- Выберите загрузчик игры
 - Прочие моды
 
ну типо по приколу залил (пж без хейтика)
(ну типо я вахуи если вы не можете добавить ModeSetting hudvid)
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
				
			
	Пожалуйста, авторизуйтесь для просмотра ссылки.
	Пожалуйста, авторизуйтесь для просмотра ссылки.
(ну типо я вахуи если вы не можете добавить ModeSetting hudvid)
			
				Код:
			
		
		
		            float x = 3;
            float y = 3;
            float height2 = 14.7f;
            int X = (int) mc.player.getPosX();
            int Y = (int) mc.player.getPosY();
            int Z2 = (int) mc.player.getPosZ();
            int fpsanim = mc.debugFPS;
            fpsanimka = lerp(fpsanimka, fpsanim, 0.095f);
            String fps = "" + debugFPS;
            String bps = HudUtil.calculateBPS();
            String coords = " " + X + " " + Y + " " + Z2;
            String icon = "Alpha ";
            String iconnenurik = "Sterla";
            String Userandfps = ClientUtil.me.getName() +  (int) fpsanim + " Fps";
            String use = ClientUtil.me.getName();
            String ping = "" + HudUtil.calculatePing();
            String fpsezka = (int) fpsanim + " Fps";
            float widthicon = Fonts.sf_medium[18].getWidth(iconnenurik) + 22;
            float userfps = Fonts.sf_medium[18].getWidth(Userandfps) + 28;
            float fpsown = Fonts.sf_medium[18].getWidth(use) + 3;
            float textWidth = Fonts.sf_medium[18].getWidth(icon) + 20;
            float bpss = Fonts.sf_medium[18].getWidth(bps);
            float coordss = Fonts.sf_medium[18].getWidth(coords);
            float pings = Fonts.sf_medium[18].getWidth(ping);
            float fpss = Fonts.sf_medium[18].getWidth(fps);
            // Start Alpha Render and icon
            if (nurikown.get()) {
                GaussianBlur.startBlur();
                RenderUtil.Render2D.drawRoundedRect(x, y, textWidth, height2, 2.5f, ColorUtil.rgba(0, 0, 0, 255));
                GaussianBlur.endBlur(10, 1);
                RenderUtil.Render2D.drawRoundedRect(x, y, textWidth, height2, 2.5f, ColorUtil.rgba(0, 0, 0, 140));
                RenderUtil.Render2D.drawRoundedCorner(x + 15f,y + 3.7f, 0.5f, 7, 0,ColorUtil.rgba(170,170,170,255));
                Fonts.nursultan[16].drawString(matrixStack, ClientUtil.gradient((String) "P", Managment.STYLE_MANAGER.getCurrentStyle().getColor(0), Managment.STYLE_MANAGER.getCurrentStyle().getColor(90)), x + 4f, y + 6, ColorUtil.rgba(255, 255, 255, 255));
                Fonts.sf_medium[16].drawString(matrixStack, ClientUtil.gradient((String) icon, Managment.STYLE_MANAGER.getCurrentStyle().getColor(0), Managment.STYLE_MANAGER.getCurrentStyle().getColor(90)), x + 19.5f, y + 5, ColorUtil.rgba(255, 255, 255, 255));
            } else {
                GaussianBlur.startBlur();
                RenderUtil.Render2D.drawRoundedRect(x, y, widthicon, height2, 2.5f, ColorUtil.rgba(0, 0, 0, 255));
                GaussianBlur.endBlur(10, 1);
                RenderUtil.Render2D.drawRoundedRect(x, y, widthicon, height2, 2.5f, ColorUtil.rgba(0, 0, 0, 140));
                RenderUtil.Render2D.drawRoundedCorner(x + 15f,y + 3.7f, 0.5f, 7, 0,ColorUtil.rgba(170,170,170,255));
                Fonts.pidorasnocrash[16].drawString(matrixStack, ClientUtil.gradient((String) "A", Managment.STYLE_MANAGER.getCurrentStyle().getColor(0), Managment.STYLE_MANAGER.getCurrentStyle().getColor(90)), x + 4f, y + 6, ColorUtil.rgba(255, 255, 255, 255));
                Fonts.sf_medium[16].drawString(matrixStack, ClientUtil.gradient((String) iconnenurik, Managment.STYLE_MANAGER.getCurrentStyle().getColor(0), Managment.STYLE_MANAGER.getCurrentStyle().getColor(90)), x + 19f, y + 5, ColorUtil.rgba(255, 255, 255, 255));
            }
            // End
            // Start фпс + иконки + юзер
            GaussianBlur.startBlur();
            RenderUtil.Render2D.drawRoundedRect(x + textWidth + 3, y, userfps, height2, 2.5f, ColorUtil.rgba(0, 0, 0, 255));
            GaussianBlur.endBlur(10, 1);
            if (nurikown.get()) {
                RenderUtil.Render2D.drawRoundedRect(x + textWidth + 3, y, userfps, height2, 2.5f, ColorUtil.rgba(0, 0, 0, 140));
                RenderUtil.Render2D.drawRoundedCorner(x + widthicon + fpsown + 12f, y + 3.7f, 0.5f, 7, 0, ColorUtil.rgba(170, 170, 170, 255));
                Fonts.nursultan[16].drawString(matrixStack, ClientUtil.gradient((String) "W", Managment.STYLE_MANAGER.getCurrentStyle().getColor(0), Managment.STYLE_MANAGER.getCurrentStyle().getColor(90)), x + textWidth + 6f, y + 6, ColorUtil.rgba(255, 255, 255, 255));
                Fonts.nursultan[16].drawString(matrixStack, ClientUtil.gradient((String) "X", Managment.STYLE_MANAGER.getCurrentStyle().getColor(0), Managment.STYLE_MANAGER.getCurrentStyle().getColor(90)), x + textWidth + fpsown + 16f, y + 6f, ColorUtil.rgba(255, 255, 255, 255));
                Fonts.sf_medium[16].drawString(matrixStack, ClientUtil.me.getName(), x + textWidth + 16f, y + 5, ColorUtil.rgba(255, 255, 255, 255));
                Fonts.sf_medium[16].drawString(matrixStack, fpsezka, x + textWidth + fpsown + 27f, y + 5, ColorUtil.rgba(255, 255, 255, 255));
            } else {
                RenderUtil.Render2D.drawRoundedRect(x + widthicon + 3, y, userfps, height2, 2.5f, ColorUtil.rgba(0, 0, 0, 140));
                RenderUtil.Render2D.drawRoundedCorner(x + widthicon + fpsown + 12f, y + 3.7f, 0.5f, 7, 0, ColorUtil.rgba(170, 170, 170, 255));
                Fonts.nursultan[16].drawString(matrixStack, ClientUtil.gradient((String) "W", Managment.STYLE_MANAGER.getCurrentStyle().getColor(0), Managment.STYLE_MANAGER.getCurrentStyle().getColor(90)), x + textWidth + 6f, y + 6, ColorUtil.rgba(255, 255, 255, 255));
                Fonts.nursultan[16].drawString(matrixStack, ClientUtil.gradient((String) "X", Managment.STYLE_MANAGER.getCurrentStyle().getColor(0), Managment.STYLE_MANAGER.getCurrentStyle().getColor(90)), x + textWidth + fpsown + 16f, y + 6f, ColorUtil.rgba(255, 255, 255, 255));
                Fonts.sf_medium[16].drawString(matrixStack, ClientUtil.me.getName(), x + textWidth + 16f, y + 5, ColorUtil.rgba(255, 255, 255, 255));
                Fonts.sf_medium[16].drawString(matrixStack, fpsezka, x + widthicon + fpsown + 27f, y + 5, ColorUtil.rgba(255, 255, 255, 255));
            }
            // End
            // Other aka BPS + COORDS
            // bps
            GaussianBlur.startBlur();
            RenderUtil.Render2D.drawRoundedRect(x, y + 16, bpss + 20, height2, 2.5f, ColorUtil.rgba(0, 0, 0, 255));
            GaussianBlur.endBlur(10, 1);
            RenderUtil.Render2D.drawRoundedRect(x, y + 16, bpss + 20, height2, 2.5f, ColorUtil.rgba(0, 0, 0, 140));
            RenderUtil.Render2D.drawRoundedCorner(x + 15,y + 20, 0.5f, 7, 0,ColorUtil.rgba(170,170,170,255));
            Fonts.nursultan[16].drawString(matrixStack, ClientUtil.gradient((String) "S", Managment.STYLE_MANAGER.getCurrentStyle().getColor(0), Managment.STYLE_MANAGER.getCurrentStyle().getColor(90)), x + 4, y + 22.1f, ColorUtil.rgba(255, 255, 255, 255));
            Fonts.sf_medium[16].drawString(matrixStack,bps, x + 18f, y + 21, ColorUtil.rgba(255, 255, 255, 255));
            // End bps
            // Coords
            GaussianBlur.startBlur();
            RenderUtil.Render2D.drawRoundedRect(x + bpss + 22, y + 16, coordss + 13, height2, 2.5f, ColorUtil.rgba(0, 0, 0, 255));
            GaussianBlur.endBlur(10, 1);
            RenderUtil.Render2D.drawRoundedRect(x + bpss + 22, y + 16, coordss + 13, height2, 2.5f, ColorUtil.rgba(0, 0, 0, 140));
            RenderUtil.Render2D.drawRoundedCorner(x + bpss + 36.3f,y + 20, 0.5f, 7, 0,ColorUtil.rgba(170,170,170,255));
            Fonts.nursultan[16].drawString(matrixStack, ClientUtil.gradient((String) "F", Managment.STYLE_MANAGER.getCurrentStyle().getColor(0), Managment.STYLE_MANAGER.getCurrentStyle().getColor(90)), x + bpss + 26, y + 22.1f, ColorUtil.rgba(255, 255, 255, 255));
            Fonts.sf_medium[16].drawString(matrixStack,coords, x + bpss + 36.5f, y + 21, ColorUtil.rgba(255, 255, 255, 255));
            // End
        }
	
			
				Последнее редактирование: