CCBlueX Forum

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

    Hypixel AutoBlock Helper (Legacy)

    Scripts
    3
    4
    900
    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.
    • LolMC
      LolMC last edited by Temm

      Hypixel AutoBlock Helper
      Version:1.0
      Description:A script help killaura can autoblock bypass hypixel
      -1.0: first release

      How to use:turn on script and enable autoblock option in killaura(you can use noslow with packet )
       Warning!: dont turn on intractutoblock and delayedautoblock(autoban)
      
      var scriptName = "HypixelAutoblockHelper"
      var scriptVersion = 1.1
      var scriptAuthor = "Lolmc"
      
      var ccbluex = new ccbluex()
      var client
      
      var KillAura = Java.type("net.ccbluex.liquidbounce.LiquidBounce").moduleManager.getModule(Java.type("net.ccbluex.liquidbounce.features.module.modules.combat.KillAura").class);
      function ccbluex() {
          
      	this.getName = function() {
              return "HypixelAutoblock"
          }
      
          this.getDescription = function() {
              return "a hypixel autoblock helper for killaura"
          }
      
          this.getCategory = function() {
              return "Fun"
          }
      
          this.onUpdate = function() {
            if(KillAura.target != null && !!(heldItem = mc.thePlayer.getHeldItem()) && heldItem.getItem() instanceof Java.type("net.minecraft.item.ItemSword")){
              mc.thePlayer.setItemInUse(mc.thePlayer.inventory.getCurrentItem(), 51213)
              }
            
          }
          this.onDisable = function() {
            mc.thePlayer.itemInUseCount = 0;
        
        }
        }
      
      
      function onLoad() {}
      
      function onEnable() {
          client = moduleManager.registerModule(ccbluex)
      }
      
      function onDisable() {
          moduleManager.unregisterModule(client)
      }
      
      1 Reply Last reply Reply Quote 1
      • LolMC
        LolMC last edited by

        update vid: (banned for bug at the end of video)
        bug: https://github.com/CCBlueX/LiquidBounce1.8-Issues/issues/3843

        Lolmc0587 created this issue in CCBlueX/LiquidBounce1.8-Issues

        closed [BUG]Idk what name for this bug.. #3843

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

          This post is deleted!
          ? 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @Aftery last edited by

            @aftery nice

            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