<?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[Cant find problem in my code]]></title><description><![CDATA[<p dir="auto">Cant find problems<br />
but it wont work</p>
<pre><code>/// api_version=2

var script = registerScript({
    name: "Bowbomb",
    version: "0.1",
    authors: ["v4peu5er"]
});

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

script.registerModule({
	name: "Bowbomb",
	description: "Makes arrows superfast",
	category: "combat"
	
	}, function (module) {
	module.on("enable", function() {
		netHandler.addToSendQueue(new C0BPacketEntityAction(mc.player, C0BPacketEntityAction.Action.START_SPRINTING));
		for (i = 0; i &lt; 128; i++) {
				netHandler.addToSendQueue(new C04PacketPlayerPosition(player.posX, player.posY - 0.0000000001, player.posZ, true));
				netHandler.addToSendQueue(new C04PacketPlayerPosition(player.posX, player.posY + 0.0000000001, player.posZ, false));
			}
		});			
	});

</code></pre>
<p dir="auto">Hopefully im not going to be low iq this time</p>
]]></description><link>https://forum.liquidbounce.net/topic/4401/cant-find-problem-in-my-code</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 23:09:33 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/4401.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Aug 2022 11:54:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cant find problem in my code on Wed, 24 Aug 2022 14:23:14 GMT]]></title><description><![CDATA[<p dir="auto">maybe define netHandler</p>
<pre><code>var netHandler = mc.thePlayer.sendQueue
</code></pre>
<p dir="auto">edit: you may also define player</p>
<pre><code>var player = mc.thePlayer
</code></pre>
<p dir="auto">i also highly encourage you to get familiar with the basics of javascript and the LiquidBounce scripting environment</p>
]]></description><link>https://forum.liquidbounce.net/post/33036</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/33036</guid><dc:creator><![CDATA[kaduvert]]></dc:creator><pubDate>Wed, 24 Aug 2022 14:23:14 GMT</pubDate></item><item><title><![CDATA[Reply to Cant find problem in my code on Fri, 26 Aug 2022 21:31:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/v4peu5er" aria-label="Profile: v4peu5er">@<bdi>v4peu5er</bdi></a> If you can learn Python, it won't be hard for you to learn basics of JS.</p>
]]></description><link>https://forum.liquidbounce.net/post/33071</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/33071</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Fri, 26 Aug 2022 21:31:36 GMT</pubDate></item><item><title><![CDATA[Reply to Cant find problem in my code on Thu, 25 Aug 2022 02:45:05 GMT]]></title><description><![CDATA[<p dir="auto">@somedudeyouveneverheardof<br />
thx<br />
i just started learning javascrpt and lb api a few days ago. Im pretty unfamiliar with java before cuz i mainly use python.<br />
anyway thx for ur answer</p>
]]></description><link>https://forum.liquidbounce.net/post/33039</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/33039</guid><dc:creator><![CDATA[v4peu5er]]></dc:creator><pubDate>Thu, 25 Aug 2022 02:45:05 GMT</pubDate></item><item><title><![CDATA[Reply to Cant find problem in my code on Wed, 24 Aug 2022 14:23:14 GMT]]></title><description><![CDATA[<p dir="auto">maybe define netHandler</p>
<pre><code>var netHandler = mc.thePlayer.sendQueue
</code></pre>
<p dir="auto">edit: you may also define player</p>
<pre><code>var player = mc.thePlayer
</code></pre>
<p dir="auto">i also highly encourage you to get familiar with the basics of javascript and the LiquidBounce scripting environment</p>
]]></description><link>https://forum.liquidbounce.net/post/33036</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/33036</guid><dc:creator><![CDATA[kaduvert]]></dc:creator><pubDate>Wed, 24 Aug 2022 14:23:14 GMT</pubDate></item></channel></rss>