1-First create an account here : (http://yon.ir/gPzC1) 2-To run the script you should first omit the recaptcha. There are ways to do that : 2.1-Deposit money to your account in the site 2.2-Buy lottery tickets which is the better way I think 3-After that the recaptcha should be unable and then you should paste the script I put in here in the console. To do that, right click on the page of the site and click "inspect" Then on the right page or you can press (F12). Then click on the console and paste the script there. Finished ! After these steps, now the script each hour will auto roll and you earn btc! script: // ==UserScript== // @version 1 // @author Epic_R_R // @match https://freebitco.in/* // @name Freebitco AUTO ROLL (without captcha) // @namespace https://t.me/ir_NetEdit0r // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @license GPL-3.0 // ==/UserScript== (function() { 'use strict'; var body = $('body'); var points = {}; var count_min = 1; var reward = {}; reward.select = function() { reward.points = parseInt($('.user_reward_points').text().replace(',',"")); reward.bonustime = {}; if ($("#bonus_container_free_points").length != 0) { reward.bonustime.text = $('#bonus_span_free_points').text(); reward.bonustime.hour = parseInt(reward.bonustime.text.split(":")[0]); reward.bonustime.min = parseInt(reward.bonustime.text.split(":")[1]); reward.bonustime.sec = parseInt(reward.bonustime.text.split(":")[2]); reward.bonustime.current = reward.bonustime.hour * 3600 + reward.bonustime.min * 60 + reward.bonustime.sec; } else reward.bonustime.current = 0; console.log(reward.bonustime.current); if (reward.bonustime.current !== 0) { console.log(reward.bonustime.current); } else { if (reward.points < 12) { console.log("waiting for points"); } else if (reward.points < 120) { console.log("waiting for points 60"); RedeemRPProduct('free_points_1'); } else if (reward.points < 600) { console.log("waiting for points 120"); RedeemRPProduct('free_points_10'); } else if (reward.points < 1200) { console.log("waiting for points 600"); RedeemRPProduct('free_points_50'); } else { RedeemRPProduct('free_points_100'); } if ($('#bonus_span_fp_bonus').length === 0) if (reward.points >= 4400) RedeemRPProduct('fp_bonus_1000'); } }; body.prepend( $('
').attr('style',"position:fixed;top:45px;left:0;z-index:999;width:350px;background-color:black;color: white; text-align: left;") .append( $('
').attr('id','autofaucet') .append($('

').attr('style','text-decoration:underline;').text("Freebitco auto roll 2019 updated, by Mosiu#JEN")) .append($('

').text("If you like, consider making a donation to:")) .append($('

').text("BTC:")) .append($('

').text("149wJSH6ke7c8BsibqzQRpDwi3thjGvnn8")) .append($('

').text("(Click to copy)")) .append($('

').text("ETH:")) .append($('

').text("0x018F308C0dae79cD3C1C2cb17f2187957Cff6ff5")) .append($('

').text("(Click to copy)")) .append($('

').text("BTCash:")) .append($('

').text("qrlsru09ljz0p2ka9qua6p5mfu5c4nx2m5t3lmlkjp")) .append($('

').text("(Click to copy)")) .append($('

') ) ).click(function(){ var $temp = $('').val("149wJSH6ke7c8BsibqzQRpDwi3thjGvnn8"); body.append($temp); $temp.select(); document.execCommand("copy"); $temp.remove(); }) ).prepend($('