CCBlueX Forum

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

    (Reupload from Aftery) Hypixel Antibot (Legacy)

    Scripts
    8
    10
    499
    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.
    • ChocoPie_isme
      ChocoPie_isme Banned last edited by Temm

      var scriptName = "real gang shit";
      var scriptVersion = 1.0;
      var scriptAuthor = "Aftery142";
      
      //external modules
      //nothing
      
      //external dependencies
      var EntityPlayer = Java.type("net.minecraft.entity.player.EntityPlayer");
      
      function Module1() {
          this.getName = function() {
              return "AHypixelAntibot";
          };
          this.getTag = function() {
              return "No u";
          };
          this.getDescription = function() {
              return "no u.";
          };
          this.getCategory = function() {
              return "Fun";
          };
      	
          this.onMotion = function() {
      		for (var i = 0; i < mc.theWorld.getLoadedEntityList().length; i++) {
      			var ent = mc.theWorld.getLoadedEntityList()[i];
      			if (!(ent instanceof EntityPlayer)) continue;
      			if (ent.getName().contains("\u00A7") || (ent.hasCustomName() /*pCodenz*/ && ent.getCustomNameTag().contains(ent.getName()))) mc.theWorld.removeEntity(ent);
      		}
      	};
      }
      var modules = [
      	new Module1()
      ];
      function onEnable() {
      	for (var i = 0; i < modules.length; i++) moduleManager.registerModule(modules[i]);
      };
      function onDisable() {
      	for (var i = 0; i < modules.length; i++) moduleManager.unregisterModule(modules[i]);
      };
      

      what this removes:

      • skywars bots
      • normal watchdog bots
        what this doesnt remove:
      • staff bot

      happy skidding!

      yikes i copied pasted 100% of it)))))))

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

        This post is deleted!
        1 Reply Last reply Reply Quote 1
        • infAura
          infAura @ChocoPie_isme last edited by

          "The old forum will be archived"

          ChocoPie_isme 1 Reply Last reply Reply Quote 0
          • ChocoPie_isme
            ChocoPie_isme Banned @infAura last edited by

            @infAura said in (Reupload from Aftery) Hypixel Antibot (Legacy):

            "The old forum will be archived"

            that's why im reuploading everything

            infAura 1 Reply Last reply Reply Quote 0
            • infAura
              infAura @ChocoPie_isme last edited by

              @ChocoPie_isme should i just report you for being retarded

              ChocoPie_isme 1 Reply Last reply Reply Quote 0
              • ChocoPie_isme
                ChocoPie_isme Banned @infAura last edited by ChocoPie_isme

                i thought the old forum will go COMPLETELY offline, it's mean i can't be able to see anything in old forum

                1 Reply Last reply Reply Quote 0
                • ?
                  A Former User last edited by

                  this.onMotion = function() {
                  	mc.theWorld.playerEntities.forEach(function(ent) {
                  		(ent.getName().contains("\u00A7") || (ent.hasCustomName() && ent.getCustomNameTag().contains(ent.getName()))) && mc.theWorld.removeEntity(ent);
                  	});
                  }
                  
                  1 Reply Last reply Reply Quote 0
                  • Azure
                    Azure last edited by

                    stop re-uploading script from Aftery, you look like an actual skidder!

                    Aftery gang

                    ChocoPie_isme 1 Reply Last reply Reply Quote 0
                    • ChocoPie_isme
                      ChocoPie_isme Banned @Azure last edited by

                      @PrimAzure said in (Reupload from Aftery) Hypixel Antibot (Legacy):

                      stop re-uploading script from Aftery, you look like an actual skidder!

                      Aftery gang

                      i reupload things from aftery bcz he is cool and he makes cool things

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

                        i want to kms after seeing my own posts ngl

                        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