freebitco.in - Autoscript


SUBMITTED BY: Guest

DATE: Nov. 2, 2020, 9:27 p.m.

FORMAT: Text only

SIZE: 2.3 kB

HITS: 303

  1. Are you tired to solve Recaptcha over and over again ? If you have enough Reward Points, why not let it run automatic ??
  2. Download Tampermonkey - AddOn for Chrome or Firefox and generate a new script. Add the following code to it :
  3. // ==UserScript==
  4. // @version 8.12.2019
  5. // @author Satoshinet.com
  6. // @match https://freebitco.in/*
  7. // @name Freebitco.in Automatic AUTO ROLL Collector Script by Satoshinet.com
  8. // @namespace https://satoshinet.com/crypto/free-bitcoin-script
  9. // @description You need to create a FreeBitCo.in account to use this script| The Links to Join are on The Website satoshinet.com | This script will collect your Free Satoshi's, Reward Poinds, and Bonus Every Hour For You Automatically!
  10. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
  11. // @license GPL-3.0
  12. // ==/UserScript==
  13. (function() {
  14. 'use strict';
  15. $('#play_without_captchas_button').click() // Solve/change Captcha with Rewardpoints, disable the line with // if you dont want more
  16. var count_min = 1;
  17. $(document).ready(function(){
  18. console.log("Status: Page loaded.");
  19. setTimeout(function(){
  20. $('#free_play_form_button').click();
  21. console.log("Status: Button ROLL clicked.");
  22. }, random(2000,4000));
  23. setInterval(function(){
  24. console.log("Status: Elapsed time " + count_min + " minutes");
  25. count_min = count_min + 1;
  26. }, 60000);
  27. setTimeout(function(){
  28. $('.close-reveal-modal')[0].click();
  29. console.log("Status: Button CLOSE POPUP clicked.");
  30. }, random(12000,18000));
  31. setInterval(function(){
  32. $('#free_play_form_button').click();
  33. console.log("Status: Button ROLL clicked again.");
  34. }, random(3605000,3615000));
  35. });
  36. function random(min,max){
  37. return min + (max - min) * Math.random();
  38. }
  39. })();
  40. Save it , open freebitco.in and let the script run - it will automatically claim the reward every hour.
  41. If you don´t have an account at freebitco.in yet please support me by using my referal link :
  42. https://freebitco.in/?r=39228831
  43. Note : Using this script isn´t illegal and they can´t ban you for using it - it works only as long as you have enough Reward Points and then use the Play without Captcha Function.

comments powered by Disqus