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!

  1. // ==UserScript==
  2. // @name NOW 18 Free faucets all in one script!
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.3
  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 Elmer76
  7. // @license MIT
  8. // @match https://freepancake.com/*
  9. // @match https://freematic.com/*
  10. // @match https://freeshibainu.com/*
  11. // @match https://freebitcoin.io/*
  12. // @match https://freecardano.com/*
  13. // @match https://freesteam.io/*
  14. // @match https://freetether.com/*
  15. // @match https://freeusdcoin.com/*
  16. // @match https://coinfaucet.io/*
  17. // @match https://freenem.com/*
  18. // @match https://freebinancecoin.com/*
  19. // @match https://freeethereum.com/*
  20. // @match https://free-tron.com/*
  21. // @match https://freedash.io/*
  22. // @match https://freechainlink.io/*
  23. // @match https://freeneo.io/*
  24. // @match https://free-ltc.com/*
  25. // @match https://free-doge.com/*
  26. // @icon https://www.google.com/s2/favicons?domain=freeshibainu.com
  27. // @grant none
  28. // ==/UserScript==
  29. /*
  30. ================================================================================================================================================== |
  31. | donate please btc : 36v6NbQCeDp1LHDtpJgoBMq7u3J5zWipDW |
  32. | |
  33. | Please use my referal link https://freecardano.com/?ref=436322 |
  34. | https://freebitcoin.io/?ref=635397 |
  35. | https://freesteam.io/?ref=151488 |
  36. | https://freetether.com/?ref=254231 |
  37. | https://freeusdcoin.com/?ref=184874 |
  38. | https://freeshibainu.com/?ref=69021 |
  39. | https://coinfaucet.io/?ref=904491 |
  40. | https://freenem.com/?ref=333717 |
  41. | https://freebinancecoin.com/?ref=303024 |
  42. | https://freeethereum.com/?ref=321852 |
  43. | https://free-tron.com/?ref=377368 |
  44. | https://freedash.io/?ref=189307 |
  45. | https://freechainlink.io/?ref=116426 |
  46. | https://freeneo.io/?ref=144629 |
  47. | https://free-ltc.com/?ref=198898 |
  48. | https://free-doge.com/?ref=234988 |
  49. | https://freepancake.com/?ref=19935 |
  50. | https://freematic.com/?ref=21911 |
  51. | TY and enjoy |
  52. ==================================================================================================================================================
  53. */
  54. // Install the Hcaptcha Solver to solve Recaptcha: https://greasyfork.org/es/scripts/425854-hcaptcha-solver-automatically-solves-hcaptcha-in-browser
  55. setTimeout(function() {
  56. 'use strict';
  57.  
  58. console.log(document.querySelector("div[class='roll-wrapper']").style.display !== 'none');
  59.  
  60. if (document.querySelector("div[class='roll-wrapper']").style.display !== "none") {
  61. //document.querySelector("body > main > div > div > div > div > div > div.roll-wrapper > button").click();
  62. document.querySelector("button[class='main-button-2 roll-button bg-2']").click()
  63. }
  64.  
  65. setTimeout(function(){ location.reload(); }, 10*60*1000);
  66.  
  67. },2000);