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. Kotlin/Java
  3. Rise Rainbow

Rise Rainbow

Scheduled Pinned Locked Moved Kotlin/Java
26 Posts 12 Posters 6.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.
  • Plumer ManP Offline
    Plumer ManP Offline
    Plumer Man
    wrote on last edited by
    #6

    Liuli loli confirmed

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

      im not skidding this

      1 Reply Last reply
      0
      • qwq LiulihaocaiQ qwq Liulihaocai

        rainbow code like rise client

        code

        ColorUtils.kt

            private val startTime=System.currentTimeMillis()
        
            fun hslRainbow(index: Int,lowest: Float=0.41f,bigest: Float=0.58f,indexOffset: Int=300,timeSplit: Int=3000):Color{
                return Color.getHSBColor((abs(((((System.currentTimeMillis()-startTime).toInt()+index*indexOffset)/timeSplit.toFloat())%2)-1)*(bigest-lowest))+lowest,0.7f,1f)
            }
        

        usage(Arraylist.kt)

        "riserainbow" -> ColorUtils.hslRainbow(index+1,indexOffset=100*rainbowSpeed.get()).rgb
        

        image

        b7796d67-4a5a-4fe9-ac7f-7795ab2d0172-image.png

        sxviolenceS Offline
        sxviolenceS Offline
        sxviolence
        wrote on last edited by
        #8

        @qwq-liulihaocai and where is arraylist.kt?
        located

        qwq LiulihaocaiQ 1 Reply Last reply
        0
        • sxviolenceS sxviolence

          @qwq-liulihaocai and where is arraylist.kt?
          located

          qwq LiulihaocaiQ Offline
          qwq LiulihaocaiQ Offline
          qwq Liulihaocai
          wrote on last edited by
          #9

          @nxhxcklol net.ccbluex.liquidbounce.ui.client.hud.element.elements.Arraylist

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

            I have a mistake. I don't know how to fix it

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

              anime6.jpg
              а

              ? 1 Reply Last reply
              0
              • ? A Former User

                anime6.jpg
                а

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

                @легипарк-фортнайт i have error how to fix
                3e839afb-5a18-4ef2-a0f4-388832057d7b-image.png

                DreamWasFuckedD 1 Reply Last reply
                0
                • ? A Former User

                  @легипарк-фортнайт i have error how to fix
                  3e839afb-5a18-4ef2-a0f4-388832057d7b-image.png

                  DreamWasFuckedD Offline
                  DreamWasFuckedD Offline
                  DreamWasFucked
                  wrote on last edited by DreamWasFucked
                  #13

                  delete syswow64 folder

                  ? 1 Reply Last reply
                  0
                  • DreamWasFuckedD DreamWasFucked

                    delete syswow64 folder

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

                    @here help it got worse
                    f60487af-380a-4013-b603-83639145099c-image.png

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

                      @here help it got worse
                      f60487af-380a-4013-b603-83639145099c-image.png

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

                      @britishbiscuit What's happening?

                      1 Reply Last reply
                      0
                      • ? A Former User

                        I have a mistake. I don't know how to fix it

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

                        @легипарк-фортнайт No, who had the same mistake as me?

                        ? 2 Replies Last reply
                        0
                        • ? A Former User

                          @легипарк-фортнайт No, who had the same mistake as me?

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

                          @легипарк-фортнайт итмитмanime6.jpg

                          V 1 Reply Last reply
                          0
                          • ? A Former User

                            @легипарк-фортнайт итмитмanime6.jpg

                            V Offline
                            V Offline
                            vinci
                            wrote on last edited by
                            #18

                            @легипарк-фортнайт

                            fix: private val rainbowSpeed = IntegerValue("RainbowSpeed",1,1,10)
                            7549c39a-8407-498c-9808-caf7bccfa7b0-image.png

                            fix?: Math.abs
                            1a39af20-86fa-4c29-ac1a-267a34fabffc-image.png

                            DreamWasFuckedD ? 2 Replies Last reply
                            0
                            • V vinci

                              @легипарк-фортнайт

                              fix: private val rainbowSpeed = IntegerValue("RainbowSpeed",1,1,10)
                              7549c39a-8407-498c-9808-caf7bccfa7b0-image.png

                              fix?: Math.abs
                              1a39af20-86fa-4c29-ac1a-267a34fabffc-image.png

                              DreamWasFuckedD Offline
                              DreamWasFuckedD Offline
                              DreamWasFucked
                              wrote on last edited by
                              #19

                              @nvinci said in Rise Rainbow:

                              Math.abs

                              import kotlin.math.abs

                              1 Reply Last reply
                              1
                              • ? A Former User

                                @легипарк-фортнайт No, who had the same mistake as me?

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

                                @легипарк-фортнайт итмитмanime6.jpg
                                And where to insert it?
                                And import too

                                1 Reply Last reply
                                0
                                • V vinci

                                  @легипарк-фортнайт

                                  fix: private val rainbowSpeed = IntegerValue("RainbowSpeed",1,1,10)
                                  7549c39a-8407-498c-9808-caf7bccfa7b0-image.png

                                  fix?: Math.abs
                                  1a39af20-86fa-4c29-ac1a-267a34fabffc-image.png

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

                                  @nvinci said in Rise Rainbow:

                                  private val rainbowSpeed = IntegerValue("RainbowSpeed",1,1,10)

                                  fix

                                  1 Reply Last reply
                                  0
                                  • ? A Former User

                                    @here help it got worse
                                    f60487af-380a-4013-b603-83639145099c-image.png

                                    0 Offline
                                    0 Offline
                                    00
                                    wrote on last edited by
                                    #22

                                    @britishbiscuit i like ur xps printer

                                    1 Reply Last reply
                                    0
                                    • 6Sence6 Offline
                                      6Sence6 Offline
                                      6Sence
                                      wrote on last edited by
                                      #23

                                      lol I can give u the exact code for Rise rainbow if you want.

                                      qwq LiulihaocaiQ Plumer ManP DreamWasFuckedD 3 Replies Last reply
                                      0
                                      • 6Sence6 6Sence

                                        lol I can give u the exact code for Rise rainbow if you want.

                                        qwq LiulihaocaiQ Offline
                                        qwq LiulihaocaiQ Offline
                                        qwq Liulihaocai
                                        wrote on last edited by
                                        #24

                                        @6sence lol

                                        1 Reply Last reply
                                        0
                                        • 6Sence6 6Sence

                                          lol I can give u the exact code for Rise rainbow if you want.

                                          Plumer ManP Offline
                                          Plumer ManP Offline
                                          Plumer Man
                                          wrote on last edited by
                                          #25

                                          @6sence Give

                                          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