Please give AutoArmor for Matrix
-
I searched for it, tried to write it myself, but it didn't work. Thank you in advance.
-
@ItzElite invopen thingy exist
-
@Asutoboki-kun inventorymanager exists
-
.t exists
-
@Azure1 liquidbounce exists
-
you dont exist
-
tyoe .t autoarmor in chat
or go to Combat tab in clickgui -
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()
} -
@ItzElite Hey Openinventory exists and sometimes in older versions of matrix you can use it without openinventory.