{"id":498,"date":"2025-01-09T22:44:43","date_gmt":"2025-01-10T01:44:43","guid":{"rendered":"https:\/\/btechgames.com\/?p=498"},"modified":"2025-01-09T22:44:43","modified_gmt":"2025-01-10T01:44:43","slug":"ferramenta-v1","status":"publish","type":"post","link":"https:\/\/btechgames.com\/index.php\/ferramenta-v1\/","title":{"rendered":"SEU SWITCH PODE SER DESBLOQUEADO VIA SOFTWARE?"},"content":{"rendered":"\n<p class=\"has-text-align-center\"><strong>Quer saber se o seu Switch \u00e9 desbloque\u00e1vel via software? Use nossa ferramenta r\u00e1pida e f\u00e1cil abaixo para verificar agora mesmo! N\u00e3o perca tempo, descubra se seu Nintendo Switch pode ser desbloqueado e aproveite nossos tutoriais!<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<!DOCTYPE html>\n<html lang=\"pt-br\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Verifique seu Nintendo Switch<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            background-color: #f7f7f7;\n            color: #333;\n            padding: 20px;\n            text-align: center;\n        }\n        .container {\n            background-color: #333; \/* Cinza escuro *\/\n            color: #fff; \/* Texto branco *\/\n            padding: 40px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            max-width: 600px;\n            margin: auto;\n        }\n        .form-group {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            margin-bottom: 20px;\n        }\n        select, input {\n            padding: 10px;\n            font-size: 16px;\n            margin: 0 10px;\n            border-radius: 4px;\n            border: 1px solid #ccc;\n        }\n        button {\n            background-color: #4CAF50;\n            color: white;\n            padding: 15px 20px;\n            border: none;\n            border-radius: 4px;\n            cursor: pointer;\n            font-size: 18px;\n        }\n        button:hover {\n            background-color: #45a049;\n        }\n        .result {\n            margin-top: 20px;\n            font-size: 18px;\n            font-weight: bold;\n            padding: 10px;\n            border-radius: 4px;\n        }\n        .green { background-color: #28a745; color: white; }\n        .yellow { background-color: #ffc107; color: white; }\n        .red { background-color: #dc3545; color: white; }\n    <\/style>\n    <script>\n        function verificarSerial(event) {\n            const prefix = document.getElementById('prefix').value;\n            const serialRestante = document.getElementById('serialRestante').value;\n            const serial = prefix + serialRestante;\n\n            \/\/ Evita que o formul\u00e1rio seja enviado e a p\u00e1gina recarregada\n            event.preventDefault();\n\n            \/\/ Envia a solicita\u00e7\u00e3o AJAX para o arquivo PHP\n            const xhr = new XMLHttpRequest();\n            xhr.open('GET', 'validate_switch.php?serial=' + serial, true);\n            xhr.setRequestHeader('Content-Type', 'application\/x-www-form-urlencoded');\n            xhr.onreadystatechange = function() {\n                if (xhr.readyState == 4 && xhr.status == 200) {\n                    const response = JSON.parse(xhr.responseText);\n                    const status = response.status;\n\n                    \/\/ Define a cor com base no status\n                    let statusClass = '';\n                    let statusMessage = '';\n\n                    \/\/ Verifica o status corretamente\n                    if (status === 'Desbloque\u00e1vel') {\n                        statusClass = 'green';  \/\/ Desbloque\u00e1vel em verde\n                        statusMessage = 'Uhuuu seu Switch pode ser Desbloqueado via Software! <br>Siga nossos Tutoriais no nosso canal!<br><a href=\"https:\/\/www.youtube.com\/@btechgame?sub_confirmation=1\" target=\"_blank\">Clique Aqui!!<\/a>';\n                    } else if (status === 'Talvez') {\n                        statusClass = 'yellow';  \/\/ Talvez em amarelo\n                        statusMessage = 'N\u00e3o \u00e9 100% certo, mas n\u00e3o custa tentar n\u00e3o \u00e9?<br>Siga nossos Tutoriais no nosso canal!<br><a href=\"https:\/\/www.youtube.com\/@btechgame?sub_confirmation=1\" target=\"_blank\">Clique Aqui<\/a>';\n                    } else if (status === 'N\u00e3o Desbloque\u00e1vel') {\n                        statusClass = 'red';  \/\/ N\u00e3o desbloque\u00e1vel em vermelho\n                        statusMessage = 'Xiiii, n\u00e3o da pra desbloquear seu Switch via Software! <br>Mas n\u00f3s temos parceiros que podem te ajudar no desbloqueio via Hardware, s\u00f3 falar com a gente!<br><a href=\"https:\/\/www.youtube.com\/@btechgame?sub_confirmation=1\" target=\"_blank\">Clique Aqui<\/a>';\n                    }\n\n                    \/\/ Exibe o status com a cor apropriada\n                    document.getElementById('resultado').innerHTML = statusMessage;\n                    document.getElementById('resultado').className = 'result ' + statusClass;\n                }\n            };\n            xhr.send();\n        }\n    <\/script>\n<\/head>\n<body>\n    <div class=\"container\">\n        <h1>Verifique se o seu Nintendo Switch pode ser desbloqueado via Software!<\/h1>\n        <p>Digite o N\u00famero de S\u00e9rie abaixo<\/p>\n        <form onsubmit=\"verificarSerial(event)\">\n            <div class=\"form-group\">\n                <select id=\"prefix\" required>\n                    <option value=\"XAW1\">XAW1<\/option>\n                    <option value=\"XAW4\">XAW4<\/option>\n                    <option value=\"XAW7\">XAW7<\/option>\n                    <option value=\"XAJ1\">XAJ1<\/option>\n                    <option value=\"XAJ4\">XAJ4<\/option>\n                    <option value=\"XAJ7\">XAJ7<\/option>\n                    <option value=\"XKW1\">XKW1<\/option>\n                    <option value=\"XKJ1\">XKJ1<\/option>\n                    <option value=\"XJW1\">XJW1<\/option>\n                    <option value=\"XWW1\">XWW1<\/option>\n                <\/select>\n                <input type=\"text\" id=\"serialRestante\" name=\"serialRestante\" placeholder=\"Digite o restante do n\u00famero de s\u00e9rie\" required>\n            <\/div>\n            <button type=\"submit\">Verificar<\/button>\n        <\/form>\n        <div class=\"result\" id=\"resultado\"><\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Quer saber se o seu Switch \u00e9 desbloque\u00e1vel via software? Use nossa ferramenta r\u00e1pida e f\u00e1cil abaixo para verificar agora mesmo! N\u00e3o perca tempo, descubra se seu Nintendo Switch pode ser desbloqueado e aproveite nossos tutoriais! Verifique seu Nintendo Switch Verifique se o seu Nintendo Switch pode ser desbloqueado via Software! Digite o N\u00famero de [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-498","post","type-post","status-publish","format-standard","hentry","category-blog"],"_links":{"self":[{"href":"https:\/\/btechgames.com\/index.php\/wp-json\/wp\/v2\/posts\/498","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/btechgames.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/btechgames.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/btechgames.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/btechgames.com\/index.php\/wp-json\/wp\/v2\/comments?post=498"}],"version-history":[{"count":10,"href":"https:\/\/btechgames.com\/index.php\/wp-json\/wp\/v2\/posts\/498\/revisions"}],"predecessor-version":[{"id":508,"href":"https:\/\/btechgames.com\/index.php\/wp-json\/wp\/v2\/posts\/498\/revisions\/508"}],"wp:attachment":[{"href":"https:\/\/btechgames.com\/index.php\/wp-json\/wp\/v2\/media?parent=498"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/btechgames.com\/index.php\/wp-json\/wp\/v2\/categories?post=498"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/btechgames.com\/index.php\/wp-json\/wp\/v2\/tags?post=498"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}