<?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[Will this script work on redesky?]]></title><description><![CDATA[<p dir="auto">I am currently recoding <a href="https://forums.ccbluex.net/topic/1869/redesky-autologin-captcha-bypass-automatic-vphase" target="_blank" rel="noopener noreferrer nofollow ugc">RedeskyHelper</a> by cancername, by using <a href="https://github.com/CzechHek/Core/blob/master/Scripts/MineFCAutoThings.js" target="_blank" rel="noopener noreferrer nofollow ugc">MineFCAutoThings</a> originally made by ChocoPie, and converted to core by CzechHek of course.<br />
I added credits to me, for editing it for redesky, and cancername for the idea.<br />
I will be trying to find a way to do captcha aswell, but for now only Register and login.<br />
If this works, someone tell me.<br />
I will be happy to help in most issues with the script.</p>
<pre><code>///api_version=2
(script = registerScript({
    name: "RedeskyHelper",
    version: "0.2",
    authors: ["Choco", "CzechHek", "cancer", "Gabriel"]
})).import("Core.lib");

module = {
    values: [
        Password = value.createText("Login", "gabriel")
    ],
    onPacket: function (event) {
        if ((packet = event.getPacket()) instanceof S45PacketTitle) {
            (message = packet.getChatComponent().getUnformattedText()).contains("/register &lt;password&gt; &lt;password&gt;) &amp;&amp; mc.thePlayer.sendChatMessage("/register " + Password.get + " " + Password.get());
            message.contains("/login &lt;password&gt;") &amp;&amp; mc.thePlayer.sendChatMessage("/login " + Password.get());
        }
    }
}
</code></pre>
]]></description><link>https://forum.liquidbounce.net/topic/1877/will-this-script-work-on-redesky</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 17:26:35 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1877.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 10 Apr 2021 05:44:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Will this script work on redesky? on Sat, 10 Apr 2021 07:51:01 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> just use IDE in console like nano/vim<br />
extremely less mem cost xd</p>
]]></description><link>https://forum.liquidbounce.net/post/14293</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/14293</guid><dc:creator><![CDATA[qwq Liulihaocai]]></dc:creator><pubDate>Sat, 10 Apr 2021 07:51:01 GMT</pubDate></item><item><title><![CDATA[Reply to Will this script work on redesky? on Sat, 10 Apr 2021 07:28:11 GMT]]></title><description><![CDATA[<p dir="auto">no<br />
//8chars</p>
]]></description><link>https://forum.liquidbounce.net/post/14286</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/14286</guid><dc:creator><![CDATA[Litely]]></dc:creator><pubDate>Sat, 10 Apr 2021 07:28:11 GMT</pubDate></item><item><title><![CDATA[Reply to Will this script work on redesky? on Sat, 10 Apr 2021 05:53:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/co%E4%B8%B6dynamic" aria-label="Profile: co丶dynamic">@<bdi>co丶dynamic</bdi></a> My pc doesn't have enough memory to use a IDE or smth, so i can't check....<br />
:brain:</p>
]]></description><link>https://forum.liquidbounce.net/post/14282</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/14282</guid><dc:creator><![CDATA[Gabriel]]></dc:creator><pubDate>Sat, 10 Apr 2021 05:53:17 GMT</pubDate></item><item><title><![CDATA[Reply to Will this script work on redesky? on Sat, 10 Apr 2021 05:52:14 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/14280">Will this script work on redesky?</a>:</p>
<blockquote>
<p dir="auto">&lt;password&gt;)</p>
</blockquote>
<p dir="auto">you forgot " here</p>
<p dir="auto">What's more, I think it's better to check it yourself before post it</p>
]]></description><link>https://forum.liquidbounce.net/post/14281</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/14281</guid><dc:creator><![CDATA[Co丶Dynamic]]></dc:creator><pubDate>Sat, 10 Apr 2021 05:52:14 GMT</pubDate></item></channel></rss>