<?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[need help making a samey check for a anticheat]]></title><description><![CDATA[<p dir="auto">ok so im making a anticheat in the scriptapi and i wanna check if the players mid air and has had the same y for 40 ticks</p>
]]></description><link>https://forum.liquidbounce.net/topic/2790/need-help-making-a-samey-check-for-a-anticheat</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 16:07:17 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/2790.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Jul 2021 20:34:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to need help making a samey check for a anticheat on Wed, 28 Jul 2021 21:55:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D8%AD%D9%85%D9%84-%D9%85%D8%AC%D8%A7%D9%86%D8%A7" aria-label="Profile: حمل-مجانا">@<bdi>حمل-مجانا</bdi></a> ty</p>
]]></description><link>https://forum.liquidbounce.net/post/22441</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22441</guid><dc:creator><![CDATA[00]]></dc:creator><pubDate>Wed, 28 Jul 2021 21:55:05 GMT</pubDate></item><item><title><![CDATA[Reply to need help making a samey check for a anticheat on Wed, 28 Jul 2021 21:00:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/00" aria-label="Profile: 00">@<bdi>00</bdi></a></p>
<pre><code>var ticksFlight = 0;
    module.on("motion", function(e){
        var player = mc.thePlayer;
        if(player.posY == player.prevPosY){
            ticksFlight++;
            if(ticksFlight &gt; 120 &amp;&amp; ticksFlight % 20 == 0){
                Chat.print("§9§lVerus §r§8&gt; §r" + player.getDisplayName().getUnformattedText() + " §7failed §rFly §7VL[§9" + ticksFlight + "§7]");
            }
        }else{
            ticksFlight = 0;
        }
    });
</code></pre>
<p dir="auto">works for mc.thePlayer <img src="https://forum.liquidbounce.net/assets/plugins/nodebb-plugin-emoji/emoji/customizations/053d6f37-a305-4aa8-aebd-b0071be2aa0e-axolaugh.png?v=866ab33d74c" class="not-responsive emoji emoji-customizations emoji--axolaugh" style="height:23px;width:auto;vertical-align:middle" title=":axolaugh:" alt="undefined" /></p>
]]></description><link>https://forum.liquidbounce.net/post/22418</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22418</guid><dc:creator><![CDATA[حمل مجانا]]></dc:creator><pubDate>Wed, 28 Jul 2021 21:00:38 GMT</pubDate></item><item><title><![CDATA[Reply to need help making a samey check for a anticheat on Wed, 28 Jul 2021 20:38:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/00" aria-label="Profile: 00">@<bdi>00</bdi></a> ik how</p>
]]></description><link>https://forum.liquidbounce.net/post/22415</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22415</guid><dc:creator><![CDATA[ENDER1355]]></dc:creator><pubDate>Wed, 28 Jul 2021 20:38:14 GMT</pubDate></item></channel></rss>