NOW 18 Free faucets all in one 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!

目前為 2023-12-21 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name NOW 18 Free faucets all in one script!
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0
  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. /*
  30. ================================================================================================================================================== | buy me coffee please btc : 1GnU6qdNLyveQ7pFCJkCjxCjj1BSgAFENA |
  31. | |
  32. | Please use my referal link https://freeethereum.com/?ref=403216 |
  33. | https://freebitcoin.io/?ref=542478 |
  34. | https://freecardano.com/?ref=482754 |
  35. | https://freedash.io/?ref=229255 |
  36. | https://free-doge.com/?ref=308339 |
  37. | https://freesteam.io/?ref=164760 |
  38. | https://freebitco.in/?r=50192538 |
  39. | |
  40. | TY and enjoy |
  41. ==================================================================================================================================================
  42. */
  43. // Install the Hcaptcha Solver to solve Recaptcha: https://greasyfork.org/es/scripts/425854-hcaptcha-solver-automatically-solves-hcaptcha-in-browser
  44. (function() {
  45. 'use strict';
  46. window.alert = function() {};
  47. const claimInterval = 5000;
  48. /*console.log(document.querySelector("div[class='flex justify-center']").innerText === 'ROLL! (1)');*/
  49.  
  50. function claimRewards() {
  51. if (document.querySelector("div[class='flex justify-center']").innerText == 'ROLL! (1)') {
  52. document.querySelector('[aria-label="ROLL! (1)"]').click();
  53. }
  54. }
  55. function startAutoRoll() {
  56. setInterval(2000);
  57. setInterval(claimRewards, claimInterval);
  58. }
  59. window.addEventListener('load', startAutoRoll);
  60. })();