Advertisement
coinwalk

trial

Oct 26th, 2023
752
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/1000).toFixed(8));
  3. var burp = nudie;
  4. var taget = (smiley*7);
  5. var bolux = (nudie*10);
  6. var poopy = (nudie*6.9);
  7. var mole = (nudie*3);
  8. var sexual = 0;
  9. var mate = (nudie*30);
  10. var jockey = ((burp*1).toFixed(8));
  11. var bolance = smiley;
  12. var nock = false;
  13. var omg = smiley;
  14. var woman = (((Math.floor((parseFloat(bolance))/bolux))*bolux)+(bolux*2));
  15.  
  16. function get(){
  17. console.clear();
  18. setTimeout(function(){
  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)) {
  21.     burp = burp*2
  22.     sexual = parseFloat(bolance);
  23. }
  24. if ((bolance<=(woman-(bolux*9)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))){
  25.     burp = nudie;
  26.     sexual = 0
  27.     woman = ((Math.floor(bolance/bolux))*bolux);
  28. }
  29. if ((bolance>=(woman+(bolux*3)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))){
  30.     sexual = 0;
  31.     burp = nudie;
  32.     woman = ((Math.floor(bolance/bolux))*bolux);
  33. }
  34.     if (bolance >= taget) {
  35.         console.log("winner winner chicken dinner");
  36.         return;
  37.     }
  38. jockey = ((burp*1).toFixed(8));
  39. $('#pct_chance').val(49.5);
  40. $('#pct_bet').val(jockey);
  41. $('#a_lo').click();
  42. }, 100);
  43. var dog = ((bolance-smiley).toFixed(8));
  44. console.log("profit");
  45. console.log(dog);
  46. setTimeout(() => get(), 200);
  47. }
  48. get();
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement