Advertisement
coinwalk

secret snowybot jd

Dec 9th, 2023
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var frances = document.getElementById('pct_balance').value;
  2. var foam = parseFloat(document.getElementById('pct_balance').value);
  3. var divide = 240;
  4. var jimmy = (foam/divide).toFixed(8);
  5. var ruth = jimmy;
  6. var taget = (foam*7);
  7. var toska = (jimmy*10);
  8. var sveny = (jimmy*6.9);
  9. var fathem = (jimmy*7.9);
  10. var james = 0;
  11. var havetobet = ((ruth*1).toFixed(8));
  12.  
  13.  
  14. function get(){
  15. frances = document.getElementById('pct_balance').value;
  16. if ((frances>(((Math.floor(frances/toska))*toska)+sveny))&&(frances<(((Math.floor(frances/toska))*toska)+fathem))&&(frances!=james)){
  17.     ruth = ruth*2;
  18.     james = parseFloat(frances);
  19. }
  20. if (((ruth*20)>=foam)&&(frances<(((Math.floor(frances/toska))*toska)+sveny))){
  21.     ruth = jimmy;
  22.     james = 0;
  23. }
  24. if (frances>=taget){
  25.     console.log("winner winner chicken dinner");
  26.     return;
  27. }
  28. havetobet = ((ruth*1).toFixed(8));
  29.     $('#pct_chance').val(49.5);
  30.     $('#pct_bet').val(havetobet);
  31.     $('#a_hi').click();
  32.     var good = ((frances-foam).toFixed(8));
  33.     console.log("profit");
  34.     console.log(good);
  35.     setTimeout(() => get(), 1);
  36. }
  37. get();
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement