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!

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

// ==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);
})();