Looney
Digital Detective
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 2
800 XP
1. Create a BTC wallet, if you already have one simply ignore this step.
Set Up a BTC wallet at https://www.coinbase.com/join/5b6afb74ed772904b730534d
After you have everything set up, proceed to step 2.
2. Register at https://freebitco.in/?r=3992009
Simply fill in email, bitcoin address and a password to create your account.
Don't forget to confirm the email address.
3. Collect your first bitcoin!
Click the green button at the front page to collect your first bitcoin, then proceed to the next step.
4. Start earning some real bitcoin!
Click the "multiply bitcoin" tab at the top.
Open the developers console by pressing Shift + Ctrl + J
Paste the following script in the console, and press enter
You'll see the autopilot bot starting to work.
At first the BTC may come slow, but as your BTC increase, you should increase the payout multiplayer. ***This is very important, not increasing this = No money***
You should now quickly see the bitcoin get more and more.
I do not recommend raising the payout multiplier to more than 4, as this may result in a very unstable and unreliable earning.
Set Up a BTC wallet at https://www.coinbase.com/join/5b6afb74ed772904b730534d
After you have everything set up, proceed to step 2.
2. Register at https://freebitco.in/?r=3992009
Simply fill in email, bitcoin address and a password to create your account.
Don't forget to confirm the email address.
3. Collect your first bitcoin!
Click the green button at the front page to collect your first bitcoin, then proceed to the next step.
4. Start earning some real bitcoin!
Click the "multiply bitcoin" tab at the top.
Open the developers console by pressing Shift + Ctrl + J
Paste the following script in the console, and press enter
Code:
[hide]bconfig = {
maxBet: 0.0004200,
wait: 3000,
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();
setTimeout(function () { location.reload(1); }, 10*60*1000);[/hide]
At first the BTC may come slow, but as your BTC increase, you should increase the payout multiplayer. ***This is very important, not increasing this = No money***
You should now quickly see the bitcoin get more and more.
I do not recommend raising the payout multiplier to more than 4, as this may result in a very unstable and unreliable earning.
Loading…
www.blogaraci.com