Freebitco.in VOid 2024

https://freebitco.in/?r=966336

目前為 2024-05-01 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Freebitco.in VOid 2024
// @namespace    https://gf.qytechs.cn/en/users/1295753-sr-fox
// @version      1.2
// @description  https://freebitco.in/?r=966336
// @author       Sr.Fox
// @match        https://freebitco.in/*
// @info         Use o NoCaptcha https://update.gf.qytechs.cn/scripts/455610/AUTO-OPEN%20hCaptcha%20%2B%20reCaptcha.user.js
// ==/UserScript==

(function() {
    'use strict';

    $(document).ready(function(){
        console.log("Status: Page loaded.");

        setTimeout(function(){
            $('#free_play_form_button').click();
            console.log("Status: Button ROLL clicked.");
        }, 5000);

    });

    function random(min,max){
       return min + (max - min) * Math.random();
    }

    // Recarrega a página a cada 1 hora 
    setInterval(function(){
        location.reload();
        console.log("Status: Page reloaded.");
    }, 615000);

})();

QingJ © 2025

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