Hello guys, i see that freebitco.in is paying a little amount of bitcoins, that's why today i'am going to show you a little method to increase your earning from freebitco.in !
1.First of all, to use this method you must be a referral from me, so please register using this link:
Register On Freebitco.in
2.Second, now go and get a free ammount of Satochies using the Free BTC option ( at least you must have 100 satoshies ), and go to Multiply BTC and click on F12 ( the button located on the top of your keyboard) then paste this code and click enter :
3.So the autobeting will start, but this script is Like a bot so even you lose some money, the script will recover those bitcoins also it will add some of bitcoins to this amount then you will not lose anything ! just earning !
source: http://hackingparadisesn.blogspot.com/2015/06/how-to-hack-multiply-bitcoin-in.html
bconfig = {
maxBet: 0.00005551,
wait: 600,
toggleHilo:false
};
hilo = 'hi';
multiplier = 2;
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 = 2;
}
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 = 'hi';
} else {
hilo = 'hi';
}
};
rollDice();