<?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[CookieVelocity 3.4 部分开源]]></title><description><![CDATA[<pre><code>case "AAC4":
                if (mc.thePlayer.hurtTime == 0 || !velocity) {
					velocity &amp;&amp; (velocity = false);
                    return;
                } if (mc.thePlayer.onGround) {
					mc.thePlayer.hurtTime &lt;= 6 &amp;&amp; (mc.thePlayer.motionX *= 0.6, mc.thePlayer.motionZ *= 0.6);
                    mc.thePlayer.hurtTime &lt;= 4 &amp;&amp; (mc.thePlayer.motionX *= 0.6, mc.thePlayer.motionZ *= 0.6);
                } else if (mc.thePlayer.hurtTime &lt;= 9) {
                    mc.thePlayer.motionX *= 0.600001;
                    mc.thePlayer.motionZ *= 0.600001;
                }
                break;
            case "Matrix":
                if (mc.thePlayer.hurtTime == 0 || !velocity) {
					velocity &amp;&amp; (velocity = false);
                    return;
                } if (mc.thePlayer.onGround) {
                    mc.thePlayer.hurtTime &lt;= 6 &amp;&amp; (mc.thePlayer.motionX *= 0.700054132, mc.thePlayer.motionZ *= 0.700054132);
					mc.thePlayer.hurtTime &lt;= 5 &amp;&amp; (mc.thePlayer.motionX *= 0.803150645, mc.thePlayer.motionZ *= 0.803150645);
                } else if (mc.thePlayer.hurtTime &lt;= 10) {
                    mc.thePlayer.motionX *= 0.605001;
                    mc.thePlayer.motionZ *= 0.605001;
                }
                break;
            case "Jump":
                if (mc.thePlayer.onGround &amp;&amp; mc.thePlayer.hurtTime &gt; 0 &amp;&amp; velocity) {
					velocity = false;
					mc.thePlayer.motionY = 0.42 + (mc.thePlayer.isPotionActive(Potion.jump) ? (mc.thePlayer.getActivePotionEffect(Potion.jump).getAmplifier() + 1) * 0.1 : 0);
					mc.thePlayer.motionX -= Math.sin((var0 = mc.thePlayer.rotationYaw * 0.017453292)) * 0.2;
					mc.thePlayer.motionZ += Math.cos(var0) * 0.2;
                } else if (mc.thePlayer.hurtTime == 0 &amp;&amp; velocity) {
                    velocity = false;
                }
                break;
</code></pre>
]]></description><link>https://forum.liquidbounce.net/topic/3331/cookievelocity-3-4-部分开源</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 00:13:08 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/3331.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Nov 2021 23:57:42 GMT</pubDate><ttl>60</ttl></channel></rss>