Navigation

    CCBlueX Forum

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

    add LB like min max values to liquid water mod menu script additions (same)

    Scripts
    tutorial values
    6
    12
    342
    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.
    • CzechHek
      CzechHek last edited by CzechHek

      praise https://forum.ccbluex.net/thread.php?id=2604

      hellno friend))

      i back witcher another tuto XD i was show how make cool custom good click jui mod menu lb like min max values with water jump slimeblock mod api ok???? i paste from uc mysef))
      ok ok ok ok
      fist uu need import class definition lmao heheheXDDD

                           
                  IntegerValue = Java.type("net.ccbluex.liquidbounce.value.IntegerValue");
                            
      
      
      

      ok now you expand scaffold it heheheDDDDDDDDDDD

      integerValueAxetender = Java.extend(IntegerValue);
      

      were not finished!!!!!!!!!!!!!!!!!!!!!!!! need to create custom axe tendered valueXDDDDDDDD

      maxDelayValue = new integerValueAxetender("MaxDelay", 25,0,      100) {
      
      
      }
      
      now add onCharge in between XD
          onChanged: function (oldValue, newValue) {
              newValue < minDelayValue.get() && maxDelayValue.set(minDelayValue.get()); 
          }
      

      final time!!!!

      now you do similar thingieis floor MIN DELAY but put other onCharge in between LMAO

          onChanged: function (oldValue, newValue) {
              newValue > maxDelayValue.get() && minDelayValue.set(maxDelayValue.get());
          }
      

      now you can make op things like min max delays in killaura and inventorycleaner and stuff ok men?????!!!!

      ok thank me for your read afteryt best devlopmen on earth ok??!! some weird language

      he has coronavirus(((((

      if you actually want to know how i did this

      (scriptapi v1 with Core ok)

      IntegerValue = Java.type("net.ccbluex.liquidbounce.value.IntegerValue");
      //also need to import it because values need to be created before Core is loaded
      
      list = [
          maxdelay = new _AdaptedValue(new (Java.extend(IntegerValue))("MaxDelay", 25, 0, 100) {
              onChanged: function (o, n) {
                  n < mindelay.get() && maxdelay.set(mindelay.get());
              }
          }),
          mindelay = new _AdaptedValue(new (Java.extend(IntegerValue))("MinDelay", 0, 0, 100) {
              onChanged: function (o, n) {
                  n > maxdelay.get() && mindelay.set(maxdelay.get());
              }
          })
      ]
      
      
      module = {
          values: list
      }
      
      script.import("Core.lib");
      
      A 1 Reply Last reply Reply Quote 0
      • A
        Aftery @CzechHek last edited by Aftery

        @CzechHek Xin chào bạn, tôi là nhà tuyển dụng của tập đoàn giải trí Rạp xiếc Trung Ương Group. Trong quá trình tìm kiếm và đào tạo những người hài hước của chúng tôi (đi săn chất xám và nhân tài) tôi nhận thấy bạn là người có khiếu hài hước, tập đoàn chúng tôi thật sự cần một chú hề đúng nghĩa, tôi đã thấy bạn vừa mở mồm là mọi người đã cười ầm lên, không cần phải biểu diễn. Đặc biệt đối với chúng tôi thì những vị trí lãnh đạo rạp xiếc cấp cao phải tìm người "có tâm, có tầm" Một môi trường của những thiên tài hề, xung quanh bạn là những nhân vật: cha đẻ của tiếng cười, nhà khoa học hề, chúa hề địa phương, bait đồ tể, chúa tể rạp xiết Môi trường làm việc năng động, hài hước

        hq tutorial, 11/9.

        LolMC CzechHek exit scammed 3 Replies Last reply Reply Quote 0
        • LolMC
          LolMC @Aftery last edited by

          @Aftery yo wtf
          u say vietnamese
          lol

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

            idk but

            @CzechHek Xin chào bạn, tôi là nhà tuyển dụng của tập đoàn giải trí Rạp xiếc Trung Ương Group. Trong quá trình tìm kiếm và đào tạo những người hài hước của chúng tôi (đi săn chất xám và nhân tài) tôi nhận thấy bạn là người có khiếu hài hước, tập đoàn chúng tôi thật sự cần một chú hề đúng nghĩa, tôi đã thấy bạn vừa mở mồm là mọi người đã cười ầm lên, không cần phải biểu diễn. Đặc biệt đối với chúng tôi thì những vị trí lãnh đạo rạp xiếc cấp cao phải tìm người "có tâm, có tầm" Một môi trường của những thiên tài hề, xung quanh bạn là những nhân vật: cha đẻ của tiếng cười, nhà khoa học hề, chúa hề địa phương, bait đồ tể, chúa tể rạp xiết Môi trường làm việc năng động, hài hước
            hq tutorial, 11/9.

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

              ok sori for mi error i hatte big error in code that spammed error

              now fixed work hopeful understandable good tutorial

              ich have more op tutorials @Aftery like custom categoris more op a lot then this
              https://forums.ccbluex.net/topic/269/add-custom-categories-to-the-liquid-bounce-mod-menu-custom

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

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • LolMC
                  LolMC last edited by

                  Ur tutorial
                  Make me
                  Have corona virus
                  *Cough

                  Litely 1 Reply Last reply Reply Quote 0
                  • Litely
                    Litely @LolMC last edited by

                    hq tutorial!1

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

                      @Aftery said in add LB like min max values to liquid water mod menu script additions (same):

                      @CzechHek Xin chào bạn, tôi là nhà tuyển dụng của tập đoàn giải trí Rạp xiếc Trung Ương Group. Trong quá trình tìm kiếm và đào tạo những người hài hước của chúng tôi (đi săn chất xám và nhân tài) tôi nhận thấy bạn là người có khiếu hài hước, tập đoàn chúng tôi thật sự cần một chú hề đúng nghĩa, tôi đã thấy bạn vừa mở mồm là mọi người đã cười ầm lên, không cần phải biểu diễn. Đặc biệt đối với chúng tôi thì những vị trí lãnh đạo rạp xiếc cấp cao phải tìm người "có tâm, có tầm" Một môi trường của những thiên tài hề, xung quanh bạn là những nhân vật: cha đẻ của tiếng cười, nhà khoa học hề, chúa hề địa phương, bait đồ tể, chúa tể rạp xiết Môi trường làm việc năng động, hài hước

                      hq tutorial, 11/9.

                      wtf

                      Hello, I am the recruiter of the Central Circus Entertainment Group. In the process of finding and training our funny people (hunting gray matter and talented people), I realized that you are a person with a sense of humor, our group really needs a true clown, I have When you see your mouth open, everyone laughs out loud, no need to perform. Especially for us, the senior circus leaders must find someone "mindful, capable" An environment of clown geniuses, around you are the characters: the father of laughter, the house science clown, local clown bait, butcher lair, lord of the circus Dynamic working environment, humorous

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

                        Lmao. .

                        1 Reply Last reply Reply Quote 0
                        • exit scammed
                          exit scammed @Aftery last edited by

                          @Aftery source: ditmewibu.com

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

                            ok

                            Please enter a longer post. Posts should contain at least 8 character(s).

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post