coinwalk

ok

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