6 btc per hour unlimited trick


SUBMITTED BY: reesabkumar

DATE: Aug. 1, 2016, 4:48 a.m.

FORMAT: Text only

SIZE: 2.0 kB

HITS: 3127

  1. Go to http://freebitco.in/?r=2726889
  2. and then sign up after that click on free btc
  3. and then roll
  4. after this you will get some bits
  5. then click on multiply btc
  6. after that open console window by pressing F12
  7. and paste the below script in that and hit enter
  8. and the auto roll starts automatically
  9. SCRIPT::______________
  10. bconfig = {
  11. maxBet: 0.0004200,
  12. wait: 3000,
  13. autoexit: 0.00001,
  14. want: 0.000014,
  15. toggleHilo:false,
  16. startbal: 0,
  17. won: 0,
  18. };
  19. hilo = 'hi';
  20. multiplier = 1;
  21. rollDice = function() {
  22. if ($('#double_your_btc_bet_lose').html() !== '') {
  23. $('#double_your_btc_2x').click();
  24. multiplier = 1;
  25. if(bconfig.toggleHilo)toggleHiLo();
  26. } else {
  27. $('#double_your_btc_min').click();
  28. multiplier = 1;
  29. }
  30. if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake').val()) * 2) ||
  31. parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {
  32. console.log($('#double_your_btc_min'));
  33. }
  34. if (parseFloat($('#balance').html()) < bconfig.autoexit) {
  35. throw "exit";
  36. }
  37. if (parseFloat($('#balance').html()) > bconfig.want) {
  38. var num = parseFloat($('#balance').html());
  39. bconfig.want = num + 0.00000030;
  40. bconfig.autoexit = num - 0.00000420;
  41. bconfig.won++;
  42. var total = num - bconfig.startbal;
  43. console.log('Setting bconfig want to: ' + bconfig.want)
  44. console.log('Setting autoexit to: ' + bconfig.autoexit)
  45. console.log('Total won: ' + total + ' BTC')
  46. }
  47. $('#double_your_btc_bet_hi_button').click();
  48. setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 1000));
  49. };
  50. toggleHiLo = function() {
  51. if (hilo === 'hi') {
  52. hilo = 'hi';
  53. } else {
  54. hilo = 'hi';
  55. }
  56. };
  57. var num = parseFloat($('#balance').html());
  58. bconfig.startbal = num;
  59. bconfig.want = num + 0.00000030;
  60. bconfig.autoexit = num - 0.00000420;
  61. rollDice();
  62. setTimeout(function () { location.reload(1); }, 10*60*1000);
  63. happy earning guys

comments powered by Disqus