• We just launched and are currently in beta. Join us as we build and grow the community.

Free Btc

carolinesmith441

Code Optimizer
C Rep
0
0
0
Rep
0
C Vouches
0
0
0
Vouches
0
Posts
151
Likes
67
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 400 XP
This is a website that you can use to get free btc every hour also a script that can make you get tons more
this is the scrip press f12 to open console and paste this
bconfig = {
maxBet: 1000,
wait: 200,
toggleHilo:true
};
hilo = 'hi';
multiplier = 1;
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 === 'hi') {
hilo = 'lo';
} else {
hilo = 'hi';
}
};
rollDice();
Plz upvote if this helped you.
 

430,210

312,253

312,262

Top