<?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[Azura-X&#x27;s Watchdog Crit]]></title><description><![CDATA[<p dir="auto"><strong>write in motionevent</strong></p>
<pre><code>if (mc.thePlayer.onGround) {
                                event.y += 0.003 + PlayerHelper.getWatchdogUnpatchValues()
                                if (mc.thePlayer.ticksExisted % 2 === 0) event.y += 0.004 + PlayerHelper.getWatchdogUnpatchValues()
                                event.onGround = mc.thePlayer.motionY &gt; 0 || MathHelper.getDifference(
                                    mc.thePlayer.posY,
                                    mc.thePlayer.lastTickPosY
                                ) &gt; 0
                            } else if (mc.thePlayer.motionY &gt; 0) {
                                event.y -= 0.0003 + PlayerHelper.getWatchdogUnpatchValues()
                                if (mc.thePlayer.ticksExisted % 2 === 0) event.y += 0.0004 + PlayerHelper.getWatchdogUnpatchValues()
                            }
</code></pre>
<p dir="auto"><strong>need</strong></p>
<pre><code>public static double getWatchdogUnpatchValues() {
        double value = 1.0 / System.currentTimeMillis();
        for (int i = 0; i &lt; master.koitoyuu.utils.helper.MathHelper.getRandom_int(4, 20); i++)
            value *= 1.0 / System.currentTimeMillis();
        return value;
    }
</code></pre>
]]></description><link>https://forum.liquidbounce.net/topic/7316/azura-x-s-watchdog-crit</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 13:33:18 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/7316.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 25 Nov 2022 15:17:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Azura-X&#x27;s Watchdog Crit on Fri, 25 Nov 2022 19:24:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/younkoo" aria-label="Profile: YounKoo">@<bdi>YounKoo</bdi></a> patched btw</p>
]]></description><link>https://forum.liquidbounce.net/post/37061</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/37061</guid><dc:creator><![CDATA[david. 0]]></dc:creator><pubDate>Fri, 25 Nov 2022 19:24:03 GMT</pubDate></item></channel></rss>