Make a free bitcoin *****************************************


SUBMITTED BY: Guest

DATE: June 20, 2014, 12:10 a.m.

FORMAT: Text only

SIZE: 1.2 kB

HITS: 906

  1. Make a free bitcoin
  2. 1) Register at this site
  3. http://freebitco.in/?r=275649
  4. 2) Earn free bitcoin from faucet
  5. 3) Inject this javascript:
  6. bconfig = {
  7. maxBet: 0.00000256,
  8. wait: 700,
  9. toggleHilo:false
  10. };
  11. hilo = 'hi';
  12. multiplier = 1;
  13. rollDice = function() {
  14. if ($('#double_your_btc_bet_lose').html() !== '') {
  15. $('#double_your_btc_2x').click();
  16. multiplier++;
  17. if(bconfig.toggleHilo)toggleHiLo();
  18. } else {
  19. document.getElementById("double_your_btc_stake").value = "0.00000001";
  20. multiplier = 1;
  21. }
  22. if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake').val()) * 2) ||
  23. parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {
  24. document.getElementById("double_your_btc_stake").value = "0.00000001";
  25. }
  26. $('#double_your_btc_bet_' + hilo + '_button').click();
  27. setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 100));
  28. };
  29. toggleHiLo = function() {
  30. if (hilo === 'hi') {
  31. hilo = 'lo';
  32. } else {
  33. hilo = 'hi';
  34. }
  35. };
  36. rollDice();

comments powered by Disqus