coinwalk

stop deleteing my pastes

Jan 22nd, 2024
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var oldestbal = parseFloat(document.getElementById('pct_balance').value);
  2. var base = Number((oldestbal/100).toFixed(8));
  3. var bellance = oldestbal;
  4. var botplus = base;
  5. var trget = oldestbal;
  6. var tens = (base*10);
  7. var sevens = (base*6.9);
  8. var eights = (base*7.9);
  9. var upper = 6.9;
  10. var downer = 2.9;
  11. var bob = oldestbal;
  12. var mutt = true;
  13. var fart = ((Math.floor(oldestbal/tens))*tens);
  14. var james = ((Math.floor(oldestbal/tens))*tens);
  15.  
  16.  
  17. function get(){
  18. bellance = document.getElementById('pct_balance').value;
  19. var good = ((bellance-oldestbal).toFixed(8));
  20. console.clear();
  21. console.log("profit");
  22. console.log(good);
  23. if (bellance>(fart+(botplus*upper))){
  24.     botplus = botplus*2;
  25.     upper = 4.9;
  26.     downer = 4.9;
  27.     fart = parseFloat(bellance);
  28. }
  29. if (bellance<(fart-(botplus*downer))){
  30.     botplus = botplus*2;
  31.     upper = 4.9;
  32.     downer = 4.9;
  33.     fart = parseFloat(bellance);
  34. }
  35. if ((bellance<=(botplus*20))&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
  36.     botplus = base;
  37.     upper = 6.9;
  38.     downer = 2.9;
  39.     fart = ((Math.floor(bellance/tens))*tens);
  40. }
  41. if ((bellance<=(botplus*20))&&(bellance>(((Math.floor(bellance/tens))*tens)+eights))){
  42.     botplus = base;
  43.     upper = 6.9;
  44.     downer = 2.9;
  45.     fart = ((Math.floor(bellance/tens))*tens);
  46. }
  47. if ((bellance<=(botplus*20))&&(bellance>(((Math.floor(bellance/tens))*tens)+sevens))&&(bellance<(((Math.floor(bellance/tens))*tens)+eights))){
  48.     botplus = base*2;
  49.     upper = 4.9;
  50.     downer = 4.9;
  51.     fart = parseFloat(bellance);
  52. }
  53. if ((oldestbal<=(botplus*20))&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
  54.     botplus = base;
  55.     upper = 6.9;
  56.     downer = 2.9;
  57.     fart = ((Math.floor(bellance/tens))*tens);
  58. }
  59. if ((oldestbal<=(botplus*20))&&(bellance>(((Math.floor(bellance/tens))*tens)+eights))){
  60.     botplus = base;
  61.     upper = 6.9;
  62.     downer = 2.9;
  63.     fart = ((Math.floor(bellance/tens))*tens);
  64. }
  65. if ((oldestbal<=(botplus*20))&&(bellance>(((Math.floor(bellance/tens))*tens)+sevens))&&(bellance<(((Math.floor(bellance/tens))*tens)+eights))){
  66.     botplus = base*2;
  67.     upper = 4.9;
  68.     downer = 4.9;
  69.     fart = parseFloat(bellance);
  70. }
  71. if (bellance>=(oldestbal*24)) {
  72. console.log("winner winner chicken dinner");
  73. return;
  74. }
  75. $('#pct_chance').val(49.5);
  76. $('#pct_bet').val(((botplus*1).toFixed(8)));
  77. $('#a_lo').click();
  78. }
  79. setInterval(() => get(), 10);
Add Comment
Please, Sign In to add comment