Advertisement
coinwalk

awesome snowybot handbreaker slow cause ++

Oct 19th, 2023
1,050
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((0.001).toFixed(8));
  3. var burp = nudie;
  4. var something = (nudie*80);
  5. var dork = 8;
  6. var taget = (smiley*200000);
  7. var bolux = (nudie*10);
  8. var poopy = (nudie*6.5);
  9. var sexual = 0;
  10. var woman = ((Math.floor(smiley/bolux))*bolux);
  11. var fart = 1;
  12. var jockey = ((burp*1).toFixed(8));
  13. var bolance = parseFloat(document.getElementById('pct_balance').value);
  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)&&(fart<=1)){
  25.     burp = burp*2;
  26.     fart = 0;
  27.     sexual = parseFloat(bolance);
  28. }
  29. if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+(poopy+nudie)))&&(bolance!=sexual)&&(bolance<woman)&&(fart!=1)){
  30.     burp = burp*2;
  31.     sexual = parseFloat(bolance);
  32. }
  33. if (((bolance-burp)<=(burp*dork))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  34.     burp = nudie;
  35.     fart = 3;
  36.     sexual = 0;
  37.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  38. }
  39. if (((smiley-burp)<=(burp*dork))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  40.     burp = nudie;
  41.     fart = 3;
  42.     sexual = 0;
  43.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  44. }
  45. if ((bolance>=(woman+(bolux*fart)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  46.     burp = nudie;
  47.     fart = 1;
  48.     sexual = 0;
  49.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  50. }
  51. if (bolance>=(something+(nudie*80))){
  52. dork = dork*2;
  53. something = parseFloat(bolance);
  54. }
  55.     if (bolance >= taget) {
  56.         console.log("winner winner chicken dinner");
  57.         return;
  58.     }
  59. jockey = ((burp*1).toFixed(8));
  60. $('#pct_chance').val(49.5);
  61. $('#pct_bet').val(jockey);
  62. $('#a_lo').click();
  63. var dog = ((bolance-smiley).toFixed(8));
  64. console.log("profit");
  65. console.log(dog);
  66. setTimeout(() => get(), 1000);
  67. }
  68. get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement