Navigation

    CCBlueX Forum

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

    Hypixel Clip Glide (By IDK)

    Scripts
    8
    15
    614
    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.
    • CookieChinese
      CookieChinese last edited by CookieChinese

      Don't Move

      var scriptName = "Hypixel Fly"; 
      var scriptVersion = 1.0; 
      var scriptAuthor = "soulplexis"; 
      
      var hypixelFly = new HypixelFly();
      var hypixelFlyClient;
      
      Math.radians = function(degrees) {
          return degrees * Math.PI / 180;
      };
      
      var Potion = Java.type('net.minecraft.potion.Potion');
      var S12PacketEntityVelocity = Java.type('net.minecraft.network.play.server.S12PacketEntityVelocity');
      var S27PacketExplosion = Java.type('net.minecraft.network.play.server.S27PacketExplosion');
      var C03PacketPlayer = Java.type('net.minecraft.network.play.client.C03PacketPlayer');
      var MSTimer = Java.type('net.ccbluex.liquidbounce.utils.timer.MSTimer');
      var flytimer = new MSTimer()
      
      function HypixelFly() {
      
          this.getName = function() {
              return "HypixelFly";
          };
      
          this.getDescription = function() {
              return "Infinite fly bypass for Hypixel";
          };
      
          this.getCategory = function() {
              return "Movement";
          };
      
          this.onUpdate = function() {
              var yaw = Math.radians(mc.thePlayer.rotationYaw);
              var x = -Math.sin(yaw) * 5
              var z = Math.cos(yaw) * 5
              mc.thePlayer.motionY = 0;
              mc.thePlayer.motionX = 0;
              mc.thePlayer.motionZ = 0;
              if (flytimer.hasTimePassed(1080)) {
              mc.thePlayer.setPosition(mc.thePlayer.posX + x, mc.thePlayer.posY - 2, mc.thePlayer.posZ + z);
              flytimer.reset();
              }
      
         }
          this.onDisable = function() {
          }
              this.onPacket = function() {
                  var Packet = e.getPacket();
                  if(Packet instanceof C03PacketPlayer) {
                  Packet.onGround = true;
              }
          }
      }
      
      function onLoad() {
      };
      
      function onEnable() {
          hypixelFlyClient = moduleManager.registerModule(hypixelFly);
      };
      
      function onDisable() {
          moduleManager.unregisterModule(hypixelFlyClient);
      };
      
      sᴇɴsᴇ Plumer Man notautismatall 3 Replies Last reply Reply Quote 0
      • sᴇɴsᴇ
        sᴇɴsᴇ @CookieChinese last edited by

        @cookiechinese lol

        1 Reply Last reply Reply Quote 0
        • Plumer Man
          Plumer Man @CookieChinese last edited by

          @cookiechinese

          mc.gameSettings.keyBindForward.unPressAllKeys();
          

          Wouldnt this stop players from moving?

          1 Reply Last reply Reply Quote 0
          • notautismatall
            notautismatall @CookieChinese last edited by

            @cookiechinese ?
            fc3a6b33-0bb9-4cb8-998c-fcdeab71bd05-image.png

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

              @fart-cheese You only need to import C03 once. Importing it 1, 3, or more times doesn't change anything.

              1 Reply Last reply Reply Quote 0
              • A
                Aftery last edited by

                importing C03 3 times is actually required (hence the 3 in the name), it also makes your C03s 03 times faster but you cant use it in any official valve matchmaking servers

                notautismatall 1 Reply Last reply Reply Quote 3
                • notautismatall
                  notautismatall @Aftery last edited by

                  @aftery :axolaughter:

                  banana1221 1 Reply Last reply Reply Quote 0
                  • banana1221
                    banana1221 @notautismatall last edited by

                    @notautismatall seems like its not you who haves autism or maybe mental problems...it could be "Aftery"

                    A notautismatall Plumer Man 3 Replies Last reply Reply Quote 0
                    • A
                      Aftery @banana1221 last edited by

                      @banana1221 damn whos that

                      1 Reply Last reply Reply Quote 0
                      • notautismatall
                        notautismatall @banana1221 last edited by

                        @banana1221

                        aftery? who's that?

                        banana1221 1 Reply Last reply Reply Quote 0
                        • banana1221
                          banana1221 @notautismatall last edited by

                          @notautismatall well, now i think that it's me who have autism, i hubr pu

                          1 Reply Last reply Reply Quote 0
                          • Plumer Man
                            Plumer Man @banana1221 last edited by Plumer Man

                            @banana1221 C04 = import 4 times lmfao u cringe don't even understand packets

                            This is why making a scaffold is more lines than sending a C04 cuz c09 needs to be imported 9 times 💀

                            notautismatall banana1221 2 Replies Last reply Reply Quote 0
                            • notautismatall
                              notautismatall @Plumer Man last edited by notautismatall

                              @plumer-man

                              for (var i = 0; i <= 9; i++)
                                  var C09PacketHeldItemChange = Java.type("net.minecraft.network.play.client.C09PacketHeldItemChange");
                              
                              1 Reply Last reply Reply Quote 0
                              • banana1221
                                banana1221 @Plumer Man last edited by

                                @plumer-man OH YES NOW I UNDERTAND IJAODHSAOIDYSADNIUYGSDUYGFUYEWGF THANKS ME IONDSAOISANDOISANDSADSAD > : __ :_>:)>):(>):9 YES YAS THANKS AOISAOIHDIASD

                                SUICIDE CHEESE 1 Reply Last reply Reply Quote 0
                                • SUICIDE CHEESE
                                  SUICIDE CHEESE @banana1221 last edited by

                                  @banana1221 are you on drugs

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