Advertisement
coinwalk

freebitco.in low balance bot trial 2 by snowy

May 5th, 2022
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. var belance = parseFloat(document.getElementById('balance').innerHTML);
  2. document.getElementById('double_your_btc_win_chance').value = 47.5;
  3. document.getElementById('double_your_btc_payout_multiplier').value = 2;
  4. var bob = ((belance/24).toFixed(8));
  5. var cript = bob;
  6. var god = (bob*2);
  7. var joe = false;
  8. var target = (belance*100);
  9. var stuff = true;
  10. var balancez = parseFloat(document.getElementById('balance').innerHTML);
  11. var sire = parseFloat(document.getElementById('balance').innerHTML);
  12. var have = parseFloat(document.getElementById('balance').innerHTML);
  13. var ian = parseFloat(document.getElementById('balance').innerHTML);
  14. var mybet;
  15. var myseed;
  16. parseFloat(document.getElementById('double_your_btc_stake').value = bob);
  17. parseFloat(document.getElementById('win_amount').innerHTML = bob);
  18.  
  19. function getR(minz, maxz) {
  20. minz = Math.ceil(minz);
  21. maxz = Math.floor(maxz);
  22. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  23. }
  24. function makeid(length) {
  25. var result = '';
  26. var characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
  27. var charactersLength = characters.length;
  28. for ( var i = 0; i < length; i++ ) {
  29. result += characters.charAt(Math.floor(Math.random() *
  30. charactersLength));
  31. }
  32. return result;
  33. }
  34.  
  35. function funk(){
  36. var balancey = (document.getElementById('balance').innerHTML);
  37. balancez = (document.getElementById('balance').innerHTML);
  38. var stuit = (document.getElementById('double_your_btc_stake').value);
  39. document.getElementById('double_your_btc_win_chance').value = 47.5;
  40. document.getElementById('double_your_btc_payout_multiplier').value = 2;
  41. if (mybet==null) {
  42. mybet = stuit;
  43. }
  44. if (balancez<(have-god)) {
  45. mybet = stuit*2;
  46. cript = (stuit*2);
  47. god = (stuit*7);
  48. have = parseFloat(balancez);
  49. joe = true;
  50. }
  51. if (balancez>(have+(cript*6))) {
  52. mybet = stuit*2;
  53. cript = (stuit*2);
  54. god = (stuit*7);
  55. joe = false;
  56. have = parseFloat(balancez);
  57. }
  58. if (balancez<=(ian-((ian/100)*14))) {
  59. bob = (((parseFloat(balancez))/30).toFixed(8));
  60. mybet = bob
  61. cript = bob;
  62. god = (bob*2);
  63. ian = parseFloat(balancez);
  64. have = parseFloat(balancez);
  65. joe = false;
  66. stuff = false;
  67. }
  68. if (((balancez-ian)>(bob*10))&&(stuff==false)) {
  69. bob = (((parseFloat(balancez))/30).toFixed(8));
  70. mybet = bob;
  71. cript = bob;
  72. god = (bob*2);
  73. have = ian+((Math.floor(((balancez)-(ian))/(bob*10)).toPrecision(1))*(bob*10));
  74. ian = ian+((Math.floor(((balancez)-(ian))/(bob*10)).toPrecision(1))*(bob*10));
  75. joe = false;
  76. stuff = true;
  77. }
  78. if (((balancez-ian)>(bob*10))&&(stuff==true)) {
  79. mybet = bob;
  80. cript = bob;
  81. god = (bob*2);
  82. have = ian+((Math.floor(((balancez)-(ian))/(bob*10)).toPrecision(1))*(bob*10));
  83. ian = ian+((Math.floor(((balancez)-(ian))/(bob*10)).toPrecision(1))*(bob*10));
  84. joe = false;
  85. }
  86. if ((joe==true)&&(balancez>=ian)) {
  87. mybet = bob;
  88. cript = bob;
  89. god = (bob*2);
  90. have = ian;
  91. joe = false;
  92. }
  93. if (balancez>=target) {
  94. //stop();
  95. return;
  96. }
  97. var xol = getR(1,3);
  98. if (xol==1) {
  99. myseed = (makeid(5));
  100. }
  101. if (xol==2) {
  102. myseed = (makeid(7));
  103. }
  104. if (xol==3) {
  105. myseed = (makeid(9));
  106. }
  107. document.getElementById('next_client_seed').value = myseed;
  108. parseFloat(document.getElementById('double_your_btc_stake').value = (((mybet*2)-mybet).toFixed(8)));
  109. parseFloat(document.getElementById('win_amount').innerHTML = (((mybet*2)-mybet).toFixed(8)));
  110. $('#double_your_btc_bet_lo_button').click();
  111. }
  112. setInterval(() => funk(), 1080);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement