Advertisement
coinwalk

snowybot best ever

Oct 23rd, 2023
916
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*2.4);
  5. var bolux = (nudie*10);
  6. var poopy = (nudie*6.5);
  7. var sexual = 0;
  8. var woman = ((Math.floor(smiley/bolux))*bolux);
  9. var fart = 1;
  10. var godly = smiley;
  11. var jockey = ((burp*1).toFixed(8));
  12. var bolance = parseFloat(document.getElementById('pct_balance').value);
  13. var bear = true;
  14.  
  15.  
  16.  
  17. function get(){
  18. console.clear();
  19. bolance = document.getElementById('pct_balance').value;
  20. if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+(poopy+nudie)))&&(bolance!=sexual)&&(bolance>woman)) {
  21.     burp = burp*2;
  22.     sexual = parseFloat(bolance);
  23. }
  24. if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+(poopy+nudie)))&&(bolance!=sexual)&&(bolance<woman)) {
  25.     burp = burp*2;
  26.     fart = 0;
  27.     sexual = parseFloat(bolance);
  28. }
  29. if ((bolance>=(woman+(bolux*fart)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  30.     burp = nudie;
  31.     fart = 1;
  32.     sexual = 0;
  33.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  34. }
  35.     if (bolance >= taget) {
  36.         console.log("winner winner chicken dinner");
  37.         return;
  38.     }
  39.     if ((bolance==godly)&&(bear)){
  40.     setTimeout(function(){
  41. jockey = ((burp*1).toFixed(8));
  42. $('#pct_chance').val(49.5);
  43. $('#pct_bet').val(jockey);
  44. bear = false
  45. $('#a_lo').click();
  46. var dog = ((bolance-smiley).toFixed(8));
  47. console.log("profit");
  48. console.log(dog);
  49. }, 100);
  50. }
  51. if ((bolance!=godly)&&(!bear)){
  52. setTimeout(function(){
  53. godly = parseFloat(bolance);
  54. bear = true;
  55. }, 100);
  56. }
  57. setTimeout(() => get(), 200);
  58. }
  59. get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement