Greasy Fork is available in English.

FaucetCrypto Bot

auto claim bitcoin

// ==UserScript==
// @name         FaucetCrypto Bot
// @namespace    faucetcrypto.click
// @version      20240610
// @description  auto claim bitcoin
// @author       Script Bot Dev
// @match        https://faucetcrypto.click/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=faucetcrypto.click
// @grant        none
// @license        MIT
// ==/UserScript==

var BOT = setInterval(function(){
if(document.body.outerText.includes("satoshi was sent to your") === true){
	window.location.reload();
	clearInterval(BOT);
}
if(document.querySelector("a[onclick]") > ""){
    document.querySelector("a[onclick]").click();
    clearInterval(BOT);
}
if(document.body.outerText.includes("claims left today.") === true){
    document.querySelector("#reward").value = 0;
    document.querySelector("#currency").value = "BTC";
	document.querySelector("#address").value = "1Jhv391hmzLfNY4AUjpnHn1kPf5CpTUThs"; //edit this line with your email faucetpay or adrress bitcoin
	document.querySelector(".msg").innerHTML = '<button type="button" id="click" data-toggle="modal" data-target="#captchaModal">login2</button>';
	setTimeout(function(){document.querySelector("#click").click();},100);
    var CAPTCHA = setInterval(function(){
                 if(document.querySelector("#hcaptcha")){
            var hcaptcha = document.querySelector(".h-captcha > iframe").getAttribute('data-hcaptcha-response');
               if((hcaptcha) && hcaptcha > ""){
                document.querySelector("form").submit();
                   clearInterval(CAPTCHA);
            }
            }
                              }, 500);
	clearInterval(BOT);
}
if(document.body.outerText.includes("Click on the ad to claim") === true){
	var tim3ba75fd550d12b36f0c4a1e8f808f74a6aee881ef65da32b98573e9fd7a76ad1 = 0;
    str3ba75fd550d12b36f0c4a1e8f808f74a6aee881ef65da32b98573e9fd7a76ad1();
	clearInterval(BOT);
}
if(document.body.outerText.includes("You have to wait 1 minute") === true){
	setTimeout(function(){window.location.reload();},5000);
	clearInterval(BOT);
}
},500);