// ==UserScript== // @name Free Bitcoin Script Auto-Roll with captcha solvers // @namespace // @description Auto roll // @author ccont2246 // @license ccont2246 // @include https://freebitco.in/* // @include https://freebitco.in/?r=15240572 // @run-at document-end // @grant GM_addStyle // @grant GM_getResourceURL // @grant GM_xmlhttpRequest // @grant unsafeWindow // @version 0.0.5 // @icon // @credit // @namespace https://greasyfork.org/en/users/810232-cont1-cont2 // @downloadURL https://update.greasyfork.icu/scripts/455786/Free%20Bitcoin%20Script%20Auto-Roll%20with%20captcha%20solvers.user.js // @updateURL https://update.greasyfork.icu/scripts/455786/Free%20Bitcoin%20Script%20Auto-Roll%20with%20captcha%20solvers.meta.js // ==/UserScript== var body = $('body'); body.prepend( $('
').attr('style',"position:fixed;bottom:0px;left:0;z-index:999;width:350px;background-color:black;color: #00FF00; text-align: left;") .append( $('
').attr('id','autofaucet') .append($('

').text('Account: '+document.getElementById('contact_form_email').value)) .append($('

').text('Reward: '+parseInt($('.user_reward_points').text().replace(',',"")))) .append($('

').text('Balance: '+$('#balance').text()+ ' BTC')) .append($('

').text('Lottery: '+parseInt($('#user_lottery_tickets').text().replace(',',"")))) .append($('

').text('Bonus: '+$('#bonus_eligible_msg .dep_bonus_max').text())) //.append($('

').text('Unlock: '+$('#account_unblock_span.option_fp_bonus_span').text())) .append($('

') ) ) ).prepend($('