auto-crypto.ml : Auto Faucet

https://auto-crypto.ml/?r=0xDD9cb7e222Bdd926E8d8aB1E8574e6A584c0F122

目前为 2023-03-14 提交的版本。查看 最新版本

// ==UserScript==
// @name         auto-crypto.ml : Auto Faucet
// @namespace    auto.crypto.auto.faucet
// @version      1.0
// @description  https://auto-crypto.ml/?r=0xDD9cb7e222Bdd926E8d8aB1E8574e6A584c0F122
// @author       stealtosvra
// @match        https://auto-crypto.ml/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=auto-crypto.ml
// @grant        none
// @license      MIT
// ==/UserScript==

document.addEventListener("DOMContentLoaded", function() {
    'use strict';

    const reloadDelay = 70 * 1000;
    setTimeout(function() {
        location.reload();
    }, reloadDelay);

    // INSERT BNB ADDRESS
    const inputValue = "";


    const inputElement = document.querySelector('input[name="wvdszPuzetQ"]');
    inputElement.value = inputValue;

    setInterval(function() {
        function hCaptcha() {
            return grecaptcha && grecaptcha.getResponse().length !== 0;}
        if (hCaptcha()) {
            document.querySelector('.btn.claim-button').click();}}, 5000);

});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址