Earn Bitcoins Autopilot $$$$


SUBMITTED BY: Guest

DATE: Dec. 29, 2014, 5:26 p.m.

FORMAT: Text only

SIZE: 2.1 kB

HITS: 967

  1. First register a account at http://goo.gl/62DFgv with your bitcoin address..
  2. Now enter captcha and hit roll , you will get around 700 sathoshi, just repeat every hour until you reach a minimum amount of 6K. Once you reached 6K click on multiply tab
  3. press Ctrl+Shift+J [it open a console tab] and paste the code and hit enter,, Keep watching btc rolling
  4. bconfig = {
  5. maxBet: 0.0002200,
  6. wait: 1000,
  7. autoexit: 0.00001,
  8. want: 0.000014,
  9. toggleHilo:false,
  10. startbal: 0,
  11. won: 0,
  12. };
  13. hilo = 'hi';
  14. multiplier = 1;
  15. rollDice = function() {
  16. if ($('#double_your_btc_bet_lose').html() !== '') {
  17. $('#double_your_btc_2x').click();
  18. multiplier = 1;
  19. if(bconfig.toggleHilo)toggleHiLo();
  20. } else {
  21. $('#double_your_btc_min').click();
  22. multiplier = 1;
  23. }
  24. if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake').val()) * 2) ||
  25. parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {
  26. console.log($('#double_your_btc_min'));
  27. }
  28. if (parseFloat($('#balance').html()) < bconfig.autoexit) {
  29. throw "exit";
  30. }
  31. if (parseFloat($('#balance').html()) > bconfig.want) {
  32. var num = parseFloat($('#balance').html());
  33. bconfig.want = num + 0.00000030;
  34. bconfig.autoexit = num - 0.00000070;
  35. bconfig.won++;
  36. var total = num - bconfig.startbal;
  37. console.log('Setting bconfig want to: ' + bconfig.want)
  38. console.log('Setting autoexit to: ' + bconfig.autoexit)
  39. console.log('Total won: ' + total + ' BTC')
  40. }
  41. $('#double_your_btc_bet_hi_button').click();
  42. setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 1000));
  43. };
  44. toggleHiLo = function() {
  45. if (hilo === 'hi') {
  46. hilo = 'hi';
  47. } else {
  48. hilo = 'hi';
  49. }
  50. };
  51. var num = parseFloat($('#balance').html());
  52. bconfig.startbal = num;
  53. bconfig.want = num + 0.00000030;
  54. bconfig.autoexit = num - 0.00000420;
  55. rollDice();

comments powered by Disqus