Matrix Bot Remover (Legacy)
-
@Anonzme Made this months ago
module = { name: "JartexAntiBot", author: "CzechHek", category: "Combat", version: 1.1, onPacket: function (e) { e.getPacket() instanceof S38PacketPlayerListItem && mc.thePlayer.capabilities.allowEdit && e.getPacket().getAction() == "ADD_PLAYER" && (info = e.getPacket().getEntries().get(0)).getGameMode() == "SURVIVAL" && info.getDisplayName() && (e.cancelEvent(), chat.print("§2Removed bot§a: " + info.getDisplayName().getUnformattedText())); } } script.import("Core.lib");
-
@CzechHek Where can i get your Core?
-
@Anonzme try to find it in my ass
-
All right. Does it work well now? (Test version)
-
@Anonzme said in Matrix Bot Remover:
All right. Does it work well now? (Test version)
Why don't you test it...
-
@seal For some reason, I can't running game to test script
-
@Anonzme OK... It doesn't work for me BTW, it doesn't even remove the bot
-
@seal QAQ
-
@Anonzme It doesn't remove Matrix bots, it only removes NPCs in the lobby LMAO
-
@notautismatall lol
-
well. I test the Test Version. It should work now
-
@Anonzme Matrix bots will copy the player's movements. Like when you jump, the bot will jump right after you. So maybe you can check if a player is trying to copy your movements, it might be a bot
-
@notautismatall Bots have delay. So it's diffcult for me.
-
@notautismatall loooooooooool
-
@Anonzme Or maybe check if the server is sending a packet to add entities to the map. If the entity is spawned when the game isn't started yet, you allow it. If the entity is spawned after the game starts, it might be a bot, remove it.
-
@Anonzme said in Matrix Bot Remover:
well. I test the Test Version. It should work now
sometimes it unexpectedly removes player