coinwalk

BEST BOT EVER BY SNOWY JUST-DICE.COM yeah!!!

Feb 28th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. var belance = document.getElementById('pct_balance').value;
  2. // get start balance;
  3. document.getElementById('pct_chance').value = 49.5;
  4. document.getElementById('pct_payout').value = 2;
  5. // set chance;
  6. var fruck = ((belance/10000).toFixed(8));
  7. // div;
  8. var gook = fruck;
  9. // div again;
  10. var dope = (fruck*3);
  11. // 3x div;
  12. var dap = (fruck*4);
  13. // 4x div;
  14. var dol = 6;
  15. var jim = (fruck*10);
  16. // 10x div;
  17. var joe = (fruck*10);
  18. // 10x div;
  19. var targe = 1;
  20. // target;
  21. var sev = true;
  22. var farg = true;
  23. var frogger = false;
  24. // variables;
  25. var olderest = document.getElementById('pct_balance').value;
  26. var balanc = parseFloat(document.getElementById('pct_balance').value);
  27. var have = parseFloat(document.getElementById('pct_balance').value);
  28. var older = parseFloat(document.getElementById('pct_balance').value);
  29. var smartarse = parseFloat(document.getElementById('pct_balance').value);
  30. var still = parseFloat(document.getElementById('pct_balance').value);
  31. var ian = parseFloat(document.getElementById('pct_balance').value);
  32. var wild = document.getElementById('pct_balance').value;
  33. var min = document.getElementById('pct_balance').value;
  34. // floating old balances;
  35. var nextbe;
  36. // nextbet;
  37. parseFloat(document.getElementById('pct_bet').value = fruck);
  38. parseFloat(document.getElementById('pct_profit').value = fruck);
  39. // to set the bet;
  40.  
  41. function getR(minz, maxz) {
  42. minz = Math.ceil(minz);
  43. maxz = Math.floor(maxz);
  44. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  45. }
  46. // get random;
  47.  
  48.  
  49. function dobet(){
  50. console.clear();
  51. // clear console;
  52. balanc = document.getElementById('pct_balance').value;
  53. // get balance;
  54. var prev = document.getElementById('pct_bet').value;
  55. // get previousbet;
  56. document.getElementById('pct_chance').value = 49.5;
  57. document.getElementById('pct_payout').value = 2;
  58. // set chance;
  59. if (nextbe==null) {
  60. nextbe = prev;
  61. }
  62. // in lua it does this on auto need set javascript;
  63. if ((balanc<=(still-dope))&&(sev==true)&&(farg==true)) {
  64. nextbe = prev*2;
  65. gook = (nextbe);
  66. sev = false;
  67. farg = true;
  68. joe = 0;
  69. dol = 5;
  70. still = parseFloat(balanc);
  71. dope = (gook*3);
  72. }
  73. if ((balanc<=(still-dope))&&(sev==false)&&(farg==true)) {
  74. nextbe = fruck;
  75. gook = fruck;
  76. have = parseFloat(balanc);
  77. still = parseFloat(balanc);
  78. dope = (fruck*4);
  79. dol =5;
  80. joe = 0;
  81. sev = true;
  82. farg = false;
  83. }
  84. if ((balanc<=(still-dope))&&(sev==true)&&(farg==false)) {
  85. nextbe = prev*2;
  86. gook = (nextbe);
  87. have = parseFloat(balanc);
  88. still = parseFloat(balanc);
  89. dope = (gook*3);
  90. sev = false;
  91. frogger = true;
  92. joe = 0;
  93. farg = false;
  94. }
  95. if ((balanc<=(still-dope))&&(sev==false)&&(farg==false)) {
  96. nextbe = prev*2;
  97. gook = (nextbe);
  98. have = parseFloat(balanc);
  99. still = parseFloat(balanc);
  100. dope = (gook*4);
  101. sev = true;
  102. frogger = true;
  103. joe = 0;
  104. farg = false;
  105. }
  106. if ((balanc>=(have+(gook*dol)))&&(frogger==false)) {
  107. nextbe = prev*2;
  108. still = parseFloat(balanc);
  109. sev = false;
  110. farg = true;
  111. frogger = false;
  112. gook = (nextbe);
  113. dope = (gook*3);
  114. have = parseFloat(balanc);
  115. }
  116. if ((balanc>=(have+(gook*dol)))&&(frogger==true)) {
  117. nextbe = prev*2;
  118. have = parseFloat(balanc);
  119. still = parseFloat(balanc);
  120. sev = true;
  121. farg = false;
  122. frogger = true;
  123. gook = (nextbe);
  124. dope = (gook*3);
  125. }
  126. if (balanc>=(ian+joe)) {
  127. nextbe = fruck;
  128. gook = fruck;
  129. dope = (fruck*3);
  130. sev = true;
  131. farg = true;
  132. dol = 6;
  133. frogger = false;
  134. still = (ian+joe);
  135. have = (ian+joe);
  136. ian =(ian+joe);
  137. joe = fruck*10;
  138. }
  139. // script;
  140. if (balanc>=targe) {
  141. //stop();
  142. return;
  143. }
  144. if (balanc>wild) {
  145. wild = parseFloat(balanc);
  146. }
  147. if (balanc<min) {
  148. min = parseFloat(balanc);
  149. }
  150. var freak = ((balanc-olderest).toFixed(8));
  151. console.log("balance made");
  152. console.log(freak);
  153. console.log("biggest balance");
  154. console.log(parseFloat(wild));
  155. console.log("lowest balance");
  156. console.log(parseFloat(min));
  157. // find biggest lowest and made balances;
  158. parseFloat(document.getElementById('pct_bet').value = (((nextbe*2)-nextbe).toFixed(8)));
  159. parseFloat(document.getElementById('pct_profit').value = (((nextbe*2)-nextbe).toFixed(8)))
  160. // set bets;
  161. $('#a_lo').click();
  162. // click bet;
  163. }
  164. setInterval(() => dobet(), 800);
  165. // set loop;
Add Comment
Please, Sign In to add comment