CCBlueX Forum

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

    Speed Mode

    Kotlin/Java
    6
    25
    558
    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.
    • mike melony
      mike melony last edited by

      How to add speed mode? I have many modes, but as soon as I modify speed.kt, I will report an error. I also want to delete some modes. How can I do it?

      _SimonClient_ Gooseo G 3 Replies Last reply Reply Quote 0
      • _SimonClient_
        _SimonClient_ @mike melony last edited by

        @mike-melony you need to register module speed too

        mike melony 2 Replies Last reply Reply Quote 0
        • Gooseo
          Gooseo @mike melony last edited by

          @mike-melony Bruh Moment

          1 Reply Last reply Reply Quote 0
          • mike melony
            mike melony @_SimonClient_ last edited by

            @_simonclient_ ennn how to register

            _SimonClient_ 1 Reply Last reply Reply Quote 0
            • _SimonClient_
              _SimonClient_ @mike melony last edited by

              @mike-melony see this you just need to do like it (name of speed ) (),
              c0789ad7-76ff-40a6-885e-f82d2aef0a7d-image.png

              1 Reply Last reply Reply Quote 0
              • mike melony
                mike melony @_SimonClient_ last edited by

                @_simonclient_ speed.kt?

                _SimonClient_ 1 Reply Last reply Reply Quote 0
                • _SimonClient_
                  _SimonClient_ @mike melony last edited by

                  @mike-melony yes

                  mike melony 1 Reply Last reply Reply Quote 0
                  • mike melony
                    mike melony @_SimonClient_ last edited by

                    @_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

                    _SimonClient_ 1 Reply Last reply Reply Quote 0
                    • _SimonClient_
                      _SimonClient_ @mike melony last edited by _SimonClient_

                      @mike-melony wait what do you add any folder in it??

                      mike melony 1 Reply Last reply Reply Quote 0
                      • mike melony
                        mike melony @_SimonClient_ last edited by

                        @_simonclient_ watchdog.kt 😞

                        _SimonClient_ 1 Reply Last reply Reply Quote 0
                        • _SimonClient_
                          _SimonClient_ @mike melony last edited by _SimonClient_

                          @mike-melony send me your watchdog.kt file or open it

                          mike melony 1 Reply Last reply Reply Quote 0
                          • mike melony
                            mike melony @_SimonClient_ last edited by

                            @_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) {
                                }
                            }
                            
                            
                            _SimonClient_ 1 Reply Last reply Reply Quote 0
                            • _SimonClient_
                              _SimonClient_ @mike melony last edited by _SimonClient_

                              @mike-melony oh i know where you add this speed in aac ncp other or spartan folder??

                              mike melony 1 Reply Last reply Reply Quote 0
                              • mike melony
                                mike melony @_SimonClient_ last edited by

                                @_simonclient_ ncp:(

                                _SimonClient_ 1 Reply Last reply Reply Quote 0
                                • _SimonClient_
                                  _SimonClient_ @mike melony last edited by

                                  @mike-melony oh my :v

                                  mike melony 1 Reply Last reply Reply Quote 0
                                  • mike melony
                                    mike melony @_SimonClient_ last edited by

                                    @_simonclient_ I don't understand skid:(

                                    _SimonClient_ 2 Replies Last reply Reply Quote 0
                                    • _SimonClient_
                                      _SimonClient_ @mike melony last edited by

                                      @mike-melony wait i compile a little bit and i will answer you that coul it work later

                                      1 Reply Last reply Reply Quote 0
                                      • _SimonClient_
                                        _SimonClient_ @mike melony last edited by

                                        @mike-melony hey why my Liquidbounce work 259c791a-afb2-491a-9ff5-182603fa2115-image.png

                                        mike melony 3 Replies Last reply Reply Quote 0
                                        • mike melony
                                          mike melony @_SimonClient_ last edited by

                                          @_simonclient_ Wuwuwu idk

                                          1 Reply Last reply Reply Quote 0
                                          • mike melony
                                            mike melony @_SimonClient_ last edited by

                                            @_simonclient_ How did you do it

                                            _SimonClient_ 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            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