Please give AutoArmor for Matrix
-
@Asutoboki-kun inventorymanager exists
-
ur trash
-
@ItzElite said in Please give AutoArmor for Matrix:
write it myself, but it didn't work. Thank you in advance.
Matrix has a pretty strong inventory check. Maybe you need to add start delay to autoarmor and inventory cleaner to bypass Matrix
-
@notautismatall if(event.getPacket() instanceof C16PacketClientStatus) {
C16PacketClientStaus retardPacket = (C16PacketClientStatus)event.getPacket();
if(retardPacket.getAction() == C16PacketClientStatus.Action.OPEN_INVENTORY) {
event.cancelEvent();
}
} -
matrix disabler:
function disableChecks() {
server.getAnticheat().disable
sendRetardPackets()
}this.onUpdate = function() {
disableChecks()
}