(Reupload from Aftery) Hypixel Antibot (Legacy)
-
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)))))))
-
"The old forum will be archived"
-
@infAura said in (Reupload from Aftery) Hypixel Antibot (Legacy):
"The old forum will be archived"
that's why im reuploading everything
-
@ChocoPie_isme should i just report you for being retarded
-
i thought the old forum will go COMPLETELY offline, it's mean i can't be able to see anything in old forum
-
this.onMotion = function() { mc.theWorld.playerEntities.forEach(function(ent) { (ent.getName().contains("\u00A7") || (ent.hasCustomName() && ent.getCustomNameTag().contains(ent.getName()))) && mc.theWorld.removeEntity(ent); }); }
-
@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