Greasy Fork

来自缓存

Greasy Fork is available in English.

[satology] Auto Claim Multiple Faucets with Monitor UI

Freebitco.in, StormGain Miner, 15 Faucets with Promo Codes + Autologin, FaucetPay PTC, etc.

当前为 2021-07-19 提交的版本,查看 最新版本

Join https://discord.gg/23s9fDgHqe !

IMPORTANT / SETUP

  • Faucets have hCaptcha validation so YOU MUST HAVE A hCAPTCHA solver to be able to claim with this script.
    I recommend this one: hCaptcha Solver
  • At least until version 3.5 of the hCaptcha Solver (didn't try new versions yet), to roll Free-Ethereum.io you needed to add 2 lines to it's code so it can recognize some non-ASCII characters.
    These are the 2 lines and they should go right at the beginning of function getSynonyms(word) [line 232]
    const WORDS_WITH_CYRILLIC = {'аirplane': AIRPLANE, 'bіcycle': BICYCLE, 'bοat': BOAT, 'сar': CAR, 'mοtorbus': MOTORBUS, 'mοtorcycle': MOTORCYCLE, 'trаin': TRAIN, 'truсk': TRUCK };
    word = (encodeURIComponent(word).indexOf('%') > -1) ? WORDS_WITH_CYRILLIC[word] : word;
  • After installing the script (tested only with Tampermonkey & Chrome), navigate to https://satology.onrender.com/faucets/referrals to trigger it.
  • Enable a faucet by clicking 'Edit'. After saving the process should start. Make sure you allow popups on the site.

Known issues

  • Free-litecoin.com sometimes throws invalid characters or redirects too fast to an ad so the script times out after rolling as it cannot read the claimed amount. You can manually review the balance and if the countdown is working at the site to make sure it's rolling and it's not another kind of error.
  • If you have MetaMask, Free-ethereum.io needs to be manually 'accepted' if you close your browser and reopen it.

@ 1.5.12

  • Added some workarounds for those who don't like the script to be waiting when the sites are redirected to an Ad:
    Timer/interval that saves the timestamp every 10 seconds when processing/navigating a site. This should avoid waiting too long in case of ad redirects, BUT it will consume more resources. You can enable it in the script, by setting useTimer to true (almost at the end of the script).
    • When enabled, it will be used only at B/K, Free-Litecoin and Free-Ethereum.
    • If a site is closed by this timer, it will display the error 'FORCE_CLOSED' at the schedule
    • Added a retry logic for this faucets (when FORCE_CLOSED): whenever there's a time window (greater than timeout/2), it will try to run again the last one that failed
  • Added ErrorType to a const/enum. Errors from previous versions of the script (were plain strings) will be displayed as '_ERR'

  • I'm not setting this stuff to be configured at the UI as I don't think it's worth it and might be confusing.
    Same goes for enabling individual faucets to run on focus instead of background (as FP PTC does). I've added a line you can uncomment to do the same with StormGain if you are having trouble with the auto activation when it's on the background (search for RUN STORMGAIN)
  • Status/upcoming

    • Refactoring/working on v2.0 as this version is unsustainable. More than 40 faucets can take longer than 1 hour to finish the loop, so I'm going to add multiple schedules/queues as a user suggested, giving the option to run multiple tabs at the same time if your hardware and connection can do it. nevertheless, I will try to add some faucets here during this week anyway to give alternatives to B/K.
    • Telegram group is a no go. Join the discord!

    Auto Roll/Claim with simple Monitor UI

    • Automatic rolls and claims for faucets/PTCs/miners
    • Accepts promotion codes (http://twitter.com/cryptosfaucets, free roll shortlinks) for CF 15 faucets
    • Simple Monitor UI on top of a website to track progress (claims, next rolls, promo codes)

    Briefing:

    • The UI runs on top of https://satology.onrender.com/faucets/referrals
      That site is a WIP and will eventually contain some ads (no popups). You can, of course, replace it with another URL, but please consider keeping it as a 'thank you' if you find the script useful/helpful.
    • All data displayed is stored locally through GM_setValue. Nothing is uploaded to the website, except for the LOG in case you manually submit it.
    • You must enable popups on https://satology.onrender.com/faucets/referrals for the manager to open the faucets
    • Auto rolls will trigger ONLY when the faucet was opened by the Manager UI
      This is to allow users to navigate the websites without having to stop the script.

    Monitor running

    Please consider registering using my referral if you need an account for some of the websites:

    00- https://freebitco.in/?r=41092365
    01- https://app.stormgain.com/friend/BNS27140552
    02- https://freecardano.com/?ref=335463
    03- https://freebinancecoin.com/?ref=161127
    04- https://freebitcoin.io/?ref=490252
    05- https://freedash.io/?ref=124083
    06- https://free-doge.com/?ref=97166
    07- https://freeethereum.com/?ref=204076
    08- https://freechainlink.io/?ref=78652
    09- https://free-ltc.com/?ref=117042
    10- https://freeneo.io/?ref=100529
    11- https://freesteam.io/?ref=117686
    12- https://free-tron.com/?ref=145047
    13- https://freeusdcoin.com/?ref=100434
    14- https://freetether.com/?ref=181230
    15- https://freenem.com/?ref=295274
    16- https://coinfaucet.io/?ref=808298
    17- https://faucetpay.io/?r=1140585
    18- https://free-litecoin.com/login?referer=1332950
    19- https://free-ethereum.io/?referer=1064662


    Always opened to constructive feedback. I'd be glad to hear from you if you find any bugs, have suggestions or new enhancements/features you'd like to see.
    If you wanna team up or just share some ideas, you can contact me at [email protected]