CCBlueX Forum

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

    Hypixel InvMove

    Kotlin/Java
    1
    1
    181
    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.
    • YounKoo
      YounKoo last edited by

      Add in your InvMove Module

      Add this to Switch

          private final BoolValue hypixelBypass = new BoolValue("HypixelBypass", false);
      
      

      This write on Packet Event

              if(hypixelBypass.get()) {
              
                          if (mc.currentScreen != null && !(mc.currentScreen instanceof GuiChat) && mc.currentScreen instanceof GuiInventory) {
              
                              if (event.getPacket() instanceof S08PacketPlayerPosLook) {
              
                                  event.cancelEvent();
              
                                  ClientUtils.displayChatMessage("Trying Disabled S08...");
              
                                  if (event.getPacket() instanceof C0FPacketConfirmTransaction) {
              
                                      event.cancelEvent();
              
                                      ClientUtils.displayChatMessage("Trying Disabled C0F...");
              
                                  }
              
                              }
              
                          }
              
                      }
      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