Advertisement
coinwalk

snowybot trial v2

Oct 29th, 2023
1,237
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/320).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.     manboobs = parseFloat(bolance);
  22.     sexual = parseFloat(bolance);
  23. }
  24. if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+mole))&&(bolance!=sexual)&&(bolance<manboobs)) {
  25.     fart = 0;
  26.     manboobs = parseFloat(bolance);
  27.     sexual = 0;
  28. }
  29. if ((bolance>=(woman+(bolux*fart)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))){
  30.     sexual = 0;
  31.     fart = 1;
  32.     burp = nudie;
  33.     manboobs = parseFloat(bolance);
  34.     woman = ((Math.floor(bolance/bolux))*bolux);
  35. }
  36.     if (bolance >= taget) {
  37.         console.log("winner winner chicken dinner");
  38.         return;
  39.     }
  40. jockey = ((burp*1).toFixed(8));
  41. $('#pct_chance').val(49.5);
  42. $('#pct_bet').val(jockey);
  43. $('#a_lo').click();
  44. }, 100);
  45. var dog = ((bolance-smiley).toFixed(8));
  46. console.log("profit");
  47. console.log(dog);
  48. setTimeout(() => get(), 200);
  49. }
  50. get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement