Post
Topic
Board Services
Re: Freebitco.in Autoplayer
by
amacar
on 23/05/2014, 19:53:19 UTC
I wrote it myself too. If you want to play for 1 satoshi at the beggining you can use lower code. (Just paste it into browser console - usually F12)

Quote
var myVar = window.setInterval(function() {

if( $('#double_your_btc_bet_lose').is(':empty') )
{
   $("#double_your_btc_min").click();
   $("#double_your_btc_bet_hi_button").click();
}
else
{
   $("#double_your_btc_2x").click();
   $("#double_your_btc_bet_hi_button").click();
}
    
}, 3000);

or change
Quote
$("#double_your_btc_min").click();

with this (set any value you wish)
Quote
$("#double_your_btc_stake").val("0.00000005");

any donations to address in my profile  Wink