Advertisement
coinwalk

snowy emanual completed

Jan 28th, 2024
941
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 divideby = 240;
  3. var bolux = 24;
  4. var base = Number((oldestbal/divideby).toFixed(8));
  5. var jove = parseFloat(document.getElementById('pct_balance').value);
  6. var bellance = oldestbal;
  7. var dodgey = oldestbal;
  8. var kitty = oldestbal;
  9. var botplus = base;
  10. var trget = oldestbal;
  11. var tens = (base*10);
  12. var sevens = (base*6.9);
  13. var eights = (base*7.9);
  14. var upper = 6.9;
  15. var downer = 2.9;
  16. var fart = ((Math.floor(oldestbal/tens))*tens);
  17. var shocking = ((Math.floor(oldestbal/tens))*tens);
  18. var troll = 1;
  19.  
  20.  
  21. function get(){
  22. bellance = document.getElementById('pct_balance').value;
  23. beatle = document.getElementById('me').firstChild.lastChild.firstChild.children[7].innerText;
  24. var good = ((bellance-jove).toFixed(8));
  25. console.log("profit");
  26. console.log(good);
  27. if (bellance>(fart+(botplus*upper))){
  28.     botplus = botplus*2;
  29.     upper = 4.9;
  30.     downer = 4.9;
  31.     fart = parseFloat(bellance);
  32. }
  33. if (bellance<(fart-(botplus*downer))){
  34.     botplus = botplus*2;
  35.     upper = 4.9;
  36.     downer = 4.9;
  37.     fart = parseFloat(bellance);
  38. }
  39. if ((bellance>=(shocking+(base*40)))&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
  40.     oldestbal = parseFloat(bellance);
  41.     botplus = base;
  42.     upper = 6.9;
  43.     downer = 2.9;
  44.     troll = 1;
  45.     fart = ((Math.floor(bellance/tens))*tens);
  46.     shocking = ((Math.floor(bellance/tens))*tens);
  47. }
  48. if (((oldestbal-(base*bolux))-(bellance-(botplus*2))<=0)&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
  49.     botplus = base;
  50.     upper = 6.9;
  51.     downer = 2.9;
  52.     troll = 1;
  53.     fart = ((Math.floor(bellance/tens))*tens);
  54.     shocking = ((Math.floor(bellance/tens))*tens);
  55. }
  56. if (bellance<=(oldestbal-(base*bolux))){
  57.     oldestbal = parseFloat(bellance);
  58.     botplus = base;
  59.     upper = 6.9;
  60.     downer = 2.9;
  61.     troll = 1;
  62.     fart = ((Math.floor(bellance/tens))*tens);
  63.     shocking = ((Math.floor(bellance/tens))*tens);
  64. }
  65. if (bellance>=(jove*24)) {
  66.     console.log("winner winner chicken dinner");
  67.     return;
  68. }
  69. $('#pct_chance').val(49.5);
  70. $('#pct_bet').val(((botplus*1).toFixed(8)));
  71. $('#a_lo').click();
  72. setTimeout(() => get(), 1);
  73. }
  74. get();
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement