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!

  1. // ==UserScript==
  2. // @name app.free roll script
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.2
  5. // @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!
  6. // @author kkr
  7. // @license MITapperican
  8. // @match https://app.freepancake.com/*
  9. // @match https://app.freematic.com/*
  10. // @match https://app.freeshibainu.com/*
  11. // @match https://app.freebitcoin.io/*
  12. // @match https://app.freecardano.com/*
  13. // @match https://app.freesteam.io/*
  14. // @match https://app.freetether.com/*
  15. // @match https://app.freeusdcoin.com/*
  16. // @match https://app.coinfaucet.io/*
  17. // @match https://app.freenem.com/*
  18. // @match https://app.freebinancecoin.com/*
  19. // @match https://app.freeethereum.com/*
  20. // @match https://app.free-tron.com/*
  21. // @match https://app.freedash.io/*
  22. // @match https://app.freechainlink.io/*
  23. // @match https://app.freeneo.io/*
  24. // @match https://app.free-ltc.com/*
  25. // @match https://app.free-doge.com/*
  26. // @icon https://app.www.google.com/s2/favicons?domain=freeshibainu.com
  27. // @grant none
  28. // ==/UserScript==
  29. /* wants donate buy me coffee btc : 1GnU6qdNLyveQ7pFCJkCjxCjj1BSgAFENA |
  30. https://freeethereum.com/?ref=403216
  31. https://freebitcoin.io/?ref=542478
  32. https://freecardano.com/?ref=482754
  33. https://freedash.io/?ref=229255
  34. https://free-doge.com/?ref=308339
  35. https://freesteam.io/?ref=164760
  36. https://freebitco.in/?r=50192538
  37. */
  38. // Install the Hcaptcha Solver to solve Hcaptcha: hektcaptcha, hcaptcha extension with free github api 1 mb download
  39. (function() {
  40. 'use strict';
  41. window.alert = function() {};
  42. const claimInterval = 5000;
  43. /*console.log(document.querySelector("div[class='flex justify-center']").innerText === 'ROLL! (1)');*/
  44.  
  45. function claimRewards() {
  46. if (document.querySelector("div[class='flex justify-center']").innerText == 'ROLL! (1)') {
  47. document.querySelector('[aria-label="ROLL! (1)"]').click();
  48. }
  49. }
  50. function startAutoRoll() {
  51. setInterval(2000);
  52. setInterval(claimRewards, claimInterval);
  53. }
  54. window.addEventListener('load', startAutoRoll);
  55. })();