<?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[What is the &quot;minpredictsize&quot; and &quot;maxpredictsize&quot; of the killaura for?]]></title><description><![CDATA[<p dir="auto">What is the "minpredictsize" and "maxpredictsize" of the killaura for?<br />
please answer me.</p>
]]></description><link>https://forum.liquidbounce.net/topic/201/what-is-the-minpredictsize-and-maxpredictsize-of-the-killaura-for</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 22:29:24 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/201.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Jul 2020 03:12:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What is the &quot;minpredictsize&quot; and &quot;maxpredictsize&quot; of the killaura for? on Wed, 15 Jul 2020 04:22:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/commandblock2" aria-label="Profile: commandblock2">@<bdi>commandblock2</bdi></a> oh, thanks bro</p>
]]></description><link>https://forum.liquidbounce.net/post/1157</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/1157</guid><dc:creator><![CDATA[robertitohack]]></dc:creator><pubDate>Wed, 15 Jul 2020 04:22:25 GMT</pubDate></item><item><title><![CDATA[Reply to What is the &quot;minpredictsize&quot; and &quot;maxpredictsize&quot; of the killaura for? on Wed, 15 Jul 2020 04:16:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/notautismatall" aria-label="Profile: notautismatall">@<bdi>notautismatall</bdi></a> Ok thanks for the information,  And does that affect the damage the killaura does?</p>
]]></description><link>https://forum.liquidbounce.net/post/1156</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/1156</guid><dc:creator><![CDATA[robertitohack]]></dc:creator><pubDate>Wed, 15 Jul 2020 04:16:17 GMT</pubDate></item><item><title><![CDATA[Reply to What is the &quot;minpredictsize&quot; and &quot;maxpredictsize&quot; of the killaura for? on Tue, 14 Jul 2020 13:17:42 GMT]]></title><description><![CDATA[<ol>
<li>
<p dir="auto">To bypass some anticheats that actually think that you are using aim hacks</p>
</li>
<li>
<p dir="auto">It can help us reduce the attack speed so it can bypass more server (for example TurnSpeed 180 and PredictSize 5.0 will make the killaura attack enemies much slower than TurnSpeed 180 and PredictSize 1.0)</p>
</li>
</ol>
]]></description><link>https://forum.liquidbounce.net/post/1113</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/1113</guid><dc:creator><![CDATA[notautismatall]]></dc:creator><pubDate>Tue, 14 Jul 2020 13:17:42 GMT</pubDate></item><item><title><![CDATA[Reply to What is the &quot;minpredictsize&quot; and &quot;maxpredictsize&quot; of the killaura for? on Tue, 14 Jul 2020 05:13:09 GMT]]></title><description><![CDATA[<p dir="auto">Consider that latency exists, and your enemy is moving. If you hit it directly, the server(with anticheat) may think you are not hitting the hitbox. This option may make you aim at a position your enemy might going to be in the next few ticks, so that the server will think you are actually hitting the hitbox when the server recieve your attack packet.</p>
<p dir="auto">Edit: the option doesn't affect range</p>
<p dir="auto"><a href="https://github.com/CCBlueX/LiquidBounce/blob/46fee81fdb483fe5732326aba8d8112e81189bc7/1.8.9-Forge/src/main/java/net/ccbluex/liquidbounce/features/module/modules/combat/KillAura.kt#L568" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/CCBlueX/LiquidBounce/blob/46fee81fdb483fe5732326aba8d8112e81189bc7/1.8.9-Forge/src/main/java/net/ccbluex/liquidbounce/features/module/modules/combat/KillAura.kt#L568</a></p>
<pre><code>        if (predictValue.get())
            boundingBox = boundingBox.offset(
                    (entity.posX - entity.prevPosX) * RandomUtils.nextFloat(minPredictSize.get(), maxPredictSize.get()),
                    (entity.posY - entity.prevPosY) * RandomUtils.nextFloat(minPredictSize.get(), maxPredictSize.get()),
                    (entity.posZ - entity.prevPosZ) * RandomUtils.nextFloat(minPredictSize.get(), maxPredictSize.get())
            )

        val (vec, rotation) = RotationUtils.searchCenter(
                boundingBox,
                outborderValue.get() &amp;&amp; !attackTimer.hasTimePassed(attackDelay / 2),
                randomCenterValue.get(),
                predictValue.get(),
                mc.thePlayer.getDistanceToEntityBox(entity) &lt; throughWallsRangeValue.get(),
                maxRange
        ) ?: return false
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/1072</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/1072</guid><dc:creator><![CDATA[commandblock2]]></dc:creator><pubDate>Tue, 14 Jul 2020 05:13:09 GMT</pubDate></item></channel></rss>