Advertisement
coinwalk

snowybot handbreaker

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