Mineplex bot remover
-
var scriptName = "AntiBot"; var scriptVersion = 2.0; var scriptAuthor = "york"; var EntityLiving = Java.type('net.minecraft.entity.EntityLivingBase'); var EntityPlayer = Java.type('net.minecraft.entity.player.EntityPlayer'); function AntiBot() { this.getName = function() { return "PlexAntiBot"; }; this.getDescription = function() { return "MineplexAntiBot"; }; this.getCategory = function() { return "Misc"; }; this.onMotion = function() { if (mc.thePlayer.ticksExisted > 40) { for (var x in mc.theWorld.loadedEntityList) { var entities = mc.theWorld.loadedEntityList[x]; if (entities != null && entities != mc.thePlayer && entities instanceof EntityPlayer && (entities.isInvisible() || mc.thePlayer.getDistanceToEntity(entities) < 10) && entities.getDisplayName().getFormattedText().replace("ยงr", "").contains("ยง") && !entities.getDisplayName().getFormattedText().contains(mc.thePlayer.getDisplayName().getFormattedText()) && entities.getHealth() >= 0 && entities.getCustomNameTag() == "") { mc.theWorld.removeEntity(entities); } } } } this.onDisable = function() { } this.onEnable = function() {} } var AntiBot = new AntiBot(); var AntiBotClient; function onEnable() { AntiBotClient = moduleManager.registerModule(AntiBot); }; function onDisable() { moduleManager.unregisterModule(AntiBotClient); };
Base by Soulplexis
-
@hahayes said in Mineplex bot remover:
@6Sence give download link to ur client than, it seems noic : )
begger smh
-
@ChocoPie_isme no you
-
@hahayes I'm sorry it's private atm, I will probably release it eventually though.