Bitcoin Forum

Economy => Gambling => Topic started by: JerryMotov on October 29, 2016, 04:55:44 PM



Title: Awesome bitcoin faucet + AUTOPILOT script
Post by: JerryMotov on October 29, 2016, 04:55:44 PM
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 (https://[Suspicious link removed)
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 $$$


Title: Re: Awesome bitcoin faucet + AUTOPILOT script
Post by: ged00u on October 29, 2016, 05:16:26 PM
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


Title: Re: Awesome bitcoin faucet + AUTOPILOT script
Post by: lite on October 29, 2016, 06:58:23 PM
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.


Title: Re: Awesome bitcoin faucet + AUTOPILOT script
Post by: crazyivan on October 29, 2016, 07:46:32 PM
Just another referral hunting scammer. Nothing to see here people, move on.


Title: Re: Awesome bitcoin faucet + AUTOPILOT script
Post by: Feri577 on October 30, 2016, 03:32:19 AM
Just another referral hunting scammer. Nothing to see here people, move on.

yeah its true.. he is SCAM  :D


Title: Re: Awesome bitcoin faucet + AUTOPILOT script
Post by: Bagus Tubagus on October 30, 2016, 08:33:23 AM
I would be very careful running those scripts