Matrix Bot Remover (Legacy)
-
notAlwaysInRaduis = new HashMap<EntityPlayer, Integer>();
Can't load
-
playerList = new ArrayList<EntityPlayer>();
still not work and my vs code say it is only used in TypeScript. -
@Anonzme That's the same bad method. The best way is to check differences in adding player packet.
-
@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.