<?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[[Core] Better SuperKnock]]></title><description><![CDATA[<p dir="auto">This is a modified version of SuperKnock made by me, you don't need any modes for that because it bypasses every ACs (except Reflex) on packet mode (didn't try on AGC tho, but AGC sucks dicks)<br />
Note to CzechHek : This is not related to SuperKnock on your github<br />
Note to everyone : I tried on 3 servers, including a fresh localhost, it just works, it deals more kb in every cases, I tried on many ACs, it bypasses AAC (every single AAC versions), NCP, Watchdog, probably Sentinel, Hawk (lol), (TakaAC even tho no one uses that), ACR, Spartan, Matrix (XD), BAC, Horizon, Verus, AACAP, Iris (MoveOnly) and many more<br />
This script requires <a href="https://github.com/CzechHek/Core/blob/master/Core.lib" target="_blank" rel="noopener noreferrer nofollow ugc">Core.lib</a></p>
<pre><code class="language-javascript">///api_version=2
(script = registerScript({
    name: "SuperKnock",
    version: "1.2",
    authors: ["yorik100"]
})).import("Core.lib");

var timer = new MSTimer();
var entity = "";

general_values_array = [
    type = value.createList("Type", ["Always", "SprintOnly", "MoveOnly"], "Always"),
    noDouble = value.createBoolean("NoDoublePackets", true),
    resetOnSwitch = value.createBoolean("ResetDelayOnTargetSwitch", true),
    alwaysStopSprint = value.createBoolean("AlwaysStopSprint", false),
    hurtTime = value.createInteger("HurtTime", 2, 0, 10),
    Delay = value.createInteger("Delay", 200, 0, 1000)
]

module = {
    category: "Combat",
    description: "Increases knockback you deal",
    values: general_values_array,
    onEnable: function() {
        buffer = noDoubleStart = noDoubleStop = false;
    },
    onPacket: function(e) {
        if ((type.get() == "SprintOnly" &amp;&amp; !mc.thePlayer.isSprinting()) || (type.get() == "MoveOnly" &amp;&amp; !isMovingHorizontally())) return;
        if (e.getPacket() instanceof C02PacketUseEntity &amp;&amp; e.getPacket().getAction() == C02PacketUseEntity.Action.ATTACK) {
            this.entity = entity;
            entity = e.getPacket().getEntityFromWorld(mc.theWorld);
            if (!entity || entity.hurtTime &gt; hurtTime.get() || (!timer.hasTimePassed(Delay.get()) &amp;&amp; (!resetOnSwitch.get() || this.entity == entity))) return;
            mc.thePlayer.sendQueue.addToSendQueue(new C0BPacketEntityAction(mc.thePlayer, C0BPacketEntityAction.Action.START_SPRINTING));
            buffer = !mc.thePlayer.isSprinting() || alwaysStopSprint.get();
            timer.reset();
        } else if (noDouble.get() &amp;&amp; e.getPacket() instanceof C0BPacketEntityAction) e.getPacket().getAction() == C0BPacketEntityAction.Action.START_SPRINTING ? (noDoubleStart ? e.cancelEvent() : (noDoubleStart = true, noDoubleStop = false)) : (e.getPacket().getAction() == C0BPacketEntityAction.Action.STOP_SPRINTING ? (noDoubleStop ? e.cancelEvent() : (noDoubleStop = true, noDoubleStart = false)) : null);
    },
    onMotion: function(e) {
        if (e.getEventState() == "POST") {
            SuperKnockModule.tag = type.get();
            if (buffer) {
                buffer = false;
                mc.thePlayer.sendQueue.addToSendQueue(new C0BPacketEntityAction(mc.thePlayer, C0BPacketEntityAction.Action.STOP_SPRINTING));
            }
            noDoubleStart = noDoubleStop = false;
        }
    }
}
</code></pre>
]]></description><link>https://forum.liquidbounce.net/topic/1042/core-better-superknock</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 23:53:07 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1042.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Dec 2020 15:28:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Core] Better SuperKnock on Mon, 13 Sep 2021 19:00:54 GMT]]></title><description><![CDATA[<p dir="auto">Could you please send config for matrix and verus?</p>
]]></description><link>https://forum.liquidbounce.net/post/24844</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/24844</guid><dc:creator><![CDATA[Tabio]]></dc:creator><pubDate>Mon, 13 Sep 2021 19:00:54 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 13 Jun 2021 07:03:02 GMT]]></title><description><![CDATA[<p dir="auto">When I use killaura to attack players, there will be a visual effect of one before another</p>
]]></description><link>https://forum.liquidbounce.net/post/19005</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/19005</guid><dc:creator><![CDATA[余浩]]></dc:creator><pubDate>Sun, 13 Jun 2021 07:03:02 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Thu, 24 Dec 2020 15:12:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mustish" aria-label="Profile: mustish">@<bdi>mustish</bdi></a> said in <a href="/post/8303">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a>  oooo will try this on <s>best anticheat</s> agc</p>
</blockquote>
<p dir="auto">conclusion:banned</p>
]]></description><link>https://forum.liquidbounce.net/post/8413</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8413</guid><dc:creator><![CDATA[Mustish]]></dc:creator><pubDate>Thu, 24 Dec 2020 15:12:03 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Tue, 22 Dec 2020 05:21:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/port-3000" aria-label="Profile: port-3000">@<bdi>port-3000</bdi></a> lol</p>
]]></description><link>https://forum.liquidbounce.net/post/8316</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8316</guid><dc:creator><![CDATA[6Sence]]></dc:creator><pubDate>Tue, 22 Dec 2020 05:21:00 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Tue, 22 Dec 2020 04:18:19 GMT]]></title><description><![CDATA[<p dir="auto">Added an option to reset the delay on target switch, very useful with switch aura<br />
Reworked NoDoublePackets to only block double packets sent in a row<br />
Added AlwaysStopSprint (useful to make InventoryMove AACAdditionPro and <a href="https://forums.ccbluex.net/topic/600/matrix-omnisprint-omnijump" target="_blank" rel="noopener noreferrer nofollow ugc">Matrix OmniSprint</a> still bypass on the anticheat they should bypass)</p>
]]></description><link>https://forum.liquidbounce.net/post/8312</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8312</guid><dc:creator><![CDATA[yorik100]]></dc:creator><pubDate>Tue, 22 Dec 2020 04:18:19 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Mon, 21 Dec 2020 20:27:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a>  oooo will try this on <s>best anticheat</s> agc</p>
]]></description><link>https://forum.liquidbounce.net/post/8303</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8303</guid><dc:creator><![CDATA[Mustish]]></dc:creator><pubDate>Mon, 21 Dec 2020 20:27:21 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Mon, 21 Dec 2020 15:17:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/6sence" aria-label="Profile: 6sence">@<bdi>6sence</bdi></a> said in <a href="/post/8265">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabriel" aria-label="Profile: gabriel">@<bdi>gabriel</bdi></a> aac 4 criticals is just noground but put your server side y + 0.0000000001</p>
</blockquote>
<p dir="auto">rise owner pro coder</p>
]]></description><link>https://forum.liquidbounce.net/post/8291</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8291</guid><dc:creator><![CDATA[port 3000]]></dc:creator><pubDate>Mon, 21 Dec 2020 15:17:38 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Mon, 21 Dec 2020 03:25:37 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> aac 4 criticals is just noground but put your server side y + 0.0000000001</p>
]]></description><link>https://forum.liquidbounce.net/post/8265</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8265</guid><dc:creator><![CDATA[6Sence]]></dc:creator><pubDate>Mon, 21 Dec 2020 03:25:37 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Mon, 21 Dec 2020 00:59:02 GMT]]></title><description><![CDATA[<p dir="auto">I recommend my script because it's good!</p>
]]></description><link>https://forum.liquidbounce.net/post/8264</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8264</guid><dc:creator><![CDATA[yorik100]]></dc:creator><pubDate>Mon, 21 Dec 2020 00:59:02 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 18:29:53 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> said in <a href="/post/8259">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> said in <a href="/post/8255">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czechhek" aria-label="Profile: czechhek">@<bdi>czechhek</bdi></a> said in <a href="/post/8253">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> said in <a href="/post/8243">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto">Note to CzechHek : This is not related to SuperKnock on your github</p>
</blockquote>
<p dir="auto">So this is like a superknock based on superknock but completely different.</p>
</blockquote>
<p dir="auto">It does the same but it's waaaay less detectable and optimized to avoid most flags from ACs</p>
</blockquote>
<p dir="auto">Then it could be considered as an SuperKnock update right?</p>
</blockquote>
<p dir="auto">Perhaps, even tho it doesn't have other modes</p>
]]></description><link>https://forum.liquidbounce.net/post/8261</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8261</guid><dc:creator><![CDATA[yorik100]]></dc:creator><pubDate>Sun, 20 Dec 2020 18:29:53 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 18:23:16 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> No, as it does not have modes.</p>
]]></description><link>https://forum.liquidbounce.net/post/8260</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8260</guid><dc:creator><![CDATA[Gabriel]]></dc:creator><pubDate>Sun, 20 Dec 2020 18:23:16 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 18:21:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> said in <a href="/post/8255">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czechhek" aria-label="Profile: czechhek">@<bdi>czechhek</bdi></a> said in <a href="/post/8253">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> said in <a href="/post/8243">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto">Note to CzechHek : This is not related to SuperKnock on your github</p>
</blockquote>
<p dir="auto">So this is like a superknock based on superknock but completely different.</p>
</blockquote>
<p dir="auto">It does the same but it's waaaay less detectable and optimized to avoid most flags from ACs</p>
</blockquote>
<p dir="auto">Then it could be considered as an SuperKnock update right?</p>
]]></description><link>https://forum.liquidbounce.net/post/8259</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8259</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Sun, 20 Dec 2020 18:21:58 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 18:05:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> So no clientside sprint reset? LOL<br />
EDIT: BetterCriticals noground hover aac4hover lags both serverside and clientside, maybe because of too much code AND obfuscation.</p>
]]></description><link>https://forum.liquidbounce.net/post/8258</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8258</guid><dc:creator><![CDATA[Gabriel]]></dc:creator><pubDate>Sun, 20 Dec 2020 18:05:15 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 18:03:00 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> said in <a href="/post/8256">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> Is it an actual  SuperKnock or just W-Tap?</p>
</blockquote>
<p dir="auto">Purely packet superknock</p>
]]></description><link>https://forum.liquidbounce.net/post/8257</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8257</guid><dc:creator><![CDATA[yorik100]]></dc:creator><pubDate>Sun, 20 Dec 2020 18:03:00 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 17:46:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> Is it an actual  SuperKnock or just W-Tap?</p>
]]></description><link>https://forum.liquidbounce.net/post/8256</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8256</guid><dc:creator><![CDATA[Gabriel]]></dc:creator><pubDate>Sun, 20 Dec 2020 17:46:28 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 17:36:29 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> said in <a href="/post/8253">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> said in <a href="/post/8243">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto">Note to CzechHek : This is not related to SuperKnock on your github</p>
</blockquote>
<p dir="auto">So this is like a superknock based on superknock but completely different.</p>
</blockquote>
<p dir="auto">It does the same but it's waaaay less detectable and optimized to avoid most flags from ACs</p>
]]></description><link>https://forum.liquidbounce.net/post/8255</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8255</guid><dc:creator><![CDATA[yorik100]]></dc:creator><pubDate>Sun, 20 Dec 2020 17:36:29 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 17:32:00 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> <em><strong>y e s</strong></em></p>
]]></description><link>https://forum.liquidbounce.net/post/8254</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8254</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 20 Dec 2020 17:32:00 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 17:31:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> said in <a href="/post/8243">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto">Note to CzechHek : This is not related to SuperKnock on your github</p>
</blockquote>
<p dir="auto">So this is like a superknock based on superknock but completely different.</p>
]]></description><link>https://forum.liquidbounce.net/post/8253</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8253</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Sun, 20 Dec 2020 17:31:45 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 16:27:25 GMT]]></title><description><![CDATA[<p dir="auto">Update : Added an option to avoid sending twice the same packet the same tick (like when you sprint and attack the same tick, it'd send twice a start sprint packet)</p>
]]></description><link>https://forum.liquidbounce.net/post/8252</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8252</guid><dc:creator><![CDATA[yorik100]]></dc:creator><pubDate>Sun, 20 Dec 2020 16:27:25 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 15:53:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> If you code on core, can you make AAC4.4.0 Criticals mode in a script? (czechhek said its possible)</p>
]]></description><link>https://forum.liquidbounce.net/post/8250</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8250</guid><dc:creator><![CDATA[Gabriel]]></dc:creator><pubDate>Sun, 20 Dec 2020 15:53:40 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 15:48:18 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> said in <a href="/post/8248">[Core] Better SuperKnock</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> And merging soulcriticals with bettercriticals?</p>
</blockquote>
<p dir="auto">SoulCriticals just send random stuff, the person who made it has no idea of how critical hits work in vanilla Minecraft</p>
]]></description><link>https://forum.liquidbounce.net/post/8249</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8249</guid><dc:creator><![CDATA[yorik100]]></dc:creator><pubDate>Sun, 20 Dec 2020 15:48:18 GMT</pubDate></item><item><title><![CDATA[Reply to [Core] Better SuperKnock on Sun, 20 Dec 2020 15:46:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> And merging soulcriticals with bettercriticals?</p>
]]></description><link>https://forum.liquidbounce.net/post/8248</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/8248</guid><dc:creator><![CDATA[Gabriel]]></dc:creator><pubDate>Sun, 20 Dec 2020 15:46:33 GMT</pubDate></item></channel></rss>