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.4 kB

HITS: 747

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

comments powered by Disqus