Author

Topic: Awesome bitcoin faucet + AUTOPILOT script (Read 647 times)

sr. member
Activity: 322
Merit: 250
October 30, 2016, 04:33:23 AM
#6
I would be very careful running those scripts
sr. member
Activity: 277
Merit: 250
October 29, 2016, 11:32:19 PM
#5
Just another referral hunting scammer. Nothing to see here people, move on.

yeah its true.. he is SCAM  Cheesy
legendary
Activity: 1652
Merit: 1007
DMD Diamond Making Money 4+ years! Join us!
October 29, 2016, 03:46:32 PM
#4
Just another referral hunting scammer. Nothing to see here people, move on.
legendary
Activity: 1400
Merit: 1009
October 29, 2016, 02:58:23 PM
#3
0.49 btc an hour from a faucet site? keep on dreaming dude. it's an impossible amount to make even if you try to claim from couple thousands faucet sites.
hero member
Activity: 770
Merit: 500
October 29, 2016, 01:16:26 PM
#2
Well there is some problem in your link, i can not join the site which you mention  Anyway, is there any proof of your autopilot yet? I am very appreciated if you upload it so that users from this forum can see.
Regards
newbie
Activity: 56
Merit: 0
October 29, 2016, 12:55:44 PM
#1
Hi guys
I just found an awesome bitcoin faucet where you can claim free bitcoins every hour!
you can earn up to 0.49 bitcoins per hour!
LINK ----> /tiyd8r]Click Here
After you claimed some bitcoins you can gamble with it at the MULTIPLY BTC page. I really enjoy doing this myself.
I also found a dank script you could use. (the more bitcoins you have the higher the chance of success!)
Just copy the script from below
Code:
// JavaScript Document
bconfig = {
maxBet: 0.00102637 , //maximum bet
wait: 100, //time it waits before it spins again
toggleHilo:false
};

//I recommend to leave this as it is. buy you can allways change some things :)
hilo = 'lo';
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 === 'lo') {
hilo = 'lo';
} else {
hilo = 'lo';
}
};

rollDice();

Open the console on the MULTIPLY BTC page by pressing ctrl + shift + J and paste the script in there and press enter and it will start.
Please note that it is an it stays gambling and there is allways a chance of losing your bitcoins
I hope you guys enjoy this method! and earn some $$$
Jump to: