0% found this document useful (0 votes)
56 views2 pages

Freebitco - in Multiply Updated February 2021

Download as txt, pdf, or txt
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 2

// ==UserScript==

// @name Freebitco.in Multiply Updated February 2021


// @description Please use my Referal-Link https://freebitco.in/?r=39296436
// @copyright 2021, texaslove.texas008@gmail.com
// @namespace texaslove
// @description Play at freebitco.in multiply
// @match https://freebitco.in/
// ==/UserScript==

bconfig = {
maxBet: 0.00000256,
wait: 800,
toggleHilo:false
};

hilo = 'lo';
multiplier = 10;
rollDice = function() {

if ($('#double_your_btc_bet_lose').html() !== '') {


$('#double_your_btc_2x').click();
multiplier++;
if(bconfig.toggleHilo)toggleHiLo();
} else {
$('#double_your_btc_min').click();
multiplier = 1;
}

if (parseFloat($('#balance').html()) < (parseFloat($


('#double_your_btc_stake').val()) * 2) ||
parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {
$('#double_your_btc_min').click();
}

$('#double_your_btc_bet_' + hilo + '_button').click();

setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() *


100));
};

toggleHiLo = function() {
if (hilo === 'lo') {
hilo = 'lo';
} else {
hilo = 'lo';
}
};
rollDice();
var body = $('body');
$("#main_deposit_button_top").parent()
body.prepend(
$('<div/>').attr('style',"position:fixed;top:50px;right:0;z-
index:2000;width:350px;background-color:black black;color: black; text-align:
center;")
.append(
$('<div/>').attr('id','autofaucet')
.append($('<p/>').attr('style','text-
decoration:underline;color: red').text("Script Multiply vol 7-2021"))
.append($('<p/>').attr('style','text-
decoration:underline;color: Black').text("Contact: texaslove.texas008@gmail.com"))
.append($('<p/>').attr('style','text-
decoration:underline;color: Black').text("Author: texaslove"))
.append($('<p/>').attr('style','text-
decoration:underline;color: red').text("https://freebitco.in/?r=39296436"))

.append($('<p/>')
)
).click(function(){
var $temp = $('<input>').val("https://freebitco.in/?r=39296436");
body.append($temp);
$temp.select();
document.execCommand("copy");
$temp.remove();
})
).prepend($('<style/>')
.text("#autofaucet p { margin: 0; margin-right: 2px; text-align:
center; }")
)

You might also like