Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Suggestions
  3. LiquidBounce as a ghost client [FOUND A BUG BELOW]

LiquidBounce as a ghost client [FOUND A BUG BELOW]

Scheduled Pinned Locked Moved Suggestions
16 Posts 8 Posters 3.6k Views 2 Watching
  • 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.
  • AzureA Offline
    AzureA Offline
    Azure
    wrote on last edited by
    #3

    you can make that via scriptapi

    helloanaH 1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #4

      yea someone do it ! this will be really great !

      1 Reply Last reply
      0
      • AzureA Azure

        you can make that via scriptapi

        helloanaH Offline
        helloanaH Offline
        helloana
        wrote on last edited by
        #5

        @PrimAzure said in LiquidBounce as a ghost client:

        you can make that via scriptapi

        What's mildly unsettling is people keep saying "you can do it with scriptapi" but they never explain it. I don't know how to create a script that resets the title screen and gui buttons.

        1 Reply Last reply
        2
        • Senk JuS Offline
          Senk JuS Offline
          Senk Ju
          Admin
          wrote on last edited by
          #6

          I don't think it is possible to turn LiquidBounce into a ghost client with the ScriptAPI. Instead one should fork LiquidBounce and remove all GUI related code. I don't see another possibility. If you can do a little programming, you could do it by yourself. It shouldn't be too hard.
          The source code can be found on here.

          helloanaH 1 Reply Last reply
          0
          • Senk JuS Senk Ju

            I don't think it is possible to turn LiquidBounce into a ghost client with the ScriptAPI. Instead one should fork LiquidBounce and remove all GUI related code. I don't see another possibility. If you can do a little programming, you could do it by yourself. It shouldn't be too hard.
            The source code can be found on here.

            helloanaH Offline
            helloanaH Offline
            helloana
            wrote on last edited by
            #7

            @Senk-Ju said in LiquidBounce as a ghost client:

            It shouldn't be too hard.

            The source code can be found on here.

            It's hard for me because I am clueless 😢

            1 Reply Last reply
            0
            • bestnubB Offline
              bestnubB Offline
              bestnub
              wrote on last edited by bestnub
              #8

              It was quite simple:
              DOWNLOAD: http://www.mediafire.com/file/35hx8go1lc8cenv/LiquidBounce-b73-DEV-nogui.jar/file

              I don't care if there are any bugs or you can't use the Altmanager etc.

              Edit: The ingame hotbar can be changed back to normal in the hud module

              helloanaH 1 Reply Last reply
              0
              • bestnubB bestnub

                It was quite simple:
                DOWNLOAD: http://www.mediafire.com/file/35hx8go1lc8cenv/LiquidBounce-b73-DEV-nogui.jar/file

                I don't care if there are any bugs or you can't use the Altmanager etc.

                Edit: The ingame hotbar can be changed back to normal in the hud module

                helloanaH Offline
                helloanaH Offline
                helloana
                wrote on last edited by helloana
                #9

                @bestnub OH MY GOD, thank you so much!!!!!!!!!!!!!!!!!!! I actually am so grateful right now. Thank you!

                EDIT: Found a bug, when I press enter, then put backslash in chat (backslash is my command prefix, I'm not sure if it has anything to do with it) the game crashes.

                EDIT 2: Yeah it seems that it only happens with the backslash.

                EDIT 3: Oh, just tested it with the latest b73, it also happens there so it is an actual bug.

                1 Reply Last reply
                0
                • helloanaH Offline
                  helloanaH Offline
                  helloana
                  wrote on last edited by helloana
                  #10

                  Here is the crash report if anyone is interested. [click the text]

                  notautismatallN 1 Reply Last reply
                  0
                  • helloanaH helloana

                    Here is the crash report if anyone is interested. [click the text]

                    notautismatallN Offline
                    notautismatallN Offline
                    notautismatall
                    wrote on last edited by
                    #11

                    @helloana yes even java has bugs

                    why not liquidbounce?

                    helloanaH 1 Reply Last reply
                    0
                    • notautismatallN notautismatall

                      @helloana yes even java has bugs

                      why not liquidbounce?

                      helloanaH Offline
                      helloanaH Offline
                      helloana
                      wrote on last edited by
                      #12

                      @notautismatall said in LiquidBounce as a ghost client [FOUND A BUG BELOW]:

                      @helloana yes even java has bugs

                      why not liquidbounce?

                      For recording purposes

                      1 Reply Last reply
                      0
                      • helloanaH Offline
                        helloanaH Offline
                        helloana
                        wrote on last edited by
                        #13

                        Can someone teach me how to do it like how @bestnub did it? I want to know how to do it myself so I can apply it to other LiquidBounce versions. Thanks.

                        C 1 Reply Last reply
                        0
                        • helloanaH helloana

                          Can someone teach me how to do it like how @bestnub did it? I want to know how to do it myself so I can apply it to other LiquidBounce versions. Thanks.

                          C Offline
                          C Offline
                          commandblock2
                          wrote on last edited by commandblock2
                          #14

                          @helloana
                          I still remember this post on the old forum.

                          The button related code is here in MixinGuiButton.java.

                          And also CzechHek mentioned a possible way using scriptAPI, I think what he is saying it to draw the vanilla button's texture on the top of LiquidBounce-styled button.

                          Bte it would take more than just editing MixinGuiButton.java to make the ui to be vanillaish. More files should be edited.

                          Btw it is always better to release the modified src when redistribute the modified work(when it is licensed under GPLv3) , or maybe he's just hoping you can do the research yourself

                          1 Reply Last reply
                          0
                          • bestnubB Offline
                            bestnubB Offline
                            bestnub
                            wrote on last edited by bestnub
                            #15

                            I will put it on my github fork as a branch
                            In a few hours....
                            Edit: Here you go: https://github.com/bestnub/LiquidBounce/tree/no_gui

                            C 1 Reply Last reply
                            1
                            • bestnubB bestnub

                              I will put it on my github fork as a branch
                              In a few hours....
                              Edit: Here you go: https://github.com/bestnub/LiquidBounce/tree/no_gui

                              C Offline
                              C Offline
                              commandblock2
                              wrote on last edited by
                              #16

                              @bestnub Thanks a lot, this is really amazing. Stared and watching.
                              @helloana how he did this

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              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
                              • Login

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Users
                              • Groups