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. Speed Mode

Speed Mode

Scheduled Pinned Locked Moved Kotlin/Java
25 Posts 6 Posters 5.9k 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.
  • 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) {
        }
    }
    
    
    _SimonClient__ Offline
    _SimonClient__ Offline
    _SimonClient_
    wrote on last edited by _SimonClient_
    #13

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

    mike melonyM 1 Reply Last reply
    0
    • _SimonClient__ _SimonClient_

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

      mike melonyM Offline
      mike melonyM Offline
      mike melony
      wrote on last edited by
      #14

      @_simonclient_ ncp:(

      _SimonClient__ 1 Reply Last reply
      0
      • mike melonyM mike melony

        @_simonclient_ ncp:(

        _SimonClient__ Offline
        _SimonClient__ Offline
        _SimonClient_
        wrote on last edited by
        #15

        @mike-melony oh my :v

        mike melonyM 1 Reply Last reply
        0
        • _SimonClient__ _SimonClient_

          @mike-melony oh my :v

          mike melonyM Offline
          mike melonyM Offline
          mike melony
          wrote on last edited by
          #16

          @_simonclient_ I don't understand skid:(

          _SimonClient__ 2 Replies Last reply
          0
          • mike melonyM mike melony

            @_simonclient_ I don't understand skid:(

            _SimonClient__ Offline
            _SimonClient__ Offline
            _SimonClient_
            wrote on last edited by
            #17

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

            1 Reply Last reply
            0
            • mike melonyM mike melony

              @_simonclient_ I don't understand skid:(

              _SimonClient__ Offline
              _SimonClient__ Offline
              _SimonClient_
              wrote on last edited by
              #18

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

              mike melonyM 3 Replies Last reply
              0
              • _SimonClient__ _SimonClient_

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

                mike melonyM Offline
                mike melonyM Offline
                mike melony
                wrote on last edited by
                #19

                @_simonclient_ Wuwuwu idk

                1 Reply Last reply
                0
                • _SimonClient__ _SimonClient_

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

                  mike melonyM Offline
                  mike melonyM Offline
                  mike melony
                  wrote on last edited by
                  #20

                  @_simonclient_ How did you do it

                  _SimonClient__ 1 Reply Last reply
                  0
                  • mike melonyM mike melony

                    @_simonclient_ How did you do it

                    _SimonClient__ Offline
                    _SimonClient__ Offline
                    _SimonClient_
                    wrote on last edited by
                    #21

                    @mike-melony ukm when i add Watchdog.kt in it said want to change to kotin i choose yes and fix the problem and then i can easily add it

                    1 Reply Last reply
                    0
                    • _SimonClient__ _SimonClient_

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

                      mike melonyM Offline
                      mike melonyM Offline
                      mike melony
                      wrote on last edited by
                      #22

                      @_simonclient_ do u have discord?

                      skiddermaster412S 1 Reply Last reply
                      0
                      • mike melonyM mike melony

                        @_simonclient_ do u have discord?

                        skiddermaster412S Offline
                        skiddermaster412S Offline
                        skiddermaster412
                        wrote on last edited by
                        #23
                        This post is deleted!
                        GooseoG 1 Reply Last reply
                        0
                        • skiddermaster412S skiddermaster412

                          This post is deleted!

                          GooseoG Offline
                          GooseoG Offline
                          Gooseo
                          wrote on last edited by
                          #24

                          @skiddermaster412 xD

                          1 Reply Last reply
                          0
                          • mike melonyM mike melony

                            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?

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

                            @mike-melony Sorry for the necro, but the problem is that the speed is in Java, not Kotlin.
                            Try to change the file extension to ".java", and register the speed mode in Speed.java or Speed.kt (Depending on what it shows)

                            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