coinwalk

Untitled

Feb 24th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. var belance = document.getElementById('pct_balance').value;
  2. document.getElementById('pct_chance').value = 49.5;
  3. document.getElementById('pct_payout').value = 2;
  4. var fruck = ((belance/1000).toFixed(8));;
  5. // div;
  6. var oldbal = parseFloat(document.getElementById('pct_balance').value);
  7. var gook = fruck;
  8. // div again;
  9. var dope = (fruck*3);
  10. // 3x div;
  11. var dap = (fruck*4);
  12. // 4x div;
  13. var dol = 6;
  14. var jim = (fruck*10);
  15. // 9x div;
  16. var joe = (fruck*10);
  17. // 10x div;
  18. var targe = 50000;
  19. var sev = true;
  20. var farg = true;
  21. var frogger = false;
  22. var olderest = document.getElementById('pct_balance').value;
  23. var have = parseFloat(document.getElementById('pct_balance').value);
  24. var volo = parseFloat(document.getElementById('pct_balance').value);
  25. var still = parseFloat(document.getElementById('pct_balance').value);
  26. var ian = parseFloat(document.getElementById('pct_balance').value);
  27. var nextbe;
  28. var wild = document.getElementById('pct_balance').value;
  29. var min = document.getElementById('pct_balance').value;
  30. parseFloat(document.getElementById('pct_bet').value = fruck);
  31. parseFloat(document.getElementById('pct_profit').value = fruck);
  32.  
  33. function getR(minz, maxz) {
  34. minz = Math.ceil(minz);
  35. maxz = Math.floor(maxz);
  36. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  37. }
  38.  
  39. function dobet(){
  40. console.clear()
  41. var balanc = document.getElementById('pct_balance').value;
  42. var prev = document.getElementById('pct_bet').value;
  43. document.getElementById('pct_chance').value = 49.5;
  44. document.getElementById('pct_payout').value = 2;
  45. if (nextbe==null) {
  46. nextbe = prev;
  47. }
  48. if ((balanc<=(still-dope))&&(sev==true)&&(farg==true)) {
  49. nextbe = prev*2;
  50. gook = ((parseFloat(prev))*2);
  51. sev = false;
  52. farg = true;
  53. dol = 5;
  54. joe = 0;
  55. still = parseFloat(balanc);
  56. dope = ((parseFloat(prev))*5);
  57. }
  58. if ((balanc<=(still-dope))&&(sev==false)&&(farg==true)) {
  59. nextbe = fruck;
  60. gook = fruck;
  61. still = parseFloat(balanc);
  62. dope = dap;
  63. dol = 5;
  64. joe = 0;
  65. sev = true;
  66. farg = false;
  67. have = parseFloat(balanc);
  68. }
  69. if ((balanc<=(still-dope))&&(sev==true)&&(farg==false)) {
  70. nextbe = prev*2;
  71. gook = ((parseFloat(prev))*2);
  72. still = parseFloat(balanc);
  73. dope = ((parseFloat(prev))*5);
  74. sev = true;
  75. frogger = true;
  76. dol = 5;
  77. joe = 0;
  78. farg = false;
  79. have = parseFloat(balanc);
  80. }
  81. if (balanc>(have+(gook*dol))) {
  82. nextbe = prev*2;
  83. still = parseFloat(balanc);
  84. dol = 5;
  85. sev = false;
  86. farg = true;
  87. joe = jim;
  88. gook = ((parseFloat(prev))*2);
  89. dope = ((parseFloat(prev))*5);
  90. have = parseFloat(balanc);
  91. }
  92. if (balanc>=(ian+joe)) {
  93. nextbe = fruck;
  94. gook = fruck;
  95. dope = dap;
  96. sev = true;
  97. dol = 5;
  98. farg = true;
  99. still = parseFloat(balanc);
  100. have = parseFloat(balanc);
  101. ian = parseFloat(balanc);
  102. joe = jim;
  103. }
  104. if (balanc>=targe) {
  105. //stop();
  106. return;
  107. }
  108. if (balanc>wild) {
  109. wild = parseFloat(balanc);
  110. }
  111. if (balanc<min) {
  112. min = parseFloat(balanc);
  113. }
  114. var freak = ((balanc-olderest).toFixed(8));
  115. console.log("balance made");
  116. console.log(freak);
  117. console.log("biggest balance");
  118. console.log(parseFloat(wild));
  119. console.log("lowest balance");
  120. console.log(parseFloat(min));
  121. parseFloat(document.getElementById('pct_bet').value = (((nextbe*2)-nextbe).toFixed(8)));
  122. parseFloat(document.getElementById('pct_profit').value = (((nextbe*2)-nextbe).toFixed(8)))
  123. $('#a_lo').click();
  124. }
  125. setInterval(() => dobet(), 800);
Add Comment
Please, Sign In to add comment