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. ScriptAPI
  3. [CORE] Module

[CORE] Module

Scheduled Pinned Locked Moved ScriptAPI
21 Posts 5 Posters 2.6k Views
  • 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.
  • G Offline
    G Offline
    Gabriel
    wrote on last edited by
    #1

    How do i put a tag on a core module depending on the mode?

    I know it may not be possible if its not, i will still thank you.

    CzechHekC 1 Reply Last reply
    0
    • G Gabriel

      How do i put a tag on a core module depending on the mode?

      I know it may not be possible if its not, i will still thank you.

      CzechHekC Offline
      CzechHekC Offline
      CzechHek
      wrote on last edited by
      #2

      @gabriel

      ///api_version=2
      (script = registerScript({
          name: "TagExample",
          authors: ["CzechHek"],
          version: "1.0"
      })).import("Core.lib");
      
      //advanced option
      module = {
          values: [
              mode = new (Java.extend(ListValue)) ("Mode", ["mode1", "mode2"], "mode1") {onChanged: function (o, n) {TagExampleModule.tag = n}},
          ]
      }
      
      //simple option
      module = {
          onUpdate: function () {
              TagExampleModule.tag = mode.get();
          }
      }
      
      G 1 Reply Last reply
      0
      • CzechHekC CzechHek

        @gabriel

        ///api_version=2
        (script = registerScript({
            name: "TagExample",
            authors: ["CzechHek"],
            version: "1.0"
        })).import("Core.lib");
        
        //advanced option
        module = {
            values: [
                mode = new (Java.extend(ListValue)) ("Mode", ["mode1", "mode2"], "mode1") {onChanged: function (o, n) {TagExampleModule.tag = n}},
            ]
        }
        
        //simple option
        module = {
            onUpdate: function () {
                TagExampleModule.tag = mode.get();
            }
        }
        
        G Offline
        G Offline
        Gabriel
        wrote on last edited by
        #3

        @czechhek Can you do that with disabler script?

        I 1 Reply Last reply
        0
        • G Gabriel

          @czechhek Can you do that with disabler script?

          I Offline
          I Offline
          idk my name
          wrote on last edited by
          #4

          @gabriel Why you cant yourself? Skidder

          G 1 Reply Last reply
          0
          • I idk my name

            @gabriel Why you cant yourself? Skidder

            G Offline
            G Offline
            Gabriel
            wrote on last edited by
            #5

            @idk-my-name I don't know how to code js, im better at java (And i suck at java) than at scriptapi

            I 1 Reply Last reply
            0
            • G Gabriel

              @idk-my-name I don't know how to code js, im better at java (And i suck at java) than at scriptapi

              I Offline
              I Offline
              idk my name
              wrote on last edited by
              #6

              @gabriel Then, what does volatile mean?

              G 1 Reply Last reply
              0
              • I idk my name

                @gabriel Then, what does volatile mean?

                G Offline
                G Offline
                Gabriel
                wrote on last edited by
                #7

                @idk-my-name I only know how to create speed modes in lb...

                I 1 Reply Last reply
                0
                • G Gabriel

                  @idk-my-name I only know how to create speed modes in lb...

                  I Offline
                  I Offline
                  idk my name
                  wrote on last edited by
                  #8

                  @gabriel It is not java codding

                  G 1 Reply Last reply
                  0
                  • I idk my name

                    @gabriel It is not java codding

                    G Offline
                    G Offline
                    Gabriel
                    wrote on last edited by
                    #9

                    @idk-my-name Then its what?

                    I 1 Reply Last reply
                    0
                    • G Gabriel

                      @idk-my-name Then its what?

                      I Offline
                      I Offline
                      idk my name
                      wrote on last edited by
                      #10

                      @gabriel If you dont use IDE & dont know Java/Kotlin, it is not codding. Just hobby

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

                        Learn kotlin if you want to create something for LB. Like 2-3 months ago, I didn't know shit about coding. Now I've managed to convert scaffold.java to a damn kotlin extension file with no errors. (I still don't know shit about coding, I just look at other modules and see what's right to use and it turns out to be right lol)

                        I 1 Reply Last reply
                        1
                        • ? A Former User

                          Learn kotlin if you want to create something for LB. Like 2-3 months ago, I didn't know shit about coding. Now I've managed to convert scaffold.java to a damn kotlin extension file with no errors. (I still don't know shit about coding, I just look at other modules and see what's right to use and it turns out to be right lol)

                          I Offline
                          I Offline
                          idk my name
                          wrote on last edited by
                          #12

                          @mems Well, pretty good. I've tested your Matrix bypasses, and they worked

                          G 1 Reply Last reply
                          0
                          • I idk my name

                            @mems Well, pretty good. I've tested your Matrix bypasses, and they worked

                            G Offline
                            G Offline
                            Gabriel
                            wrote on last edited by
                            #13

                            @idk-my-name What bypasses?

                            ? 1 Reply Last reply
                            0
                            • G Gabriel

                              @idk-my-name What bypasses?

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

                              @gabriel Some matrix speed which after a week it got patched.

                              G I 2 Replies Last reply
                              0
                              • ? A Former User

                                @gabriel Some matrix speed which after a week it got patched.

                                G Offline
                                G Offline
                                Gabriel
                                wrote on last edited by
                                #15

                                @mems That's why open source LiquidBounce gets patched.

                                I ? 2 Replies Last reply
                                0
                                • ? A Former User

                                  @gabriel Some matrix speed which after a week it got patched.

                                  I Offline
                                  I Offline
                                  idk my name
                                  wrote on last edited by
                                  #16

                                  @mems Nope, works on some shitty russian vodka servers with Matrix, like forscraft/fawemc

                                  1 Reply Last reply
                                  0
                                  • G Gabriel

                                    @mems That's why open source LiquidBounce gets patched.

                                    I Offline
                                    I Offline
                                    idk my name
                                    wrote on last edited by
                                    #17

                                    @gabriel Lie. Good AC devs dont look into client source codes

                                    G yorik100Y 2 Replies Last reply
                                    0
                                    • I idk my name

                                      @gabriel Lie. Good AC devs dont look into client source codes

                                      G Offline
                                      G Offline
                                      Gabriel
                                      wrote on last edited by
                                      #18

                                      @idk-my-name Its easy to patch everything, like NCP.
                                      Every NCP speed is not infinite 🙂

                                      I 1 Reply Last reply
                                      0
                                      • G Gabriel

                                        @idk-my-name Its easy to patch everything, like NCP.
                                        Every NCP speed is not infinite 🙂

                                        I Offline
                                        I Offline
                                        idk my name
                                        wrote on last edited by
                                        #19

                                        @gabriel It is infinite. I have infinite ncp yport oder minihop

                                        1 Reply Last reply
                                        0
                                        • G Gabriel

                                          @mems That's why open source LiquidBounce gets patched.

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

                                          @gabriel said in [CORE] Module:

                                          @mems That's why open source LiquidBounce gets patched.

                                          This is probably the only reason why I don't like LiquidBounce, but it is what it is.

                                          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