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

mike melonyM

mike melony

@mike melony
About
Posts
38
Topics
17
Shares
0
Groups
0
Followers
1
Following
1

Posts

Recent Best Controversial

  • Draw MainMenu
    mike melonyM mike melony

    What method should I call to get the avatar of the account I am logged in to and draw it in the mainmenu, like this?

    8d6ca3bb-6991-4bd1-9d5f-e9644440b3c1-1694258370421.jpg

    Kotlin/Java

  • NEED HELP (Kotlin code)
    mike melonyM mike melony

    ok change “0F” to "0". that 's ok

    Kotlin/Java

  • NEED HELP (Kotlin code)
    mike melonyM mike melony

    @larissa 不支持

    Kotlin/Java

  • NEED HELP (Kotlin code)
    mike melonyM mike melony

    1.png
    2.png

    I don't know how to use the opposite number of kotlin
    😞

    Kotlin/Java

  • Percentage of velocity simple mode
    mike melonyM mike melony

    First plz put the following code

    override val tag: String
            get() = modeValue.get()
    
    override val tag: String
            get() = if(modeValue.get() == "Simple")
                "${horizontalValue.get()}% ${verticalValue.get()}%"
            else
                modeValue.get()
    

    Then you'll get an ArrayList like this
    760f72b7-8c42-4fb9-9131-3bf315cc037f-image.png

    (plz don't say I'm a skider. I just sent it when no one sent it XDDD

    Kotlin/Java

  • Array list help
    mike melonyM mike melony

    @litely said in Array list help:

    Animation

    could u give Animationside for arraylist?

    Kotlin/Java

  • PlayerList
    mike melonyM mike melony

    Who has this source code of playerlist, just like the figure below, thank u very much
    01fda3eb-f42f-4c58-b533-dda349de4d87-image.png

    Kotlin/Java

  • NoFall mode
    mike melonyM mike melony

    @0x64 If it's work,thx a lot

    Kotlin/Java

  • NoFall mode
    mike melonyM mike melony

    who has the Edit Nofall mode,plz give us thx

    Kotlin/Java

  • How to add killaura's rotation mode?
    mike melonyM mike melony

    @xinepeng No, I haven't added it yet

    Kotlin/Java

  • How to add killaura's rotation mode?
    mike melonyM mike melony

    I have some novoline and Exhibition rotation source code, but I don't know how to add rotation mode to Killaura

    Kotlin/Java

  • Speed Mode
    mike melonyM mike melony

    @_simonclient_ do u have discord?

    Kotlin/Java

  • Speed Mode
    mike melonyM mike melony

    @_simonclient_ How did you do it

    Kotlin/Java

  • Speed Mode
    mike melonyM mike melony

    @_simonclient_ Wuwuwu idk

    Kotlin/Java

  • Speed Mode
    mike melonyM mike melony

    @_simonclient_ I don't understand skid:(

    Kotlin/Java

  • Speed Mode
    mike melonyM mike melony

    @_simonclient_ ncp:(

    Kotlin/Java

  • Speed Mode
    mike melonyM mike melony

    @_simonclient_ Maybe something is wrong with the watchdog.kt file:)

    /*
     * LiquidBounce Hacked Client
     * A free open source mixin-based injection hacked client for Minecraft using Minecraft Forge.
     * https://github.com/CCBlueX/LiquidBounce/
     */
    package net.ccbluex.liquidbounce.features.module.modules.movement.speeds.ncp;
    
    import net.ccbluex.liquidbounce.event.MoveEvent;
    import net.ccbluex.liquidbounce.features.module.modules.movement.speeds.SpeedMode;
    import net.ccbluex.liquidbounce.utils.MovementUtils;
    
    public class Watchdog extends SpeedMode {
    
        public Watchdog() {
            super("Watchdog");
        }
    
        @Override
        public void onMotion() {
            if(mc.thePlayer.isInWater())
                return;
    
            if(MovementUtils.isMoving()) {
                if(mc.thePlayer.onGround)
                    mc.thePlayer.jump();
                else
                    MovementUtils.strafe(MovementUtils.getSpeed() * 1.311F);
            }else{
                mc.thePlayer.motionX = 0D;
                mc.thePlayer.motionZ = 0D;
            }
        }
    
        @Override
        public void onUpdate() {
    
        }
    
        @Override
        public void onMove(MoveEvent event) {
        }
    }
    
    
    Kotlin/Java

  • Speed Mode
    mike melonyM mike melony

    @_simonclient_ watchdog.kt 😞

    Kotlin/Java

  • Speed Mode
    mike melonyM mike melony

    @_simonclient_ ccce0792-15bb-4e4b-a637-bb4c5ff02050-image.png
    6b52b6f5-e981-412c-a544-dc053d5367fb-image.png
    But that's what it looks like after it's registered

    Kotlin/Java

  • Speed Mode
    mike melonyM mike melony

    @_simonclient_ speed.kt?

    Kotlin/Java
  • Login

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