// ==UserScript== // @name Auto-Spin Roll - Freebitco.in by Giuseppe Tarricone. // @namespace https://greasyfork.org/it/users/457042-giuseppe-tarricone // @version 2.1.1.0 // @description Auto-Spin Roll after 15-30-45 second // @description Scipt Work only when add Script ( Hcaptcha Solver.) // @description Freebitco.in links : https://freebitco.in/?r=29923906 // @description For Info mail : service.freebitcoin@gmail.com - Telegram : @Giuseppe_rus // @description Donate BTC Wallet : 3MmKge1SDiaJZ8x6vMuRFrqGsCtuSSu2yJ // @author Giuseppe Tarricone // @license GPL-3.0 // @match https://freebitco.in/* // @match https://freebitco.in/?op=home# // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @downloadURL https://update.greasyfork.icu/scripts/432660/Auto-Spin%20Roll%20-%20Freebitcoin%20%20by%20Giuseppe%20Tarricone.user.js // @updateURL https://update.greasyfork.icu/scripts/432660/Auto-Spin%20Roll%20-%20Freebitcoin%20%20by%20Giuseppe%20Tarricone.meta.js // ==/UserScript== //You need add script ( Hcaptcha Solver.) // this link : https://greasyfork.org/it/scripts/425854-hcaptcha-solver-automatically-solves-hcaptcha-in-browser/code var body = $('body'); $("#main_deposit_button_top").parent() .append("
DONATIONS
"),$("body") .append("

DONATIONS

If you like my work this is my BTC address.
Thank you!

BTC ADDRESS

×
") body.prepend( $('
').attr('style',"position:fixed;top:50px;left:0;z-index:999;width:350px;background-color:black;color: white; text-align: center;") .append( $('
').attr('id','autofaucet') .append($('

').attr('style','text-decoration:underline;color: red').text("Auto-Spin Freebitco.in")) .append($('

').attr('style',"color: red").text("By Giuseppe Tarricone")) .append($('

').text("Support Mail : service.freebitcoin@gmail.com")) .append($('

').attr('style',"color: green").text("Referral : https://freebitco.in/?r=29923906")) .append($('

').attr('style','text-decoration:underline;color: red').text("(Click to copy)")) .append($('

').attr('style','text-decoration:underline;color: white').text("Good Luck.")) .append($('

') ) ).click(function(){ var $temp = $('').val("https://freebitco.in/?r=29923906"); body.append($temp); $temp.select(); document.execCommand("copy"); $temp.remove(); }) ).prepend($('