Advertisement
coinwalk

best snowybot ever

Oct 15th, 2023
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var smiley = parseFloat(document.getElementById('pct_balance').value);
  2. var nudie = Number((smiley/144000).toFixed(8));
  3. var burp = nudie;
  4. var taget = 80000;
  5. var bolux = (nudie*10);
  6. var poopy = (nudie*6.5);
  7. var sexual = ((Math.floor(smiley/bolux))*bolux);
  8. var woman = ((Math.floor(smiley/bolux))*bolux);
  9. var fart = 1;
  10. var submarine = 2.5;
  11. var plane = 6.5;
  12. var jockey = ((burp*1).toFixed(8));
  13. var bolance = smiley;
  14.  
  15.  
  16.  
  17. function get(){
  18. console.clear();
  19. bolance = document.getElementById('pct_balance').value;
  20. if (bolance>(sexual+(burp*plane))) {
  21.     burp = burp*2;
  22.     submarine = 4.5;
  23.     plane = 4.5;
  24.     sexual = parseFloat(bolance);
  25. }
  26. if (bolance<(sexual-(burp*submarine))) {
  27.     burp = burp*2;
  28.     fart = 0;
  29.     submarine = 4.9;
  30.     plane = 4.9;
  31.     sexual = parseFloat(bolance);
  32. }
  33. if ((bolance>=(woman+(bolux*fart)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  34.     burp = nudie;
  35.     fart = 1;
  36.     submarine = 2.9;
  37.     plane = 6.9;
  38.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  39.     sexual = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  40. }
  41.     if (bolance >= taget) {
  42.         console.log("winner winner chicken dinner");
  43.         return;
  44.     }
  45. jockey = ((burp*1).toFixed(8));
  46. $('#pct_chance').val(49.5);
  47. $('#pct_bet').val(jockey);
  48. $('#a_lo').click();
  49. var dog = ((bolance-smiley).toFixed(8));
  50. console.log("profit");
  51. console.log(dog);
  52. setTimeout(() => get(), 1);
  53. }
  54. get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement