rimakoko autoclaim script

Earn unlimited and free Zero Coin on rimakoko.com using this script.(Part of this code I took from JEGMASTER TV, but i made it for rimakoko. part of the credits goes to him.https://greasyfork.org/en/scripts/439060-free-and-unlimited-no-captcha-zero-coin-script-zerofaucet-com/code

当前为 2023-06-23 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name            rimakoko autoclaim script
// @namespace       http://tampermonkey.net/
// @version         1.9
// @description     Earn unlimited and free Zero Coin on rimakoko.com using this script.(Part of this code I took from JEGMASTER TV, but i made it for rimakoko. part of the credits goes to him.https://greasyfork.org/en/scripts/439060-free-and-unlimited-no-captcha-zero-coin-script-zerofaucet-com/code
// @author          zwzodo
// @license         MIT
// @match           https://rimakoko.com
// @match           https://rimakoko.com/*
// @match           https://1ink.cc/*
// @match           https://myzeroland.com/*
// @match           https://donaldco.in/*
// @match           https://tiggercoin.com/*
// @grant           none
// ==/UserScript==

/*
==================================================================================================================================================                                                                                                                                              |
| This script requires a ZeroChain wallet, you can create one by following this link: https://zerochain.info/.                                   |
| Finally go on this page: https://zerofaucet.com/?ref=t1eaifNHwur1aiFYSJEjHbo5U16WLVomobc and login with your wallet address.                   |
==================================================================================================================================================
*/

(function() {
    'use strict';

    // Remove animated background from website - optional.   document.querySelector("body > center > form > input.submit")
    //Object.assign(document.getElementsByTagName('body')[0].style, { backgroundImage: 'none' });
    //login
         var zer= "t1eaifNHwur1aiFYSJEjHbo5U16WLVomobc"/////EXAMPLE/////
         var address = false;
         setInterval(function() {
         if (document.querySelector("body > center > font > form > input[type=text]:nth-child(8)")) {
         	document.getElementsByName("loginwallet")[0].value = zer;
         	address = true;
             if ((address == true)) {
                 document.querySelector("body > center > font > form > input.submit").click();
             }
         }}, 1000);
    setInterval(function() {
        //resolve error 404
        if (document.querySelector("body > p:nth-child(3)")) {
            window.open("https://rimakoko.com","_self");
            document.querySelector("body > center > a > img").click();
    }
}, 60000 );
    setInterval(function() {
        //sai da pagina de bonus.
        if (document.getElementsByClassName("shadow1")[0]) {
            window.open("https://rimakoko.com/index.php?refresh=859","_self");
    }
}, 10000 );
    setInterval(function() {
    //Collect bonus
        if (document.querySelector("body > center > font > table > tbody > tr > td:nth-child(3) > center > table:nth-child(1) > tbody > tr > td > a > font")) {
            document.querySelector("body > center > font > table > tbody > tr > td:nth-child(3) > center > table:nth-child(1) > tbody > tr > td > a > font").click();
        }
        /*
        //sai da pagina de bonusdocument.
        if (document.querySelector("body > center > table > tbody > tr > td > center > div1 > img")) {
            document.querySelector("body > center > a > img").click();

        }*/
    }, 3000);
    setInterval(function() {
        if (document.querySelector("body > center > form > input.submit")) {
            document.querySelector("body > center > form > input.submit").click();
        }
        // Click on claim buttons.
        if (document.getElementById('button1')) {
            document.getElementById('button1').click();
        }
        // Click on 1link skip button.
        if (document.getElementsByClassName('skipbutton')[0]) {
            document.getElementsByClassName('skipbutton')[0].click();
        }
    }, 3000);
         setInterval(function() {
        //sai da pagina de bonus.
        if (document.querySelector("#form_id > input.submit2")) {
            document.querySelector("#form_id > input.submit2").click();
    }
}, 6000 );

})();