Advertisement
coinwalk

the best snowybot

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