coinwalk

for huligan

Mar 2nd, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 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/300).toFixed(8));
  7. // div;
  8. var gook = fruck;
  9. // div again;
  10. var dope = (fruck*2);
  11. // 3x div;
  12. var dap = (fruck*3);
  13. // 4x div;
  14. var dol = 7;
  15. var jim = (fruck*10);
  16. // 10x div;
  17. var joe = (fruck*10);
  18. // 10x div;
  19. var targe = (belance*2000);
  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 = 6;
  70. still = parseFloat(balanc);
  71. dope = (prev*5);
  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*2);
  79. joe = 0;
  80. dol = 6;
  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 = (prev*5);
  90. sev = true;
  91. dol = 6;
  92. frogger = true;
  93. joe = 0;
  94. farg = false;
  95. have = parseFloat(balanc);
  96. }
  97. if ((balanc<(still-dope))&&(sev==false)&&(farg==false)) {
  98. nextbe = prev*2;
  99. gook = (nextbe);
  100. have = parseFloat(balanc);
  101. still = parseFloat(balanc);
  102. dope = (prev*2);
  103. sev = true;
  104. dol = 6;
  105. frogger = true;
  106. joe = 0;
  107. farg = false;
  108. have = parseFloat(balanc);
  109. }
  110. if ((balanc>=(have+(gook*dol)))&&(frogger==false)) {
  111. nextbe = prev*2;
  112. still = parseFloat(balanc);
  113. sev = false;
  114. farg = true;
  115. frogger = false;
  116. gook = (nextbe);
  117. dope = (prev*5);
  118. have = parseFloat(balanc);
  119. }
  120. if ((balanc>=(have+(gook*dol)))&&(frogger==true)) {
  121. nextbe = prev*2;
  122. have = parseFloat(balanc);
  123. still = parseFloat(balanc);
  124. sev = true;
  125. farg = false;
  126. frogger = true;
  127. gook = (nextbe);
  128. dope = (prev*5);
  129. }
  130. if (balanc>=(ian+joe)) {
  131. nextbe = fruck;
  132. gook = fruck;
  133. dope = (fruck*2);
  134. sev = true;
  135. farg = true;
  136. dol = 7;
  137. frogger = false;
  138. still = (ian+joe);
  139. have = (ian+joe);
  140. ian =(ian+joe);
  141. joe = (fruck*10);
  142. }
  143. // script;
  144. if (balanc>=targe) {
  145. //stop();
  146. return;
  147. }
  148. if (balanc>wild) {
  149. wild = parseFloat(balanc);
  150. }
  151. if (balanc<min) {
  152. min = parseFloat(balanc);
  153. }
  154. var freak = ((balanc-olderest).toFixed(8));
  155. console.log("balance made");
  156. console.log(freak);
  157. console.log("biggest balance");
  158. console.log(parseFloat(wild));
  159. console.log("lowest balance");
  160. console.log(parseFloat(min));
  161. // find biggest lowest and made balances;
  162. parseFloat(document.getElementById('pct_bet').value = (((nextbe*2)-nextbe).toFixed(8)));
  163. parseFloat(document.getElementById('pct_profit').value = (((nextbe*2)-nextbe).toFixed(8)))
  164. // set bets;
  165. $('#a_hi').click();
  166. // click bet;
  167. }
  168. setInterval(() => dobet(), (getR(800,1000)));
  169. // set loop;
Add Comment
Please, Sign In to add comment