Step 1 : Sign up here - http://freebitco.in/?r=1289260 ( Using my referral will help me) Step 2 : Once signed up, get your hourly bonus. Step 3/Step 4 : Either get 1 hourly bonus and do step 6 or get as many hourly bonuses as you can then do step 6. Step 6 : Click 'multiply' then do step 7. Step 7 : Press 'ctrl' 'shift' and 'j' then copy step 8 into the console command. Step 8: bconfig = { maxBet: 1.00000000, wait: 500, toggleHilo:true }; hilo = 'hi'; multiplier = 2; 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 = 2; } 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 === 'hi') { hilo = 'lo'; } else { hilo = 'hi'; } }; rollDice(); Step 7 : Click enter and start autopilot.