CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    wormy client HUD in liquidbounce

    Scripts
    9
    18
    1342
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • icewormy3
      icewormy3 last edited by

      I was bored, so I decided to make replicate my client HUD in liquidbounce. Only took me about 30 minutes to (almost) fully replicate it. Also replicated it because Nvaros tried to replicate it XD
      original HUD:
      2020-08-19_23.24.42.png
      my HUD in liquidbounce:
      2020-08-21_22.11.58.png
      Also, you need a script I made for the health and speed thingys
      HUD:

      [
        {
          "Type": "Scoreboard",
          "X": 5.0,
          "Y": 0.0,
          "Scale": 1.0,
          "HorizontalFacing": "Right",
          "VerticalFacing": "Middle",
          "Text-R": 255,
          "Text-G": 255,
          "Text-B": 255,
          "Background-R": 0,
          "Background-G": 0,
          "Background-B": 0,
          "Background-Alpha": 95,
          "Rect": false,
          "Rect-Color": "Custom",
          "Rect-R": 0,
          "Rect-G": 111,
          "Rect-B": 255,
          "Rect-Alpha": 255,
          "Shadow": false,
          "Font": {
            "fontName": "Minecraft Font",
            "fontSize": -1
          }
        },
        {
          "Type": "Effects",
          "X": 2.0,
          "Y": 10.0,
          "Scale": 1.0,
          "HorizontalFacing": "Right",
          "VerticalFacing": "Down",
          "Font": {
            "fontName": "Roboto Medium",
            "fontSize": 35
          },
          "Shadow": true
        },
        {
          "Type": "Armor",
          "X": -8.0,
          "Y": 56.0,
          "Scale": 1.0,
          "HorizontalFacing": "Middle",
          "VerticalFacing": "Down",
          "Alignment": "Horizontal"
        },
        {
          "Type": "Arraylist",
          "X": -1.0,
          "Y": 25.0,
          "Scale": 1.0,
          "HorizontalFacing": "Left",
          "VerticalFacing": "Up",
          "Text-Color": "Custom",
          "Text-R": 0,
          "Text-G": 246,
          "Text-B": 255,
          "Rect-Color": "Rainbow",
          "Rect-R": 255,
          "Rect-G": 255,
          "Rect-B": 255,
          "Rect-Alpha": 255,
          "Random-Saturation": 0.9,
          "Random-Brightness": 0.0,
          "Tags": false,
          "ShadowText": true,
          "Background-Color": "Custom",
          "Background-R": 0,
          "Background-G": 0,
          "Background-B": 0,
          "Background-Alpha": 0,
          "Rect": "None",
          "UpperCase": false,
          "Space": 0.0,
          "TextHeight": 11.0,
          "TextY": 1.0,
          "TagsArrayColor": false,
          "Font": {
            "fontName": "Minecraft Font",
            "fontSize": -1
          }
        },
        {
          "Type": "Text",
          "X": 2.0,
          "Y": 376.0,
          "Scale": 1.0,
          "HorizontalFacing": "Left",
          "VerticalFacing": "Up",
          "DisplayText": "Z: %z%",
          "Red": 255,
          "Green": 255,
          "Blue": 255,
          "Rainbow": false,
          "Shadow": true,
          "Font": {
            "fontName": "Minecraft Font",
            "fontSize": -1
          }
        },
        {
          "Type": "Text",
          "X": 68.0,
          "Y": 5.0,
          "Scale": 1.0,
          "HorizontalFacing": "Left",
          "VerticalFacing": "Up",
          "DisplayText": "FPS: %fps%",
          "Red": 255,
          "Green": 255,
          "Blue": 255,
          "Rainbow": false,
          "Shadow": true,
          "Font": {
            "fontName": "Minecraft Font",
            "fontSize": -1
          }
        },
        {
          "Type": "Text",
          "X": 2.0,
          "Y": 365.0,
          "Scale": 1.0,
          "HorizontalFacing": "Left",
          "VerticalFacing": "Up",
          "DisplayText": "Y: %y%",
          "Red": 255,
          "Green": 255,
          "Blue": 255,
          "Rainbow": false,
          "Shadow": true,
          "Font": {
            "fontName": "Minecraft Font",
            "fontSize": -1
          }
        },
        {
          "Type": "Text",
          "X": 2.0,
          "Y": 2.0,
          "Scale": 2.0,
          "HorizontalFacing": "Left",
          "VerticalFacing": "Up",
          "DisplayText": "Wormy",
          "Red": 0,
          "Green": 0,
          "Blue": 255,
          "Rainbow": false,
          "Shadow": true,
          "Font": {
            "fontName": "Minecraft Font",
            "fontSize": -1
          }
        },
        {
          "Type": "Text",
          "X": 30.0,
          "Y": 355.0,
          "Scale": 1.0,
          "HorizontalFacing": "Left",
          "VerticalFacing": "Up",
          "DisplayText": "X: %x%",
          "Red": 255,
          "Green": 255,
          "Blue": 255,
          "Rainbow": false,
          "Shadow": true,
          "Font": {
            "fontName": "Minecraft Font",
            "fontSize": -1
          }
        }
      ]
      

      Script: RenderAddon.js
      Enjoy!

      1 Reply Last reply Reply Quote 0
      • 6Sence
        6Sence last edited by

        Nice
        //8 char

        1 Reply Last reply Reply Quote 0
        • notautismatall
          notautismatall last edited by notautismatall

          Wormy Client: 146FPS
          LiquidBounce: 79FPS

          xD just to show how lag liquidbounce is

          icewormy3 1 Reply Last reply Reply Quote 0
          • icewormy3
            icewormy3 @notautismatall last edited by

            @notautismatall xd but lb overall is a better client than mine

            notautismatall M 2 Replies Last reply Reply Quote 0
            • notautismatall
              notautismatall @icewormy3 last edited by notautismatall

              @icewormy3 I prefer creating a client from MCP because you can save the changes right after saving in debug mode, but in LiquidBounce you must restart the client to see changes, which takes so long and it's so annoying

              icewormy3 1 Reply Last reply Reply Quote 0
              • icewormy3
                icewormy3 @notautismatall last edited by icewormy3

                @notautismatall said in wormy client HUD in liquidbounce:

                @icewormy3 I prefer creating a client from MCP because you can debug and edit right after saving, but in LiquidBounce you must restart the client to see changes, which takes so long and it's so annoying

                Ye I also really like debug mode. The only reason why my client even exists is cause 1.13 liquidbounce never came out

                notautismatall 1 Reply Last reply Reply Quote 0
                • notautismatall
                  notautismatall @icewormy3 last edited by

                  @icewormy3 lol

                  1 Reply Last reply Reply Quote 0
                  • ChocoPie_isme
                    ChocoPie_isme Banned last edited by

                    @icewormy3 cum

                    1 Reply Last reply Reply Quote 0
                    • CzechHek
                      CzechHek last edited by

                      what about uploading themes with Manager

                      1 Reply Last reply Reply Quote 0
                      • Azure1
                        Azure1 last edited by

                        stop

                        1 Reply Last reply Reply Quote 0
                        • ChocoPie_isme
                          ChocoPie_isme Banned last edited by

                          what about add a feature that you can download fonts in theme manager

                          CzechHek 1 Reply Last reply Reply Quote 0
                          • CzechHek
                            CzechHek @ChocoPie_isme last edited by

                            @ChocoPie_isme Manager automatically uploads custom fonts or downloads and installs them.

                            1 Reply Last reply Reply Quote 0
                            • M
                              mems Moderator @icewormy3 last edited by mems

                              @icewormy3 and as i've seen days ago, you could bypass matrix's scaffold checks pretty easily.

                              icewormy3 1 Reply Last reply Reply Quote 0
                              • icewormy3
                                icewormy3 @mems last edited by

                                @mems ye my scaffold bypasses every anticheat I tested

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  mems Moderator @icewormy3 last edited by

                                  @icewormy3 and it bypassed it so easily that your scaffold inspired me to find a working bypass, and ... it's a success.

                                  1 Reply Last reply Reply Quote 0
                                  • _TV KOFF. JAY
                                    _TV KOFF. JAY last edited by

                                    how u can have [ ], ex: Criticals [Packet]

                                    icewormy3 1 Reply Last reply Reply Quote 0
                                    • icewormy3
                                      icewormy3 @_TV KOFF. JAY last edited by

                                      @_TV-KOFF-JAY I just do [ + the mode of the critcals and then end it with ]

                                      Exquite 1 Reply Last reply Reply Quote 0
                                      • Exquite
                                        Exquite @icewormy3 last edited by

                                        @icewormy3 can u give me ex or code? or script?

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post
                                        About
                                        • Terms of Service
                                        • Privacy Policy
                                        • Status
                                        • Contact Us
                                        Downloads
                                        • Releases
                                        • Source code
                                        • License
                                        Docs
                                        • Tutorials
                                        • CustomHUD
                                        • AutoSettings
                                        • ScriptAPI
                                        Community
                                        • Forum
                                        • Guilded
                                        • YouTube
                                        • Twitter
                                        • D.Tube