coinwalk

fucking pussy

Feb 10th, 2024
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var original=  parseFloat(document.getElementById('pct_balance').value);
  2. var dockiez = original;
  3. var base = (dockiez/1000);
  4. var sad = (base*10);
  5. var frock = (base*2);
  6. var idiot = (base*6.9);
  7. var plane = 6.9;
  8. var submarine = 2.9;
  9. var bob = original;
  10. var timmy = ((Math.floor(original/sad))*sad);
  11. var neatoh = base;
  12. var fleif = original;
  13.  
  14. function dobet(){
  15. bilance = document.getElementById('pct_balance').value;
  16.     if (bilance>(timmy+(neatoh*plane))) {
  17.         plane = 4.9;
  18.         submarine = 4.9;
  19.         neatoh = neatoh*2;
  20.         timmy = bilance;
  21.     }
  22.     if (bilance<(timmy-(neatoh*submarine))) {
  23.         plane = 4.9;
  24.         submarine = 4.9;
  25.         neatoh = neatoh*2;
  26.         timmy = bilance;
  27.     }  
  28. if ((neatoh>=(bilance/300))&&(((Math.floor(((bob-bilance)/5)/frock))*frock)>base)&&(bilance<bob)&&(bilance<(((Math.floor(bilance/sad))*sad)+idiot))) {  
  29.         plane = 4.9;
  30.         submarine = 4.9;
  31.         timmy = parseFloat(bilance);
  32.         neatoh = ((Math.floor(((bob-bilance)/5)/frock))*frock);
  33.    }
  34. if ((neatoh>=(bilance/300))&&(((Math.floor(((bilance-bob)/5)/frock))*frock)>base)&&(bilance>bob)&&(bilance<(((Math.floor(bilance/sad))*sad)+idiot))) {  
  35.         plane = 4.9;
  36.         submarine = 4.9;
  37.         timmy = parseFloat(bilance);
  38.         neatoh = ((Math.floor(((bob-bilance)/5)/frock))*frock);
  39.    }
  40.     if (bilance<base) {
  41.         console.log("busted");    
  42.         return;
  43.     }
  44.     if (bilance>=(dockiez*2)) {
  45.        console.log("winner winner chicken dinner");
  46.        return;
  47.    }
  48. $('#pct_chance').val(49.5);
  49. $('#pct_bet').val(((neatoh*1).toFixed(8)));
  50. $('#a_lo').click();
  51. setTimeout(() => dobet(), 1);
  52. }
  53. dobet();
Add Comment
Please, Sign In to add comment