Advertisement
coinwalk

snowybot

Oct 21st, 2023
1,159
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/144000).toFixed(8));
  3. var burp = nudie;
  4. var taget = 1000;
  5. var bolux = (nudie*10);
  6. var poopy = (nudie*6.5);
  7. var sexual = 0;
  8. var splif = (nudie*24)
  9. var jockey = ((burp*1).toFixed(8));
  10. var bolance = smiley;
  11. var cook = (smiley-splif);
  12. var woman = smiley;
  13. var bart = 0
  14. var birp = (woman-smiley);
  15. var bilance = smiley;
  16.  
  17.  
  18.  
  19. function get(){
  20. console.clear();
  21. bolance = document.getElementById('pct_balance').value;
  22. if (bolance>bilance){
  23.     burp = nudie;
  24.     bart = 0
  25.     woman = parseFloat(bolance);
  26.     birp = (woman-bolance);
  27.     bilance = parseFloat(bolance);
  28. }
  29. if (bolance<bilance){
  30.     bart = bart+nudie;
  31.     birp = (woman-bolance);
  32.     burp = (bart+birp)  
  33.     bilance = parseFloat(bolance);
  34. }
  35. jockey = ((burp*1).toFixed(8));
  36. $('#pct_chance').val(49.5);
  37. $('#pct_bet').val(jockey);
  38. $('#a_lo').click();
  39. var dog = ((bolance-smiley).toFixed(8));
  40. console.log("profit");
  41. console.log(dog);
  42. setTimeout(() => get(), 1);
  43. }
  44. get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement