<?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[兄弟们，有没有关c03包的js，谢谢]]></title><description><![CDATA[<p dir="auto">11111111111</p>
]]></description><link>https://forum.liquidbounce.net/topic/7396/兄弟们-有没有关c03包的js-谢谢</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 12:58:22 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/7396.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Jan 2023 15:28:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 兄弟们，有没有关c03包的js，谢谢 on Mon, 30 Jan 2023 16:55:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/askll" aria-label="Profile: ASKLL">@<bdi>ASKLL</bdi></a> Yes！ THANKS</p>
]]></description><link>https://forum.liquidbounce.net/post/37369</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/37369</guid><dc:creator><![CDATA[Klivensh]]></dc:creator><pubDate>Mon, 30 Jan 2023 16:55:52 GMT</pubDate></item><item><title><![CDATA[Reply to 兄弟们，有没有关c03包的js，谢谢 on Sun, 29 Jan 2023 10:56:17 GMT]]></title><description><![CDATA[<p dir="auto">嘿这是你需要的吗?</p>
<pre><code>var scriptName = "CancelC03";
var scriptAuthor = "*";
var scriptVersion = 1.0;

var C03PacketPlayer = Java.type("net.minecraft.network.play.client.C03PacketPlayer");


function NoC03() {

	this.getName = function() {
		return "CancelC03";
	}

	this.getCategory = function() {
        	return "Misc";   
	}

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

	this.onUpdate = function () {
	}

	this.onPacket = function (event) {
		var packet = event.getPacket();
		if (packet instanceof C03PacketPlayer){
			event.cancelEvent()
		}
	}
}

var NoC03 = new NoC03();
var NoC03Client;

function onEnable() {
	NoC03Client = moduleManager.registerModule(NoC03);
}

function onDisable() {
	moduleManager.unregisterModule(NoC03Client);
}


</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/37362</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/37362</guid><dc:creator><![CDATA[ASKLL]]></dc:creator><pubDate>Sun, 29 Jan 2023 10:56:17 GMT</pubDate></item><item><title><![CDATA[Reply to 兄弟们，有没有关c03包的js，谢谢 on Sun, 22 Jan 2023 16:50:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klivensh" aria-label="Profile: Klivensh">@<bdi>Klivensh</bdi></a> 2222222222222222222222</p>
]]></description><link>https://forum.liquidbounce.net/post/37324</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/37324</guid><dc:creator><![CDATA[sxviolence]]></dc:creator><pubDate>Sun, 22 Jan 2023 16:50:35 GMT</pubDate></item></channel></rss>