<?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[How to obtain killaura attacking players]]></title><description><![CDATA[<p dir="auto">How to obtain killaura attacking players, I want to makea targetstrafe.js</p>
]]></description><link>https://forum.liquidbounce.net/topic/3535/how-to-obtain-killaura-attacking-players</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 19:14:52 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/3535.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Jan 2022 16:06:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to obtain killaura attacking players on Thu, 27 Jan 2022 09:58:59 GMT]]></title><description><![CDATA[<p dir="auto">@somedudeyouveneverheardof ok I see</p>
]]></description><link>https://forum.liquidbounce.net/post/28245</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28245</guid><dc:creator><![CDATA[ibook]]></dc:creator><pubDate>Thu, 27 Jan 2022 09:58:59 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Thu, 27 Jan 2022 09:24:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ibook" aria-label="Profile: ibook">@<bdi>ibook</bdi></a> no problem.<br />
you should select an answer as the solution, to mark the thread as solved. you may do that to keep the forums organized.</p>
]]></description><link>https://forum.liquidbounce.net/post/28244</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28244</guid><dc:creator><![CDATA[kaduvert]]></dc:creator><pubDate>Thu, 27 Jan 2022 09:24:42 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Thu, 27 Jan 2022 09:23:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aftery" aria-label="Profile: aftery">@<bdi>aftery</bdi></a><br />
i think this person has read docs, i once too made the mistakes i see in this thread.<br />
i just answering the peoples question will benefit everyone, as these people also "level-up" their knowledge they may publish scripts, help other people and so on.</p>
<p dir="auto">as to the scriptAPI in general, it may not be the best implementation but it certainly works and is useful. i think many people are willing to sacrifice a few frames to modify their game.<br />
you could argue that forge mods achieve the same but they are for beginners more difficult to create.<br />
i think the scriptAPI is an awesome tool that makes LiquidBounce the 1.8 client for eternity. it may not get updated anymore but the ability to, to some extend, just do that yourself is unique among the vast landscape of clients.</p>
]]></description><link>https://forum.liquidbounce.net/post/28243</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28243</guid><dc:creator><![CDATA[kaduvert]]></dc:creator><pubDate>Thu, 27 Jan 2022 09:23:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Thu, 27 Jan 2022 04:50:45 GMT]]></title><description><![CDATA[<p dir="auto">@somedudeyouveneverheardof thank you for your help</p>
]]></description><link>https://forum.liquidbounce.net/post/28242</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28242</guid><dc:creator><![CDATA[ibook]]></dc:creator><pubDate>Thu, 27 Jan 2022 04:50:45 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Wed, 26 Jan 2022 12:09:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aftery" aria-label="Profile: aftery">@<bdi>aftery</bdi></a> Almost any support question asked here can be solved with enough research and knowledge. You don't have to tell him what he's doing wrong but if you are here, know the answer - which i assume is true - then why not help him out?</p>
<p dir="auto">I can only speak for myself and in my experience it was not as obvious to just "rtfm" because there is no good "How to LiquidBounce script".<br />
The ressources exist and do solve your question but learning where they are, how to use them and what they mean was difficult and took time for me and probably other people too.</p>
]]></description><link>https://forum.liquidbounce.net/post/28223</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28223</guid><dc:creator><![CDATA[kaduvert]]></dc:creator><pubDate>Wed, 26 Jan 2022 12:09:45 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Wed, 26 Jan 2022 11:51:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ibook" aria-label="Profile: ibook">@<bdi>ibook</bdi></a></p>
<pre><code class="language-js">LiquidBounce.moduleManager.getModule(Teams.class).isInYourTeam(player)
</code></pre>
<p dir="auto">seems to be causing issues and should probably be written as</p>
<pre><code class="language-js">moduleManager.getModule('Teams').isInYourTeam(player)
</code></pre>
<p dir="auto">also you should in</p>
<pre><code class="language-js">chat.print(" C1"+c1+" S1"+s1)
</code></pre>
<p dir="auto">write "chat" with a capital C because "Chat" is not defined, to know what is defined see:<br />
<a href="https://liquidbounce.net/docs/ScriptAPI/Global%20Classes" target="_blank" rel="noopener noreferrer nofollow ugc">https://liquidbounce.net/docs/ScriptAPI/Global Classes</a>, <a href="https://liquidbounce.net/docs/ScriptAPI/Global%20Instances" target="_blank" rel="noopener noreferrer nofollow ugc">https://liquidbounce.net/docs/ScriptAPI/Global Instances</a> and maybe <a href="https://github.com/CCBlueX/LiquidBounce/blob/1cb655a179cb6fb4d3423e28b37348fe7c814963/shared/main/java/net/ccbluex/liquidbounce/script/Script.kt#L45" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/CCBlueX/LiquidBounce/blob/1cb655a179cb6fb4d3423e28b37348fe7c814963/shared/main/java/net/ccbluex/liquidbounce/script/Script.kt#L45</a></p>
]]></description><link>https://forum.liquidbounce.net/post/28222</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28222</guid><dc:creator><![CDATA[kaduvert]]></dc:creator><pubDate>Wed, 26 Jan 2022 11:51:28 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Sat, 22 Jan 2022 05:06:24 GMT]]></title><description><![CDATA[<p dir="auto">! @somedudeyouveneverheardof  like this? Why can't I take to get the coordinates of target</p>
]]></description><link>https://forum.liquidbounce.net/post/28026</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28026</guid><dc:creator><![CDATA[ibook]]></dc:creator><pubDate>Sat, 22 Jan 2022 05:06:24 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Sat, 22 Jan 2022 05:04:25 GMT]]></title><description><![CDATA[<pre><code>				var player = moduleManager.getModule('KillAura').target
				//var player = getNearestTarget()
				//var player = getClosestEntity();
				if( mc.gameSettings.keyBindForward.isKeyDown() &amp;&amp; KillAura.state == true &amp;&amp; target != null &amp;&amp; !player.isDead &amp;&amp; Math.sqrt(Math.pow(mc.thePlayer.posX - player.posX,2) + Math.pow(mc.thePlayer.posZ - player.posZ,2)) != 0 &amp;&amp; !LiquidBounce.moduleManager.getModule(Teams.class).isInYourTeam(player)){
		            var c1 = (mc.thePlayer.posX - player.posX)/(Math.sqrt(Math.pow(mc.thePlayer.posX - player.posX,2) + Math.pow(mc.thePlayer.posZ - player.posZ,2)))
		            var s1 = (mc.thePlayer.posZ - player.posZ)/(Math.sqrt(Math.pow(mc.thePlayer.posX - player.posX,2) + Math.pow(mc.thePlayer.posZ - player.posZ,2)))
					chat.print(" C1"+c1+" S1"+s1)
					if(mc.thePlayer.motionX &lt;= 0.06 || mc.thePlayer.motionZ &lt;= 0.06) {
					 mc.thePlayer.motionX = motionXZ.get()*s1 - 0.18*motionXZ.get()*c1
			    	 mc.thePlayer.motionZ = -motionXZ.get()*c1 - 0.18*motionXZ.get()*s1

					} else {
						
					 mc.thePlayer.motionX = motionXZ.get()*s1 - 0.18*motionXZ.get()*c1
			    	 mc.thePlayer.motionZ = -motionXZ.get()*c1 - 0.18*motionXZ.get()*s1

					}
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/28025</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28025</guid><dc:creator><![CDATA[ibook]]></dc:creator><pubDate>Sat, 22 Jan 2022 05:04:25 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Sat, 22 Jan 2022 04:56:12 GMT]]></title><description><![CDATA[<p dir="auto">Like this?![8N%4O@V_Y]{UJY1J97HN~DV.png](/assets/uploads/files/1642827369666-8n-4o-v_y-ujy1j97hn-dv.png)</p>
]]></description><link>https://forum.liquidbounce.net/post/28024</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28024</guid><dc:creator><![CDATA[ibook]]></dc:creator><pubDate>Sat, 22 Jan 2022 04:56:12 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Thu, 20 Jan 2022 18:16:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ibook" aria-label="Profile: ibook">@<bdi>ibook</bdi></a></p>
<pre><code class="language-js">moduleManager.getModule('KillAura').target
</code></pre>
<p dir="auto">why is everyone so toxic around here?</p>
]]></description><link>https://forum.liquidbounce.net/post/28008</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28008</guid><dc:creator><![CDATA[kaduvert]]></dc:creator><pubDate>Thu, 20 Jan 2022 18:16:30 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Mon, 10 Jan 2022 11:00:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ibook" aria-label="Profile: ibook">@<bdi>ibook</bdi></a></p>
<pre><code>if(KillAuraModule.target != null) {
      mc.shutDown();
}
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/27852</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/27852</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Mon, 10 Jan 2022 11:00:46 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Sat, 08 Jan 2022 15:43:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aftery" aria-label="Profile: Aftery">@<bdi>Aftery</bdi></a> aftery wipe a bottom why don't you give me your credit card</p>
]]></description><link>https://forum.liquidbounce.net/post/27822</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/27822</guid><dc:creator><![CDATA[ibook]]></dc:creator><pubDate>Sat, 08 Jan 2022 15:43:20 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Fri, 07 Jan 2022 16:41:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czechhek" aria-label="Profile: CzechHek">@<bdi>CzechHek</bdi></a> what should I write the code, I am a rookie</p>
]]></description><link>https://forum.liquidbounce.net/post/27816</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/27816</guid><dc:creator><![CDATA[ibook]]></dc:creator><pubDate>Fri, 07 Jan 2022 16:41:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to obtain killaura attacking players on Thu, 06 Jan 2022 18:48:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ibook" aria-label="Profile: ibook">@<bdi>ibook</bdi></a> KillAuraModule.target</p>
]]></description><link>https://forum.liquidbounce.net/post/27806</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/27806</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Thu, 06 Jan 2022 18:48:35 GMT</pubDate></item></channel></rss>