Advertisement
coinwalk

trial

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