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

THE BOT - NET Earn Unlimited Bitcoins Using Freebitco - in Autopilot

Uploaded by

madarauchiha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
374 views2 pages

THE BOT - NET Earn Unlimited Bitcoins Using Freebitco - in Autopilot

Uploaded by

madarauchiha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

You will need google chrome for this.

1) First you will need a wallet to store your bitcoins.Use google to download a
wallet or get an online wallet such as http://www.Blockchain.com

2) Next go to http://www.freebitco.in (non-ref) and create an account there.This


site is a bitcoin faucet or lottery...You get bitcoins every hour by simply filling
a Captcha.You can also Gamble and multiply your bitcoins but there is always a risk
of losing your bitcoins.

3) Enter the captcha and click ROLL!...You will get some Bitcoins.

4) In Google chrome Right Click and then press Inspect Element.

5) A box will appear under which there are many tabs...Click on Console tab.

6) Paste this code:

7) Sit back and watch your bitcoins grow....Bitcoins will increase slowly but leave
it overnight and you will be rich.

Warning: Use this method only if you have 3K Satoshis or more in your account...If
you have less bitcoins ..You will lose all your bitcoins.

bconfig = {
maxBet: 0.0002200,
wait: 1000,
autoexit: 0.00001,
want: 0.000014,
toggleHilo:false,
startbal: 0,
won: 0,
};
hilo = 'hi';
multiplier = 1;
rollDice = function() {

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


$('#double_your_btc_2x').click();
multiplier = 1;
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) {
console.log($('#double_your_btc_min'));
}
if (parseFloat($('#balance').html()) < bconfig.autoexit) {
throw "exit";
}
if (parseFloat($('#balance').html()) > bconfig.want) {
var num = parseFloat($('#balance').html());
bconfig.want = num + 0.00000030;
bconfig.autoexit = num - 0.00000420;
bconfig.won++;
var total = num - bconfig.startbal;
console.log('Setting bconfig want to: ' + bconfig.want)
console.log('Setting autoexit to: ' + bconfig.autoexit)
console.log('Total won: ' + total + ' BTC')
}

$('#double_your_btc_bet_hi_button').click();

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


1000));
};

toggleHiLo = function() {
if (hilo === 'hi') {
hilo = 'hi';
} else {
hilo = 'hi';
}
};
var num = parseFloat($('#balance').html());
bconfig.startbal = num;
bconfig.want = num + 0.00000030;
bconfig.autoexit = num - 0.00000420;
rollDice();

You might also like