coinwalk

Untitled

Mar 2nd, 2022
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 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 = 0.01;
  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 (balanc>older){
  60. smartarse = smartarse+prev;
  61. older = parseFloat(older);
  62. }
  63. if (balanc<older){
  64. smartarse = smartarse-prev;
  65. older=parseFloat(older);
  66. }
  67. if (smartarse===balanc) {
  68. balanc = parseFloat(smartarse);
  69. }
  70. if (nextbe==null) {
  71. nextbe = prev;
  72. }
  73. // in lua it does this on auto need set javascript;
  74. if ((balanc<(still-dope))&&(sev==true)&&(farg==true)) {
  75. nextbe = prev*2;
  76. gook = (nextbe);
  77. sev = false;
  78. farg = true;
  79. joe = 0;
  80. dol = 6;
  81. still = parseFloat(balanc);
  82. dope = (prev*5);
  83. }
  84. if ((balanc<(still-dope))&&(sev==false)&&(farg==true)) {
  85. nextbe = fruck;
  86. gook = fruck;
  87. have = parseFloat(balanc);
  88. still = parseFloat(balanc);
  89. dope = (fruck*3);
  90. joe = 0;
  91. dol = 6;
  92. sev = true;
  93. farg = false;
  94. }
  95. if ((balanc<(still-dope))&&(sev==true)&&(farg==false)) {
  96. nextbe = prev*2;
  97. gook = (nextbe);
  98. have = parseFloat(balanc);
  99. still = parseFloat(balanc);
  100. dope = (prev*5);
  101. sev = true;
  102. dol = 6;
  103. frogger = true;
  104. joe = 0;
  105. farg = false;
  106. have = parseFloat(balanc);
  107. }
  108. if ((balanc<(still-dope))&&(sev==false)&&(farg==false)) {
  109. nextbe = prev*2;
  110. gook = (nextbe);
  111. have = parseFloat(balanc);
  112. still = parseFloat(balanc);
  113. dope = (prev*3);
  114. sev = true;
  115. dol = 6;
  116. frogger = true;
  117. joe = 0;
  118. farg = false;
  119. have = parseFloat(balanc);
  120. }
  121. if ((balanc>=(have+(gook*dol)))&&(frogger==false)) {
  122. nextbe = prev*2;
  123. still = parseFloat(balanc);
  124. sev = false;
  125. farg = true;
  126. frogger = false;
  127. gook = (nextbe);
  128. dope = (prev*5);
  129. have = parseFloat(balanc);
  130. }
  131. if ((balanc>=(have+(gook*dol)))&&(frogger==true)) {
  132. nextbe = prev*2;
  133. have = parseFloat(balanc);
  134. still = parseFloat(balanc);
  135. sev = true;
  136. farg = false;
  137. frogger = true;
  138. gook = (nextbe);
  139. dope = (prev*5);
  140. }
  141. if (balanc>=(ian+joe)) {
  142. nextbe = fruck;
  143. gook = fruck;
  144. dope = (fruck*3);
  145. sev = true;
  146. farg = true;
  147. dol = 6;
  148. frogger = false;
  149. still = parseFloat(balanc);
  150. have = parseFloat(balanc);
  151. ian = parseFloat(balanc);
  152. joe = (fruck*10);
  153. }
  154. // script;
  155. if (balanc>=targe) {
  156. //stop();
  157. return;
  158. }
  159. if (balanc>wild) {
  160. wild = parseFloat(balanc);
  161. }
  162. if (balanc<min) {
  163. min = parseFloat(balanc);
  164. }
  165. var freak = ((balanc-olderest).toFixed(8));
  166. console.log("balance made");
  167. console.log(freak);
  168. console.log("biggest balance");
  169. console.log(parseFloat(wild));
  170. console.log("lowest balance");
  171. console.log(parseFloat(min));
  172. // find biggest lowest and made balances;
  173. parseFloat(document.getElementById('pct_bet').value = (((nextbe*2)-nextbe).toFixed(8)));
  174. parseFloat(document.getElementById('pct_profit').value = (((nextbe*2)-nextbe).toFixed(8)))
  175. // set bets;
  176. $('#a_hi').click();
  177. // click bet;
  178. }
  179. setInterval(() => dobet(), (getR(800,1000)));
  180. // set loop;
Add Comment
Please, Sign In to add comment