Massive Bitcoin


SUBMITTED BY: Guest

DATE: July 11, 2014, 2:31 a.m.

FORMAT: Text only

SIZE: 1.9 kB

HITS: 678

  1. This is never seen and never released Free BTC method before!
  2. This is basically a script for Chrome's "Inspect Element"
  3. Console that uses Martingale Gambling System on a free bitcoin site that allows you to gamble your coins.
  4. Sign up Here ----> http://bit.ly/1rxfw5Q <----
  5. First roll for your free initial coins, Do this by solving the CAPTCHA under the "Free Play" Tab.
  6. I'd advise you do this as many times as you can to back the method should the bet grow exponentially. Sadly you can only do it every hour. (About 3 days non stop play Free Play spin every single hour to make a reserve)
  7. Script is here:
  8. bconfig = {
  9. maxBet: 0.00000016,
  10. wait: 700,
  11. toggleHilo:false
  12. };
  13. hilo = 'lo';
  14. multiplier = 1;
  15. rollDice = function() {
  16. if ($('#double_your_btc_bet_lose').html() !== '') {
  17. $('#double_your_btc_2x').click();
  18. multiplier ;
  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. $('#double_your_btc_min').click();
  27. }
  28. $('#double_your_btc_bet_' hilo '_button').click();
  29. setTimeout(rollDice, (multiplier * bconfig.wait) Math.round(Math.random() * 100));
  30. };
  31. toggleHiLo = function() {
  32. if (hilo === 'lo') {
  33. hilo = 'lo';
  34. } else {
  35. hilo = 'lo';
  36. }
  37. };
  38. rollDice();
  39. Literally copy and paste the script into the Console like so:
  40. http://i.imgur.com/oEgdbm5.png
  41. Make sure that you're on the multiply BTC page at the time and it will start.
  42. Here are some of my earnings to motivate you.
  43. http://i.imgur.com/UPSHAE9.png

comments powered by Disqus