// ==UserScript== // @version 1.0 // @match https://freebitco.in/* // @name Freebitco.in AUTOROLL (without captcha) + Whell Of Fortune Bonus 2023 // @description You need to create an account to work in: https://freebitco.in/?r=10063242 // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @namespace https://greasyfork.org/users/1121283 // @downloadURL https://update.greasyfork.icu/scripts/470380/Freebitcoin%20AUTOROLL%20%28without%20captcha%29%20%2B%20Whell%20Of%20Fortune%20Bonus%202023.user.js // @updateURL https://update.greasyfork.icu/scripts/470380/Freebitcoin%20AUTOROLL%20%28without%20captcha%29%20%2B%20Whell%20Of%20Fortune%20Bonus%202023.meta.js // ==/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 < 70) { console.log("waiting for points"); } else if (reward.points < 1801) { console.log("waiting for points 600"); RedeemRPProduct('free_wof_2'); } else if (reward.points < 2701) { console.log("waiting for points 60"); RedeemRPProduct('free_wof_3'); } else if (reward.points < 3601) { console.log("waiting for points 120"); RedeemRPProduct('free_wof_4'); } else if (reward.points < 4500) { console.log("waiting for points 600"); RedeemRPProduct('free_wof_5'); } else { RedeemRPProduct('fp_bonus_1000'); } if ($('#bonus_span_fp_bonus').length === 0) if (reward.points >= 9900) 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.in Auto Roll 2023 ")) .append($('

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

').text("1K9TyDST68Svx68B1xkfXHP5S8cDRxkFkT")) .append($('

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

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