Advertisement
coinwalk

best snowybot ever

Oct 13th, 2023
1,109
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 = (smiley*2000);
  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 lol = false;
  11. var submarine = 2.5;
  12. var plane = 6.5;
  13. var jockey = ((burp*1).toFixed(8));
  14. var bolance = parseFloat(document.getElementById('pct_balance').value);
  15.  
  16.  
  17.  
  18. function get(){
  19. console.clear();
  20. bolance = document.getElementById('pct_balance').value;
  21. if ((bolance>(sexual+(burp*plane)))&&(bolance>woman)) {
  22.     burp = burp*2;
  23.     lol = true;
  24.     submarine = 4.5;
  25.     plane = 4.5;
  26.     sexual = parseFloat(bolance);
  27. }
  28. if ((bolance>(sexual+(burp*plane)))&&(bolance<woman)) {
  29.     burp = burp*2;
  30.     lol = false;
  31.     submarine = 4.5;
  32.     plane = 4.5;
  33.     sexual = parseFloat(bolance);
  34. }
  35. if ((bolance<(sexual-(burp*submarine)))&&(!lol)) {
  36.     burp = burp*2;
  37.     fart = 0;
  38.     submarine = 4.5;
  39.     plane = 4.5;
  40.     sexual = parseFloat(bolance);
  41. }
  42. if ((bolance<(sexual-(burp*submarine)))&&(lol)) {
  43.     burp = burp*2;
  44.     lol = false;
  45.     submarine = 4.5;
  46.     plane = 4.5;
  47.     sexual = parseFloat(bolance);
  48. }
  49. if ((bolance>=(woman+(bolux*fart)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  50.     burp = nudie;
  51.     fart = 1;
  52.     lol = false;
  53.     submarine = 2.5;
  54.     plane = 6.5;
  55.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  56.     sexual = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  57. }
  58. if ((bolance>=(smiley*2.4))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  59.     nudie = Number(((parseFloat(bolance))/144000).toFixed(8));
  60.     burp = nudie;
  61.     bolux = (nudie*10);
  62.     poopy = (nudie*6.5);
  63.     fart = 1;
  64.     submarine = 2.5;
  65.     plane = 6.5;
  66.     lol = false;
  67.     sexual = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  68.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  69.     smiley = parseFloat(bolance);
  70. }
  71.     if (bolance >= taget) {
  72.         console.log("winner winner chicken dinner");
  73.         return;
  74.     }
  75. jockey = ((burp*1).toFixed(8));
  76. $('#pct_chance').val(49.5);
  77. $('#pct_bet').val(jockey);
  78. $('#a_lo').click();
  79. var dog = ((bolance-smiley).toFixed(8));
  80. console.log("profit");
  81. console.log(dog);
  82. setTimeout(() => get(), 1);
  83. }
  84. get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement