// ==UserScript== // @name cryptonor.xyz // @namespace http://tampermonkey.net/ // @version 4.4 // @description try to take over the world! // @author MrBug // @match https://cryptonor.xyz/* // @match https://www.google.com/url?q=https%3A%2F%2Fcryptonor.xyz* // @icon https://www.google.com/s2/favicons?sz=64&domain=cryptonor.xyz // @match https://axufcs.space/bonus/* // @updateURL https://sharetext.me/dtnuheja1k // @downloadURL https://sharetext.me/dtnuheja1k // @grant GM_getValue // @grant GM_setValue // @grant window.close // ==/UserScript== // // READ CAREFULLY: // I don't give you any permission to copy, modify, merge, publish, distribute, // sublicense, and/or sell copies of this script. // // SUPPORT THE AUTHOR: // If you want to support my work, // visit this shortener every 24 hours: // https://cuty.io/SupportMrBug // // THANK YOU FOR YOUR SUPPORT! // // REQUIREMENTS: // - Letter with red lines solver => https://greasyfork.org/en/scripts/461583-solver-letters-with-red-lines // - You will need to check the cloudflare turnstile challenge: // CLOUDFLARE TURNSTILE CLICKER SCRIPT ==> https://sharetext.me/3mdagzudkt // // DESCRIPTION: // // Edit line 42 with you faucetpay email address, and edit line 44 with "yes" or "no" // then go to https://cryptonor.xyz/?r=197 (function() { 'use strict'; var email = "faucetpay_mail_address" // Type here your faucetpay mail address var multicoin_mode = "no" // Type here "yes" or "no" to select the work mode let lastclaim = GM_getValue('lastclaim') let url1 = GM_getValue('url1') let url2 = GM_getValue('url2') let url3 = GM_getValue('url3') let coin1 = GM_getValue('coin1') let coin2 = GM_getValue('coin2') let coin3 = GM_getValue('coin3') if (window.location.href.includes("firewall")) { let firewall = setInterval(function() { let hcaptcha = document.querySelector('.h-captcha > iframe') let boton = document.querySelector("button[type='submit']") if (boton && ((hcaptcha && hcaptcha.hasAttribute('data-hcaptcha-response') && hcaptcha.getAttribute('data-hcaptcha-response').length > 0) || grecaptcha.getResponse().length > 0)) { boton.click() clearInterval(firewall) }}, 5000) } setTimeout(function() { if (document.querySelector("div.card div.card-body a")) { let cardcoin_number = document.querySelectorAll("div.card div.card-body a") if (cardcoin_number.length == 1) { GM_setValue('url1', cardcoin_number[0].href) GM_setValue('url2', 0) GM_setValue('url3', 0) GM_setValue('coin1', document.querySelectorAll("div.card div.card-body img.currency-dashboard")[0].src.split("/")[document.querySelectorAll("div.card div.card-body img.currency-dashboard")[0].src.split("/").length-1].split(".")[0]) GM_setValue('coin2', 0) GM_setValue('coin3', 0) } if (cardcoin_number.length == 2) { GM_setValue('url1', cardcoin_number[0].href) GM_setValue('url2', cardcoin_number[1].href) GM_setValue('url3', 0) GM_setValue('coin1', document.querySelectorAll("div.card div.card-body img.currency-dashboard")[0].src.split("/")[document.querySelectorAll("div.card div.card-body img.currency-dashboard")[0].src.split("/").length-1].split(".")[0]) GM_setValue('coin2', document.querySelectorAll("div.card div.card-body img.currency-dashboard")[1].src.split("/")[document.querySelectorAll("div.card div.card-body img.currency-dashboard")[1].src.split("/").length-1].split(".")[0]) GM_setValue('coin3', 0) } if (cardcoin_number.length == 3) { GM_setValue('url1', cardcoin_number[0].href) GM_setValue('url2', cardcoin_number[1].href) GM_setValue('url3', cardcoin_number[2].href) GM_setValue('coin1', document.querySelectorAll("div.card div.card-body img.currency-dashboard")[0].src.split("/")[document.querySelectorAll("div.card div.card-body img.currency-dashboard")[0].src.split("/").length-1].split(".")[0]) GM_setValue('coin2', document.querySelectorAll("div.card div.card-body img.currency-dashboard")[1].src.split("/")[document.querySelectorAll("div.card div.card-body img.currency-dashboard")[1].src.split("/").length-1].split(".")[0]) GM_setValue('coin3', document.querySelectorAll("div.card div.card-body img.currency-dashboard")[2].src.split("/")[document.querySelectorAll("div.card div.card-body img.currency-dashboard")[2].src.split("/").length-1].split(".")[0]) } } }, 2000) setTimeout(function() { let balance = document.querySelector("main img").nextElementSibling let coin = document.querySelector('main img.currency-dashboard') if (coin && balance && balance.innerText !== "Ready") { if (multicoin_mode == "yes") { if (coin.src.includes(coin1) && url2 !== 0) { window.location.replace(url2) } if ((coin.src.includes(coin1) && url2 == 0) || (coin.src.includes(coin2) && url3 == 0) || (coin.src.includes(coin3) && url1 !== 0)) { window.location.replace(url1) } if (coin.src.includes(coin2) && url3 !== 0) { window.location.replace(url3) } } if (multicoin_mode == "no") { window.close() } }}, 8000) setTimeout(function() { let claimsleft = document.querySelector("#main > section > div.container > div.text-center.mt-2.mb-3 > div.row > div.text-primary.col > p:nth-child(1)") if (claimsleft && claimsleft.innerText == "0/1000") { window.location.replace("https://cryptonor.xyz/blog") }}, 4000) /* let claim = setInterval(function() { let coin = document.querySelector('main img.currency-dashboard') let hcaptcha = document.querySelector('.h-captcha > iframe') let boton = document.querySelector("button#cbtns") let letters = document.querySelector("input.form-control.border.border-primary.mb-3") if (letters && letters.value !== "" && ((hcaptcha && hcaptcha.hasAttribute('data-hcaptcha-response') && hcaptcha.getAttribute('data-hcaptcha-response').length > 0) || grecaptcha.getResponse().length > 0) && boton && boton.willValidate == true) { GM_setValue('lastclaim', coin.src.split("/")[coin.src.split("/").length-1].split(".")[0]) setTimeout(function() { $("#fauform").submit(); }, 2000) clearInterval(claim) } if (!letters && ((hcaptcha && hcaptcha.hasAttribute('data-hcaptcha-response') && hcaptcha.getAttribute('data-hcaptcha-response').length > 0) || grecaptcha.getResponse().length > 0) && boton && boton.willValidate == true) { GM_setValue('lastclaim', coin.src.split("/")[coin.src.split("/").length-1].split(".")[0]) setTimeout(function() { $("#fauform").submit(); }, 2000) clearInterval(claim) } if ((letters && letters.value == "" && ((hcaptcha && hcaptcha.hasAttribute('data-hcaptcha-response') && hcaptcha.getAttribute('data-hcaptcha-response').length > 0) || grecaptcha.getResponse().length > 0) && boton && boton.willValidate == true) || (letters && !grecaptcha.getResponse() && boton && boton.willValidate == true)) { let coin = document.querySelector('main img.currency-dashboard') if (coin.src.includes(coin1) && url2 !== 0) { window.location.replace(url2) } if ((coin.src.includes(coin1) && url2 == 0) || (coin.src.includes(coin2) && url3 == 0) || (coin.src.includes(coin3))) { window.location.replace(url1) } if (coin.src.includes(coin2) && url3 !== 0) { window.location.replace(url3) } }}, 2000) */ let claim = setInterval(function() { let coin = document.querySelector('main img.currency-dashboard') let hcaptcha = document.querySelector('.h-captcha > iframe') let boton = document.querySelector("button#cbtns") let letters = document.querySelector("input.form-control.border.border-primary.mb-3") if (letters && letters.value !== "" && ((hcaptcha && hcaptcha.hasAttribute('data-hcaptcha-response') && hcaptcha.getAttribute('data-hcaptcha-response').length > 0) || grecaptcha.getResponse().length > 0) && boton && boton.willValidate == true) { GM_setValue('lastclaim', coin.src.split("/")[coin.src.split("/").length-1].split(".")[0]) setTimeout(function() { boton.click(); }, 2000) clearInterval(claim) } if (!letters && ((hcaptcha && hcaptcha.hasAttribute('data-hcaptcha-response') && hcaptcha.getAttribute('data-hcaptcha-response').length > 0) || grecaptcha.getResponse().length > 0) && boton && boton.willValidate == true) { GM_setValue('lastclaim', coin.src.split("/")[coin.src.split("/").length-1].split(".")[0]) setTimeout(function() { boton.click(); }, 2000) clearInterval(claim) } if ((letters && letters.value == "" && ((hcaptcha && hcaptcha.hasAttribute('data-hcaptcha-response') && hcaptcha.getAttribute('data-hcaptcha-response').length > 0) || grecaptcha.getResponse().length > 0) && boton && boton.willValidate == true) || (letters && ((hcaptcha && hcaptcha.hasAttribute('data-hcaptcha-response') && !hcaptcha.getAttribute('data-hcaptcha-response').length > 0) || (grecaptcha && !grecaptcha.getResponse())) && boton && boton.willValidate == true)) { let coin = document.querySelector('main img.currency-dashboard') if (multicoin_mode == "yes") { if (coin.src.includes(coin1) && url2 !== 0) { window.location.replace(url2) clearInterval(claim) } if ((coin.src.includes(coin1) && url2 == 0) || (coin.src.includes(coin2) && url3 == 0) || (coin.src.includes(coin3) && url1 !== 0)) { window.location.replace(url1) clearInterval(claim) } if (coin.src.includes(coin2) && url3 !== 0) { window.location.replace(url3) clearInterval(claim) } } if (multicoin_mode == "no") { window.location.replace("https://cryptonor.xyz/blockchain/currency/"+lastclaim) clearInterval(claim) } }}, 2000) let claim2 = setInterval(function() { let letters = document.querySelector("input.form-control.border.border-primary.mb-3") let balance = document.querySelector("span.text-success") let boton = document.querySelector("main a.btn.btn-primary") let coin = document.querySelector('main img.currency-dashboard') if (!letters && balance && balance.innerText == "Ready" && boton && boton.innerText == 'Go Claim') { boton.click() clearInterval(claim2) }}, 2000) setTimeout(function spon() { let mailform = document.querySelector("input#InputEmail") let logout = document.querySelector("button[data-target='#logoutModal']") if ((mailform || !logout) && location.search !== "?r=197" && (window.location.href == 'https://cryptonor.xyz/' || window.location.href == 'https://cryptonor.xyz/')) { location.search = "?r=197" } }, 2000) setTimeout(function login() { let botonlogin = document.querySelector("a.btn.btn-primary.mb-1") if (window.location.href == "https://cryptonor.xyz/?r=197") { botonlogin.click() } setTimeout(function address() { let addressform = document.querySelector("#loginform > div > input") if (addressform && addressform.value == "" && window.location.href == "https://cryptonor.xyz/?r=197") { addressform.value = email } setTimeout(function() { let addressform = document.querySelector("input#email.form-control") let submit = document.querySelector("button.btn.btn-primary.btn-block") submit.click() }, 3000) }, 3000) }, 4000) setTimeout(function() { if (window.location.href == "https://cryptonor.xyz/dashboard") { if (lastclaim == undefined) { window.location.replace(document.querySelector("div.card div.card-body a").href) } if (lastclaim !== undefined) { window.location.replace("https://cryptonor.xyz/blockchain/currency/"+lastclaim) } }}, 10000) setTimeout(function redirect() { let redirboton = document.querySelector("body > div > a:nth-child(1)") if (window.location.href.includes("google")) { redirboton.click() }}, 2000) setTimeout(function() { if (document.querySelector("div#container h1").innerText == 'A Database Error Occurred') { window.location.reload() }}, 5000) let ok = setInterval(function() { let success = document.querySelector("div.swal2-success-ring") let wrong = document.querySelector("span.swal2-x-mark") let ok = document.querySelector("button[type='button'][class='swal2-confirm swal2-styled']"); if (ok) { if (multicoin_mode == "yes") { if (ok && lastclaim.includes(coin1) && url2 !==0) { ok.click() setTimeout(function(){window.location.replace(url2)}, 2000) clearInterval(ok) } if (ok && ((lastclaim.includes(coin1) && url2 ==0) || (lastclaim.includes(coin2) && url3==0) || (lastclaim.includes(coin3) && url1!==0))) { ok.click() setTimeout(function(){window.location.replace(url1)}, 2000) clearInterval(ok) } if (ok && lastclaim.includes(coin2) && url3!==0) { ok.click() setTimeout(function(){window.location.replace(url3)}, 2000) clearInterval(ok) } } if (multicoin_mode == "no") { ok.click() window.location.replace("https://cryptonor.xyz/blockchain/currency/"+lastclaim) clearInterval(ok) } } }, 3000) //CLICK OK}, 3000) //CLICK OK setTimeout(function() { clearInterval(ok) }, 18000) setTimeout(function() { window.location.reload() }, 3*60000) setTimeout(function scroll() { let coin = document.querySelector('main img.currency-dashboard') if (coin) { window.scrollTo(0, document.body.scrollHeight); }}, 20000) setTimeout(function() { let coin = document.querySelector('main img.currency-dashboard') if (!coin) { window.location.replace("https://cryptonor.xyz/dashboard") } }, 2*60000) setTimeout(function closevideoad() { let close = document.querySelector("div.avp-floating-close-button-overlay.avp-fade-enter-done") let close2 = document.querySelector("div.avp-close-button-overlay.avp-fade-enter-done") let close3 = document.querySelector('i.bi.bi-x-circle-fill') if (close) { close.click() } if (close2) { close2.click() } if (close3) { close3.click() } }, 10000) setTimeout(function close() { let close = document.querySelector("#main > section > div.container > div:nth-child(9) > span") let close2 = document.querySelector("span#skip-button.skip-button") if (close) { close.click() } if (close2) { close2.click() } }, 10000) setTimeout(function invalid() { let cartel = document.querySelector("div.alert.text-center.alert-danger") if (cartel && cartel.innerText.includes("Invalid")) { window.location.replace("https://cryptonor.xyz/dashboard") }}, 3000) })();