Advertisement
coinwalk

new test phase tested snowybot

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