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)
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
$("#double_your_btc_min").click();
with this (set any value you wish)
$("#double_your_btc_stake").val("0.00000005");
any donations to address in my profile
