coinwalk

snowybot handbreaker

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