Advertisement
coinwalk

the best snowybot

Jan 26th, 2024
632
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 = true;
  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. }
  53. if (bellance>bob){
  54. bob = parseFloat(bellance);
  55. }
  56. if ((bellance<=(bob-(botplus*1.9)))&&(botplus>=(base*3.9))&&(bellance>=boobed)&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
  57.     botplus = base;
  58.     upper = 6.9;
  59.     downer = 2.9;
  60.     fart = ((Math.floor(bellance/tens))*tens);
  61.     bob = parseFloat(bellance);
  62.     boobed = parseFloat(bellance);
  63. }
  64. if ((botplus>=tens)&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
  65.     botplus = base;
  66.     upper = 6.9;
  67.     downer = 2.9;
  68.     fart = ((Math.floor(bellance/tens))*tens);
  69.     bob = parseFloat(bellance);
  70.     boobed = parseFloat(bellance);
  71. }
  72. if (bellance>=100) {
  73. console.log("winner winner chicken dinner");
  74. return;
  75. }
  76. $('#pct_chance').val(49.5);
  77. $('#pct_bet').val(((botplus*1).toFixed(8)));
  78. $('#a_lo').click();
  79. setTimeout(() => get(), 10);
  80. }
  81. get();
  82.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement