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. General
  3. Module Sounds

Module Sounds

Scheduled Pinned Locked Moved General
23 Posts 9 Posters 3.1k Views 1 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.
  • S Offline
    S Offline
    sdkfgiuj
    wrote on last edited by
    #1

    Is there a way to change the sound that plays when you turn a module on and off?

    ? 1 Reply Last reply
    0
    • S sdkfgiuj

      Is there a way to change the sound that plays when you turn a module on and off?

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @sdkfgiuj this is lb source code: https://github.com/CCBlueX/LiquidBounce

      if you want that I suggest you learn coding and start modifying lb src

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sdkfgiuj
        wrote on last edited by
        #3

        Would this be a pain to do in a script?

        1 Reply Last reply
        0
        • Azure1A Offline
          Azure1A Offline
          Azure1
          wrote on last edited by
          #4

          it wouldn't, just a bit harder

          1 Reply Last reply
          0
          • scorpion3013S Offline
            scorpion3013S Offline
            scorpion3013
            Moderator
            wrote on last edited by
            #5

            do it with a resourcepack. Binding is some kind of anvil sound, toggling is the click sound or so

            LitelyL 1 Reply Last reply
            0
            • scorpion3013S scorpion3013

              do it with a resourcepack. Binding is some kind of anvil sound, toggling is the click sound or so

              LitelyL Offline
              LitelyL Offline
              Litely
              wrote on last edited by
              #6

              @scorpion3013 said in Module Sounds:

              do it with a resourcepack. Binding is some kind of anvil sound, toggling is the click sound or so

              or go to here https://github.com/CCBlueX/LiquidBounce/blob/master/shared/main/java/net/ccbluex/liquidbounce/features/module/Module.kt
              fbd9a9c2-67d6-40de-b9a0-17ba509c2829-image.png

              1 Reply Last reply
              0
              • scorpion3013S Offline
                scorpion3013S Offline
                scorpion3013
                Moderator
                wrote on last edited by scorpion3013
                #7

                @idkmyname most people dont know how to compile something.

                1 Reply Last reply
                0
                • Azure1A Offline
                  Azure1A Offline
                  Azure1
                  wrote on last edited by
                  #8

                  @scorpion3013 there's literally a tutorial for that

                  scorpion3013S 1 Reply Last reply
                  0
                  • Azure1A Azure1

                    @scorpion3013 there's literally a tutorial for that

                    scorpion3013S Offline
                    scorpion3013S Offline
                    scorpion3013
                    Moderator
                    wrote on last edited by scorpion3013
                    #9

                    @Azure1 and there is a tutorial for installing liquidbounce but guess what, many still cant do it for whatever reason.
                    There are also alot of tutorial on how to make cheats but:
                    c77d285f-f569-41af-9c3e-d31069dceb7e-grafik.png

                    1 Reply Last reply
                    0
                    • scorpion3013S Offline
                      scorpion3013S Offline
                      scorpion3013
                      Moderator
                      wrote on last edited by
                      #10

                      @scorpion3013 most people would even struggle to find a 8 jdk cause they dont know about openjdk

                      ? 1 Reply Last reply
                      0
                      • scorpion3013S scorpion3013

                        @scorpion3013 most people would even struggle to find a 8 jdk cause they dont know about openjdk

                        ? Offline
                        ? Offline
                        A Former User
                        wrote on last edited by
                        #11

                        @scorpion3013 I could relate to that, but I could show a tutorial on how to compile LiquidBounce.

                        1. Click here.
                        2. Click at "Latest Release" button.
                        3. Open the file, accept the terms of agreement, then click Next.
                        4. Find something named SET JAVA_HOME variable and click at that X thing next to it, then choose Will be installed on local Hard Drive
                        5. You are done with the first part, now you need to download something named git.
                        6. Click here.
                        7. Click at Download 2.28 for Windows (As for 9/23/2020, there might be another update idk)
                        8. Open the file, then click Next, don't touch anything.
                        9. Done.

                        AS FOR COMPILING:

                        If you have already made a branch on github or whatever it is called, then follow this:

                        1. Click here.
                        2. Find something which is named Code.
                        3. You will find a link something like this: https://github.com/CCBlueX/LiquidBounce.git
                        4. Copy this link, because this will be used for compiling.
                        5. Make a folder, and above View click at the file name. Rename the file by typing cmd.
                        6. On the command prompt, type git clone https://github.com/CCBlueX/LiquidBounce.git.
                        7. Wait for it to be done, then type this: cd LiquidBounce
                        8. After you're done with that, type this again: gradlew --debug setupDevWorkspace. That will take a while so relax until it's done.
                        9. Then type this too: gradlew build. It'll take a while, depending on your PC specs.
                        10. After it's done compiling, in order to find your compiled LiquidBounce, go to this location, in my case it's this: C:\Users\myname\Desktop\New folder (2)\LiquidBounce\1.8.9-Forge\build\libs and here will be your compiled LiquidBounce.
                        1 Reply Last reply
                        2
                        • Azure1A Offline
                          Azure1A Offline
                          Azure1
                          wrote on last edited by
                          #12

                          just clone it

                          ? 1 Reply Last reply
                          0
                          • Azure1A Azure1

                            just clone it

                            ? Offline
                            ? Offline
                            A Former User
                            wrote on last edited by
                            #13

                            @Azure1 easier said than done, idk

                            1 Reply Last reply
                            0
                            • Azure1A Offline
                              Azure1A Offline
                              Azure1
                              wrote on last edited by
                              #14

                              you didnt mention an ide too

                              ? 1 Reply Last reply
                              0
                              • Azure1A Azure1

                                you didnt mention an ide too

                                ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by A Former User
                                #15

                                @Azure1 I don't use IDE to compile neither do I know how to use it?

                                1 Reply Last reply
                                0
                                • Azure1A Offline
                                  Azure1A Offline
                                  Azure1
                                  wrote on last edited by
                                  #16

                                  and how did you edit the src?

                                  1 Reply Last reply
                                  0
                                  • Azure1A Offline
                                    Azure1A Offline
                                    Azure1
                                    wrote on last edited by
                                    #17

                                    notepad user?

                                    1 Reply Last reply
                                    1
                                    • ChocoGotBannedC Offline
                                      ChocoGotBannedC Offline
                                      ChocoGotBanned
                                      Banned
                                      wrote on last edited by
                                      #18

                                      i use a pascal ide for java

                                      1 Reply Last reply
                                      0
                                      • LitelyL Offline
                                        LitelyL Offline
                                        Litely
                                        wrote on last edited by
                                        #19

                                        notepad gang

                                        1 Reply Last reply
                                        0
                                        • scorpion3013S Offline
                                          scorpion3013S Offline
                                          scorpion3013
                                          Moderator
                                          wrote on last edited by
                                          #20

                                          cmd gang

                                          1 Reply Last reply
                                          1
                                          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