app.free roll script

CLaim Free Shib, BTC, Cardano, Steam, Tether, USDC, USDT, Nem, binance, Ethereum, XRP, Tron, Dash, Chain, Neo, LTC, pancake, matic, and Doge Faucets all in one script!

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         app.free roll script
// @namespace    http://tampermonkey.net/
// @version      1.2
// @description  CLaim Free Shib, BTC, Cardano, Steam, Tether, USDC, USDT, Nem, binance, Ethereum, XRP, Tron, Dash, Chain, Neo, LTC, pancake, matic, and Doge Faucets all in one script!
// @author       kkr
// @license      MITapperican
// @match        https://app.freepancake.com/*
// @match        https://app.freematic.com/*
// @match        https://app.freeshibainu.com/*
// @match        https://app.freebitcoin.io/*
// @match        https://app.freecardano.com/*
// @match        https://app.freesteam.io/*
// @match        https://app.freetether.com/*
// @match        https://app.freeusdcoin.com/*
// @match        https://app.coinfaucet.io/*
// @match        https://app.freenem.com/*
// @match        https://app.freebinancecoin.com/*
// @match        https://app.freeethereum.com/*
// @match        https://app.free-tron.com/*
// @match        https://app.freedash.io/*
// @match        https://app.freechainlink.io/*
// @match        https://app.freeneo.io/*
// @match        https://app.free-ltc.com/*
// @match        https://app.free-doge.com/*
// @icon         https://app.www.google.com/s2/favicons?domain=freeshibainu.com
// @grant        none
// ==/UserScript==
/* wants donate buy me coffee btc : 1GnU6qdNLyveQ7pFCJkCjxCjj1BSgAFENA                                                                    |
https://freeethereum.com/?ref=403216
https://freebitcoin.io/?ref=542478
https://freecardano.com/?ref=482754
https://freedash.io/?ref=229255
https://free-doge.com/?ref=308339
https://freesteam.io/?ref=164760
https://freebitco.in/?r=50192538
*/
// Install the Hcaptcha Solver to solve Hcaptcha: hektcaptcha, hcaptcha extension with free github api 1 mb download
(function() {
    'use strict';
    window.alert = function() {};
    const claimInterval = 5000;
    /*console.log(document.querySelector("div[class='flex justify-center']").innerText === 'ROLL! (1)');*/

    function claimRewards() {
        if (document.querySelector("div[class='flex justify-center']").innerText == 'ROLL! (1)') {
        document.querySelector('[aria-label="ROLL! (1)"]').click();
        }
    }
    function startAutoRoll() {
        setInterval(2000);
        setInterval(claimRewards, claimInterval);
    }
    window.addEventListener('load', startAutoRoll);
})();