<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[armorbreaker]]></title><description><![CDATA[<p dir="auto">a module that makes breaking more armor, does anyone know how to do this?</p>
]]></description><link>https://forum.liquidbounce.net/topic/3624/armorbreaker</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 10:42:11 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/3624.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Feb 2022 23:25:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to armorbreaker on Mon, 18 Nov 2024 03:57:53 GMT]]></title><description><![CDATA[<p dir="auto">In low version,switch item from low damage to high damage when u attack entity will cause more damage and break their armor faster</p>
]]></description><link>https://forum.liquidbounce.net/post/39836</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/39836</guid><dc:creator><![CDATA[Husky272]]></dc:creator><pubDate>Mon, 18 Nov 2024 03:57:53 GMT</pubDate></item><item><title><![CDATA[Reply to armorbreaker on Thu, 28 Apr 2022 16:30:48 GMT]]></title><description><![CDATA[<p dir="auto">In-case you want a scriptapi v1 version</p>
<pre><code>var scriptName = "ArmorBreaker";
var scriptAuthor = "Ali00035";
var scriptVersion = 1.0;
var C02PacketUseEntity = Java.type("net.minecraft.network.play.client.C02PacketUseEntity");
function Module() {

    this.getName = function () {
        return "ArmorBreaker";
    }
    this.getCategory = function () {
        return "Fun";
    }

    this.getDescription = function () {
        return "";
    }

    this.onAttack = function (e) {
		var target = e.getTargetEntity();
		mc.thePlayer.sendQueue.addToSendQueue(new C02PacketUseEntity(target, C02PacketUseEntity.Action.ATTACK));
    }
}
var Module = new Module();
var Client;
function onEnable() {
    Client = moduleManager.registerModule(Module);
};

function onDisable() {
    moduleManager.unregisterModule(Client);
};
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/30165</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/30165</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Thu, 28 Apr 2022 16:30:48 GMT</pubDate></item><item><title><![CDATA[Reply to armorbreaker on Thu, 28 Apr 2022 16:17:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plumer-man" aria-label="Profile: plumer-man">@<bdi>plumer-man</bdi></a></p>
<p dir="auto">omg real armorbreaker</p>
<pre><code>var script = registerScript({
    name: 'Armor Breaker',
    version: '1.0.0',
    authors: ['Ali00035']
});
var C02PacketUseEntity = Java.type('net.minecraft.network.play.client.C02PacketUseEntity');
script.registerModule({
    name: 'ArmorBreaker',
    category: 'Fun', 
    description: ''
}, function (m) {
    m.on('attack', function(e) {
        target = e.getTargetEntity();
        mc.thePlayer.sendQueue.addToSendQueue(new C02PacketUseEntity(target, C02PacketUseEntity.Action.ATTACK));
    });
});
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/30164</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/30164</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Thu, 28 Apr 2022 16:17:46 GMT</pubDate></item><item><title><![CDATA[Reply to armorbreaker on Thu, 24 Mar 2022 11:10:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> No hes talking about sending multiple C02 ( Attack packets ) in a single ticks to destory armour faster. Pretty sure this only work in combo duels / nohurttime servers.</p>
]]></description><link>https://forum.liquidbounce.net/post/29275</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/29275</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Thu, 24 Mar 2022 11:10:46 GMT</pubDate></item><item><title><![CDATA[Reply to armorbreaker on Wed, 23 Mar 2022 14:22:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/natsu" aria-label="Profile: natsu">@<bdi>natsu</bdi></a> just use autoblock + set killaura mincps and maxcps to 20, use criticals</p>
]]></description><link>https://forum.liquidbounce.net/post/29274</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/29274</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Wed, 23 Mar 2022 14:22:58 GMT</pubDate></item><item><title><![CDATA[Reply to armorbreaker on Wed, 23 Mar 2022 14:19:18 GMT]]></title><description><![CDATA[<p dir="auto">This basically doesn't exist I think so</p>
]]></description><link>https://forum.liquidbounce.net/post/29273</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/29273</guid><dc:creator><![CDATA[Natsu]]></dc:creator><pubDate>Wed, 23 Mar 2022 14:19:18 GMT</pubDate></item><item><title><![CDATA[Reply to armorbreaker on Fri, 11 Feb 2022 09:57:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cuca-beludo" aria-label="Profile: cuca-beludo">@<bdi>cuca-beludo</bdi></a> Simple</p>
]]></description><link>https://forum.liquidbounce.net/post/28583</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28583</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Fri, 11 Feb 2022 09:57:31 GMT</pubDate></item></channel></rss>