<?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[[SUPPORT] Will this script work?]]></title><description><![CDATA[<p dir="auto">Would this script work?</p>
<pre><code>var scriptName = "AntiKnockback";
var scriptVersion = 1.0;
var scriptAuthor = "Skid"; 

var AACv4Velocity = new AACv4Velocity();
var Client;

function AACv4Velocity() {
    this.getName = function() {
        return "AntiKnockback";
    };

    this.getDescription = function() {
        return "Redesky velocity.";
    };

    this.getTag = function() {
        return "AntiKnockback";
    };
   
    this.getCategory = function() {
        return "Fun";
    };
    
    this.onUpdate = function() { 
        if(mc.thePlayer.hurtTime &gt; 0 &amp;&amp; mc.thePlayer.hurtTime &lt;= 10) {
           mc.thePlayer.motionY *= 0.08;
           mc.thePlayer.motionZ *= 0.08;
           mc.thePlayer.motionX *= 0.08;
             
        }
    }
}

function onLoad() {
     
};

function onEnable() {
    exampleModuleClient = moduleManager.registerModule(AACv4Velocity);
};

function onDisable() {
    moduleManager.unregisterModule(Client);
}
</code></pre>
]]></description><link>https://forum.liquidbounce.net/topic/664/support-will-this-script-work</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 23:49:07 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/664.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 27 Sep 2020 13:52:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SUPPORT] Will this script work? on Mon, 28 Sep 2020 06:06:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/visionfx" aria-label="Profile: VisionFX">@<bdi>VisionFX</bdi></a> Yeah that's it. Most public ac can't detect it. The one that could do is horizon. Probably because hitting people whose has hurttime will make motionXZ *= 0.6.</p>
]]></description><link>https://forum.liquidbounce.net/post/5280</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/5280</guid><dc:creator><![CDATA[commandblock2]]></dc:creator><pubDate>Mon, 28 Sep 2020 06:06:40 GMT</pubDate></item><item><title><![CDATA[Reply to [SUPPORT] Will this script work? on Mon, 28 Sep 2020 05:22:06 GMT]]></title><description><![CDATA[<p dir="auto">mode aac in  velocity worked. just set horizontal 0.6</p>
]]></description><link>https://forum.liquidbounce.net/post/5279</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/5279</guid><dc:creator><![CDATA[VisionFX]]></dc:creator><pubDate>Mon, 28 Sep 2020 05:22:06 GMT</pubDate></item><item><title><![CDATA[Reply to [SUPPORT] Will this script work? on Mon, 28 Sep 2020 01:06:45 GMT]]></title><description><![CDATA[<p dir="auto">I skidded it so...</p>
]]></description><link>https://forum.liquidbounce.net/post/5276</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/5276</guid><dc:creator><![CDATA[Gabriel]]></dc:creator><pubDate>Mon, 28 Sep 2020 01:06:45 GMT</pubDate></item><item><title><![CDATA[Reply to [SUPPORT] Will this script work? on Sun, 27 Sep 2020 17:19:16 GMT]]></title><description><![CDATA[<p dir="auto">use packets bruh</p>
]]></description><link>https://forum.liquidbounce.net/post/5272</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/5272</guid><dc:creator><![CDATA[Foreheadchan]]></dc:creator><pubDate>Sun, 27 Sep 2020 17:19:16 GMT</pubDate></item><item><title><![CDATA[Reply to [SUPPORT] Will this script work? on Sun, 27 Sep 2020 15:00:48 GMT]]></title><description><![CDATA[<p dir="auto">what did you say?</p>
]]></description><link>https://forum.liquidbounce.net/post/5267</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/5267</guid><dc:creator><![CDATA[Gabriel]]></dc:creator><pubDate>Sun, 27 Sep 2020 15:00:48 GMT</pubDate></item><item><title><![CDATA[Reply to [SUPPORT] Will this script work? on Sun, 27 Sep 2020 14:10:06 GMT]]></title><description><![CDATA[<p dir="auto">Does this code work?</p>
<pre><code> this.onUpdate = function() { 
       if(mc.thePlayer.hurtTime &gt; 0 &amp;&amp; mc.thePlayer.hurtTime &lt;= 10) {
          mc.thePlayer.motionY *= 0.08;
          mc.thePlayer.motionZ *= 0.08;
          mc.thePlayer.motionX *= 0.08;
</code></pre>
<p dir="auto">That is the reason im making this post.</p>
]]></description><link>https://forum.liquidbounce.net/post/5265</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/5265</guid><dc:creator><![CDATA[Gabriel]]></dc:creator><pubDate>Sun, 27 Sep 2020 14:10:06 GMT</pubDate></item><item><title><![CDATA[Reply to [SUPPORT] Will this script work? on Sun, 27 Sep 2020 14:04:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabriel" aria-label="Profile: Gabriel">@<bdi>Gabriel</bdi></a> no reason for it not to work<br />
no reason for it to work</p>
]]></description><link>https://forum.liquidbounce.net/post/5264</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/5264</guid><dc:creator><![CDATA[Aftery]]></dc:creator><pubDate>Sun, 27 Sep 2020 14:04:25 GMT</pubDate></item></channel></rss>