Freebitco.in High balance win script.


SUBMITTED BY: godsend

DATE: Nov. 25, 2020, 2:20 p.m.

UPDATED: Feb. 12, 2021, 4:13 p.m.

FORMAT: Text only

SIZE: 4.2 kB

HITS: 749

  1. Add the following referral link in order to reap full benefits from the script. https://freebitco.in/?r=37068028
  2. Best algorithm to play Multiply odd 1.5 win chance 63% (NOT FOR LOW BALANCE)
  3. // @description Play with higher chance , READ FIRST
  4. // @copyright 2020, coinsguru@protonmail.com
  5. COPY AND PASTE ALL BELOW THIS LINE.
  6. bconfig = {
  7. minWait: 3000,
  8. maxWait : 5000,
  9. odd : 1.5,
  10. bet : 0.00000002
  11. };
  12. //***********************************
  13. var add = bconfig.bet;
  14. var x = add;
  15. var choice;
  16. var body = $('body');
  17. var maxWait = bconfig.maxWait;
  18. var minWait = bconfig.minWait;
  19. var c = 1;
  20. var roll;
  21. var hi = "hi";
  22. var lo = "lo";
  23. var sum = 0.00000000;
  24. var stopprofit = 1.00000000;
  25. var stoploss = -1.00000000;
  26. var y = 1;
  27. var state = 1 ;
  28. //*********************************
  29. var choiceroll = prompt("Please enter number of rolls", "10");
  30. roll = parseInt(choiceroll, 10);
  31. var rp = confirm("Do you want to stop the script on PROFIT");
  32. if (rp == true) {
  33. var choiceprofit= prompt("Please enter a value in Satoshi", "100");
  34. stopprofit = parseInt(choiceprofit, 10);
  35. }
  36. var rl = confirm("Do you want to stop the script on LOSS");
  37. if (rl == true) {
  38. var choiceloss= prompt("Please enter a negative value in Satoshi", "-50");
  39. stoploss = parseInt(choiceloss, 10);
  40. }
  41. function getRandomWait() {
  42. var wait;
  43. do {
  44. wait = Math.floor(Math.random() * maxWait) + 100;
  45. }
  46. while (wait < minWait);
  47. console.log(wait);
  48. return wait;
  49. }
  50. var init_balance = $('#balance').html();
  51. document.getElementById("double_your_btc_payout_multiplier").value = "1.5";
  52. rollDice = function(choice) {
  53. var balance = $('#balance').html();
  54. if (x < 0.00000001) {
  55. x = add;
  56. document.getElementById("double_your_btc_stake").value = x.toFixed(8).toString();
  57. }
  58. var lenLose = $('#double_your_btc_bet_lose').html().length;
  59. //console.log(lenLose);
  60. var lenWin = $('#double_your_btc_bet_win').html().length;
  61. //console.log(lenWin);
  62. if (lenLose > 36 && lenWin == 0 && state == 1) {
  63. lenWin = 0;
  64. lenLose = 0;
  65. //x = x + add;
  66. y = y * 3;
  67. x = add * y;
  68. document.getElementById("double_your_btc_stake").value = x.toFixed(8).toString();
  69. $('#double_your_btc_bet_' + choice + '_button').click();
  70. }else if (lenWin > 36 && lenLose == 0 && state == 1){
  71. lenWin = 0;
  72. lenLose = 0;
  73. if (x >= add * bconfig.odd * 2 ) {
  74. y = 1;
  75. x = add * y;
  76. document.getElementById("double_your_btc_stake").value = x.toFixed(8).toString();
  77. }
  78. $('#double_your_btc_bet_' + choice + '_button').click();
  79. }
  80. c++;
  81. console.log("Roll number :"+c);
  82. sum = parseFloat(balance) - parseFloat(init_balance) ;
  83. if (((sum * 100000000) > stopprofit) || ((sum * 100000000) < stoploss)){
  84. console.log("Script stopped");
  85. state = 0;
  86. alert("Script stopped, " + " Profit = " + sum.toFixed(8).toString());
  87. location.reload();
  88. }
  89. }
  90. /*if (choice == null || choice == "") {
  91. choice = "hi";
  92. } else {
  93. }*/
  94. body.prepend(
  95. $('
  96. ').attr('style',"position:fixed;top:50px;left:0;z-index:999;width:400px;background-color:#227d5c;color: white; text-align: center;")
  97. .append(
  98. $('
  99. ').attr('id','autofaucet')
  100. .append($('
  101. text-align: center').text("Donate:"))
  102. .append($('
  103. text-align: center').text("1Jh72g1dBtnKjvP9wC4KSbEdVGNfpD8mDc"))
  104. .append($('
  105. text-align: center').text("Click to copy"))
  106. .append($('
  107. ')
  108. )
  109. ).click(function(){
  110. var $temp = $('input').val("1Jh72g1dBtnKjvP9wC4KSbEdVGNfpD8mDc");
  111. body.append($temp);
  112. $temp.select();
  113. document.execCommand("copy");
  114. $temp.remove();
  115. })
  116. ).prepend($('style/')
  117. .text("#autofaucet p { margin: 0; margin-left: 0px; text-align: center; }")
  118. )
  119. document.getElementById("double_your_btc_stake").value = x.toFixed(8).toString();
  120. $('#double_your_btc_bet_' + hi + '_button').click();
  121. function main(n) {
  122. function timer(){ // create a unique function (scope) each time
  123. var k = i; // save i to the variable k
  124. setTimeout(()=>{
  125. if (state == 0){
  126. return;
  127. }else{
  128. if (k % 2 == 0){
  129. //console.log ("rolling high ..");
  130. rollDice("hi");
  131. }else{
  132. //console.log ("rolling low ..");
  133. rollDice("lo");
  134. }
  135. console.log ("Profit = " + sum.toFixed(8).toString());
  136. }
  137. },i*getRandomWait());
  138. }
  139. timer();
  140. }
  141. for(var i = 1; i < roll; i++) {
  142. main(i);
  143. }

comments powered by Disqus