Altcryp Bot

auto login and claim rotator!

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         Altcryp Bot
// @namespace    altcryp.com
// @version      2024-04-27
// @description  auto login and claim rotator!
// @author       Script Bot Dev
// @match        https://altcryp.com/*
// @icon         https://altcryp.com/assets/images/favicon.ico
// @grant        none
// ==/UserScript==


if(document.querySelector("body > div:nth-child(9)")){
    document.querySelector("body > div:nth-child(9)").parentNode.removeChild(document.querySelector("body > div:nth-child(9)"));
}
var CAPTCHA = setInterval(function() {
if(document.querySelector(".next-button") && document.querySelector(".next-button").outerText.includes("Go Claim")){
    window.location.reload();
    clearInterval(CAPTCHA);
}else{
            if((document.querySelector(".cf-turnstile")) && document.querySelector(".cf-turnstile > input").value > ""){
                document.querySelector("#fauform").submit();
                clearInterval(CAPTCHA);
            }
}
 }, 500);
var LoginClick = 0;
var redirect = setInterval(function() {
    console.log(LoginClick);
    if(document.querySelector('a[data-target="#login"]')){
        if(LoginClick === 0){
   document.querySelector('a[data-target="#login"]').click();
            LoginClick = 1;
        }
   document.querySelector("#InputEmail").value = "[email protected]";
        var recaptchaLogin = document.querySelector("#g-recaptcha-response").value;
               if((recaptchaLogin) && recaptchaLogin > ""){
                document.querySelector("form").submit();
                   clearInterval(redirect);
            }

   }
    if(document.querySelector("div.action-btns.mt-4") && document.body.outerText.includes("Instant Earn")){
       window.location.href = "https://altcryp.com/faucet/currency/btc";
        clearInterval(redirect);
    }


    var please = document.body.outerText.includes("Please wait");
    var limite = document.body.outerText.includes("Daily claim limit");
    var semfundos = document.body.outerHTML.includes("The faucet does not have");
    var faucet = document.location.pathname;
    if(faucet.includes("/firewall") === true){
         if(document.querySelector("#recaptchav2 > div")){
             console.log("recaptcha");
            var recaptcha = document.querySelector("#g-recaptcha-response").value;
               if((recaptcha) && recaptcha > ""){
                document.querySelector("div > form").submit();
                   clearInterval(redirect);
            }
            }
         if(document.querySelector(".cf-turnstile")){
             console.log("cloudflare");
            var cloudflare = document.querySelector(".cf-turnstile > input").value;
            if((cloudflare) && cloudflare > ""){
                document.querySelector("div > form").submit();
                clearInterval(redirect);
            }
            }
        setTimeout(function(){document.querySelector("div > form").submit();}, 10000);

    }
    if(please === true || limite === true || semfundos === true){
     if(faucet.includes("/btc")){
        window.location.href = "https://altcryp.com/faucet/currency/ltc";
         clearInterval(redirect);
      }
      if(faucet.includes("/ltc")){
        window.location.href = "https://altcryp.com/faucet/currency/usdt";
         clearInterval(redirect);
      }
        if(faucet.includes("/usdt")){
        window.location.href = "https://altcryp.com/faucet/currency/bnb";
         clearInterval(redirect);
      }
        if(faucet.includes("/bnb")){
        window.location.href = "https://altcryp.com/faucet/currency/bch";
         clearInterval(redirect);
      }
        if(faucet.includes("/bch")){
        window.location.href = "https://altcryp.com/faucet/currency/dash";
         clearInterval(redirect);
      }
        if(faucet.includes("/dash")){
        window.location.href = "https://altcryp.com/faucet/currency/doge";
         clearInterval(redirect);
      }
        if(faucet.includes("/doge")){
        window.location.href = "https://altcryp.com/faucet/currency/matic";
         clearInterval(redirect);
      }
        if(faucet.includes("/matic")){
        window.location.href = "https://altcryp.com/faucet/currency/sol";
         clearInterval(redirect);
      }
        if(faucet.includes("/sol")){
        window.location.href = "https://altcryp.com/faucet/currency/trx";
         clearInterval(redirect);
      }
        if(faucet.includes("/trx")){
        window.location.href = "https://altcryp.com/faucet/currency/xrp";
         clearInterval(redirect);
      }
        if(faucet.includes("/xrp")){
        window.location.href = "https://altcryp.com/faucet/currency/zec";
         clearInterval(redirect);
      }
        if(faucet.includes("/zec")){
        window.location.href = "https://altcryp.com/faucet/currency/pepe";
         clearInterval(redirect);
      }
        if(faucet.includes("/pepe")){
        window.location.href = "https://altcryp.com/faucet/currency/shib";
         clearInterval(redirect);
      }
        if(faucet.includes("/shib")){
        window.location.href = "https://altcryp.com/faucet/currency/btc";
         clearInterval(redirect);
      }
    }
},500);

setTimeout(function(){window.location.reload();},30000);