Advertisement
coinwalk

the best snowybot ++

Jan 26th, 2024
809
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/140).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 troll = false;
  17.  
  18.  
  19. function get(){
  20. dodgey = document.getElementById('pct_balance').value;
  21. beatle = document.getElementById('me').firstChild.lastChild.firstChild.children[7].innerText;
  22. if ((dodgey>kitty)&&(beatle<49.5000)){
  23. bellance = bellance+botplus
  24. kitty = parseFloat(dodgey);
  25. }
  26. if ((dodgey<kitty)&&(beatle>=49.5000)){
  27. bellance = bellance-botplus
  28. kitty = parseFloat(dodgey);
  29. }
  30. if ((dodgey>kitty)&&(beatle>=49.5000)){
  31. console.log("they did payments wrong");
  32. return;
  33. }
  34. if ((dodgey<kitty)&&(beatle<49.5000)){
  35. console.log("they didn't pay you for green");
  36. return;
  37. }
  38. var good = ((bellance-oldestbal).toFixed(8));
  39. console.log("profit");
  40. console.log(good);
  41. if (bellance>(fart+(botplus*upper))){
  42.     botplus = botplus*2;
  43.     upper = 4.9;
  44.     downer = 4.9;
  45.     fart = parseFloat(bellance);
  46. }
  47. if (bellance<(fart-(botplus*downer))){
  48.     botplus = botplus*2;
  49.     upper = 4.9;
  50.     downer = 4.9;
  51.     fart = parseFloat(bellance);
  52.     bob = parseFloat(bellance);
  53. }
  54. if (bellance>=(bob+(tens*4))){
  55.     troll = true;
  56.     bob = parseFloat(bellance);
  57. }
  58. if ((bellance<=(bob-(botplus*1.9)))&&(troll)&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
  59.     botplus = base;
  60.     upper = 6.9;
  61.     downer = 2.9;
  62.     troll = false;
  63.     fart = ((Math.floor(bellance/tens))*tens);
  64.     bob = parseFloat(bellance);
  65. }
  66. if ((botplus>=tens)&&(bellance>=bob)&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
  67.     botplus = base;
  68.     upper = 6.9;
  69.     downer = 2.9;
  70.     troll = false;
  71.     fart = ((Math.floor(bellance/tens))*tens);
  72.     bob = parseFloat(bellance);
  73. }
  74. if (bellance>=100) {
  75. console.log("winner winner chicken dinner");
  76. return;
  77. }
  78. $('#pct_chance').val(49.5);
  79. $('#pct_bet').val(((botplus*1).toFixed(8)));
  80. $('#a_lo').click();
  81. setTimeout(() => get(), 10);
  82. }
  83. get();
  84.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement