How to hack freebitco.in. for playing the game multiply BTC?
heres the link for Free BTC faucet site. https://freebitco.in/?op=home#
and how to crack the code of the multiplyer.
tutorial
https://www.youtube.com/watch?v=CM_0BdMQfgc
here the java script for auto pilot and still win BTC even without controling it.\
just copy paste this to the script of the site by pressing control, shift, J at the same time.
then once its up just paste it and press enter.
copy this>>>>>>>>>>>>
bconfig = { maxBet: 0.00000256, wait: 700, toggleHilo:false }; 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();
enjoy!