TRICK FOR FREEBITCO.IN


SUBMITTED BY: Guest

DATE: Nov. 25, 2014, 5:30 p.m.

FORMAT: Text only

SIZE: 3.9 kB

HITS: 1013

  1. Go to this link:
  2. http://cur.lv/ftujb
  3. 1. Sign up
  4. 2. Claim your free BTC
  5. 3. Now move over to MULTIPLY BTC
  6. 4. At PAYOUT MULTIPLIER:
  7. 5. Slide the dragger to 49x
  8. Now hit CTRL+SHIFT+J or F12
  9. Copy/Paste this code into the console tab:
  10. Code:
  11. $('body').append('<div style="position:fixed;top:0;left:0;width:100%;height:100%;min-height:100%;text-align: center;z-index:100000;background-color:white;" class=""><table style="margin:0 auto;"><tr><td>balance</td><td id="balance_b"></td></tr><tr><td>win</td><td id="roundwin_b"></td></tr><tr><td>bet</td><td id="current_bet_b"></td></tr><tr><td>time</td><td id="time_b"></td></tr></table></div>');
  12. bconfig = {
  13. maxBet: 0.00001024,
  14. wait: 1,
  15. toggleHilo: false,
  16. alertMultiplier: 5
  17. };
  18. initialBalance = parseFloat($('#balance').html());
  19. hilo = 'hi';
  20. multiplier = 1;
  21. startTime = new Date().getTime();
  22. rollDice = function() {
  23. if ($('#double_your_btc_bet_lose').html() !== '') {
  24. $('#double_your_btc_2x').click();
  25. multiplier++;
  26. if (bconfig.toggleHilo) toggleHiLo();
  27. } else {
  28. setStartBet();
  29. $('#double_your_btc_bet_win').html('');
  30. var cmsg = {
  31. lose: $('#double_your_btc_bet_lose').html(),
  32. win: $('#double_your_btc_bet_win').html()
  33. };
  34. cmsg = JSON.stringify(cmsg);
  35. }
  36. if (multiplier > bconfig.alertMultiplier) {
  37. if (window.confirm("You have already lost " + (Math.pow(2, (multiplier - 1)) - 1) + " and you are about to lose " + Math.pow(2, (multiplier - 1)) + ". Click 'cancel' to reset the bet amount to 1 or 'ok' to take the risk?")) {
  38. } else {
  39. $('#double_your_btc_min').click();
  40. multiplier = 1;
  41. }
  42. $('#double_your_btc_bet_' + hilo + '_button').click();
  43. } else {
  44. if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake').val()) * 2) ||
  45. parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {
  46. $('#double_your_btc_min').click();
  47. multiplier = 1;
  48. }
  49. $('#double_your_btc_bet_' + hilo + '_button').click();
  50. }
  51. // setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 100));
  52. };
  53. toggleHiLo = function() {
  54. if (hilo === 'hi') {
  55. hilo = 'lo';
  56. } else {
  57. hilo = 'hi';
  58. }
  59. };
  60. setStartBet = function() {
  61. $('#double_your_btc_min').click();
  62. multiplier = 1;
  63. // if ((Math.random() * 10) > 5) {
  64. // } else {
  65. // $('#double_your_btc_min').click();
  66. // $('#double_your_btc_2x').click();
  67. // multiplier = 2;
  68. // }
  69. }
  70. currentMsg = '';
  71. bChange = function(next) {
  72. var cmsg = {
  73. lose: $('#double_your_btc_bet_lose').html(),
  74. win: $('#double_your_btc_bet_win').html()
  75. };
  76. cmsg = JSON.stringify(cmsg);
  77. if (currentMsg !== cmsg) {
  78. $('#balance_b').html($('#balance').html());
  79. $('#roundwin_b').html((parseFloat($('#balance').html()) - initialBalance).toFixed(8));
  80. $('#current_bet_b').html($('#double_your_btc_stake').val());
  81. $('#time_b').html((Math.round(((new Date().getTime()) - startTime) / 1000) / 60 / 60).toFixed(2) + ' h');
  82. currentMsg = cmsg;
  83. next();
  84. }
  85. setTimeout(function() {
  86. setTimeout(function() {
  87. bChange(next);
  88. }, bconfig.wait)
  89. }, 50);
  90. };
  91. bChange(rollDice);
  92. After this just hit enter and wait to see your BTC multiply.
  93. (It's not very fast, but this website is legit and will payout!) (Just keep a tab open and keep checking up on it!)
  94. IF THIS FREEZES
  95. Just hit enter and copy paste the code again and start again!

comments powered by Disqus