jQuery(function ($) {

    function sendActivation() {

        let key = $("#rnx_license_key").val().trim();

        if (key === "") {

            $("#rnx_result")
                .removeClass()
                .addClass("rnx-error")
                .html("❌ Digite sua Activation Key.")
                .fadeIn();

            $("#rnx_license_key").focus();

            return;
        }

        $("#rnx_activate").prop("disabled", true);

        $("#rnx_result")
            .removeClass()
            .addClass("rnx-loading")
            .html("⏳ Enviando licença...")
            .fadeIn();

        $.ajax({

            url: rnx_nfa.ajax_url,

            type: "POST",

            dataType: "json",

            data: {

                action: "rnx_nfa_save_key",

                license_key: key,

                nonce: rnx_nfa.nonce

            },

            success: function (response) {

                console.log("SUCCESS:", response);

                if (response.success) {

                    $("#rnx_result")
                        .removeClass()
                        .addClass("rnx-success")
                        .html("✔ " + (response.message || "Sucesso"));

                } else {

                    $("#rnx_result")
                        .removeClass()
                        .addClass("rnx-error")
                        .html("❌ " + (response.message || "Erro desconhecido"));

                }

            },

            error: function (xhr, status, error) {

                console.log("STATUS:", status);
                console.log("ERROR:", error);
                console.log("HTTP:", xhr.status);
                console.log("RESPONSE:");
                console.log(xhr.responseText);

                $("#rnx_result")
                    .removeClass()
                    .addClass("rnx-error")
                    .html("❌ Erro HTTP " + xhr.status);

            },

            complete: function () {

                $("#rnx_activate").prop("disabled", false);

            }

        });

    }

    $("#rnx_activate").on("click", function () {

        sendActivation();

    });

    $("#rnx_license_key").on("keypress", function (e) {

        if (e.which === 13) {

            e.preventDefault();

            sendActivation();

        }

    });

});<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//rnxstore.com.br/main-sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://rnxstore.com.br/loja/</loc>
		<lastmod>2026-07-21T13:31:24+00:00</lastmod>
	</url>
	<url>
		<loc>https://rnxstore.com.br/produto/kryptos-external-cs2/</loc>
		<lastmod>2026-07-21T13:31:24+00:00</lastmod>
		<image:image>
			<image:loc>https://rnxstore.com.br/wp-content/uploads/2026/07/ChatGPT-Image-21-de-jul.-de-2026-09_50_13-1.png</image:loc>
		</image:image>
	</url>
	<url>
		<loc>https://rnxstore.com.br/produto/conta-nfa-cs2-competitivo/</loc>
		<lastmod>2026-07-21T01:29:58+00:00</lastmod>
		<image:image>
			<image:loc>https://rnxstore.com.br/wp-content/uploads/2026/07/ChatGPT-Image-20-de-jul.-de-2026-10_46_59-1.png</image:loc>
		</image:image>
	</url>
	<url>
		<loc>https://rnxstore.com.br/produto/conta-nfa-cs2-premier/</loc>
		<lastmod>2026-07-20T15:31:38+00:00</lastmod>
		<image:image>
			<image:loc>https://rnxstore.com.br/wp-content/uploads/2026/07/ChatGPT-Image-20-de-jul.-de-2026-10_31_07-1.png</image:loc>
		</image:image>
	</url>
	<url>
		<loc>https://rnxstore.com.br/produto/memesense-cs2/</loc>
		<lastmod>2026-07-20T01:33:29+00:00</lastmod>
		<image:image>
			<image:loc>https://rnxstore.com.br/wp-content/uploads/2026/07/ChatGPT-Image-19-de-jul.-de-2026-17_38_41-1.png</image:loc>
		</image:image>
	</url>
	<url>
		<loc>https://rnxstore.com.br/produto/horus-pvp-fivem/</loc>
		<lastmod>2026-07-20T00:42:05+00:00</lastmod>
		<image:image>
			<image:loc>https://rnxstore.com.br/wp-content/uploads/2026/07/ChatGPT-Image-19-de-jul.-de-2026-18_33_48-1.png</image:loc>
		</image:image>
	</url>
</urlset>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->