Advertisement
coinwalk

snowybot trial

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