coinwalk

snowzy bot

Feb 12th, 2024
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var original =  parseFloat(document.getElementById('pct_balance').value);
  2. var dockiez = original;
  3. var base = (dockiez/10000);
  4. var tens = (base*10);
  5. var timmy = ((Math.floor(original/tens))*tens);
  6. var troll = ((Math.floor(original/tens))*tens);
  7. var neatoh = base;
  8. var bilance = original;
  9. var older = original;
  10. var migg = 0;
  11. var bear = true;
  12. var downer = 2.9;
  13. var upper = 6.9;
  14. var tree = true;
  15. var fart = 1;
  16. var bob = original;
  17. var good = (((bilance-original)*1).toFixed(8));
  18. var steal = 0;
  19.  
  20. function dobet(){
  21.     bilance = document.getElementById('pct_balance').value;
  22. var stole = Number(document.getElementById('me').firstChild.lastChild.firstChild.children[5].innerText);
  23. var seat = Number(document.getElementById('me').firstChild.lastChild.firstChild.children[7].innerText);
  24. if ((stole>steal)&&(seat<49.5000)&&(bilance<=older)&&(!bear)){
  25. migg = migg+1
  26. bear = true;
  27. older = parseFloat(bilance);
  28. steal = parseFloat(stole);
  29. }
  30. if ((stole>steal)&&(seat>=49.5000)&&(bilance>=older)&&(!bear)){
  31. migg = migg+1
  32. bear = true;
  33. older = parseFloat(bilance);
  34. steal = parseFloat(stole);
  35. }
  36. if ((stole>steal)&&(seat<49.5000)&&(bilance>older)&&(!bear)){
  37. bear = true;
  38. older = parseFloat(bilance);
  39. steal = parseFloat(stole);
  40. }
  41. if ((stole>steal)&&(seat>=49.5000)&&(bilance<older)&&(!bear)){
  42. bear = true;
  43. older = parseFloat(bilance);
  44. steal = parseFloat(stole);
  45. }
  46. good = (((bilance-original)*1).toFixed(8));
  47. console.log("profit");
  48. console.log(good);
  49.     if (bilance>(timmy+(neatoh*upper))) {
  50.         neatoh = neatoh*2;
  51.         downer = 4.9;
  52.         upper = 4.9;
  53.         tree = false;
  54.         timmy = parseFloat(bilance);
  55.     }
  56.     if ((bilance<(timmy-(neatoh*downer)))&&(tree)) {
  57.         neatoh = neatoh*2;
  58.         downer = 4.9;
  59.         upper = 4.9;
  60.         tree = false;
  61.         timmy = parseFloat(bilance);
  62.     }
  63.     if ((bilance<(timmy-(neatoh*downer)))&&(!tree)) {
  64.         neatoh = base;
  65.         tree = true;
  66.         downer = 2.9;
  67.         upper = 6.9;
  68.         timmy = ((Math.floor(bilance/tens))*tens);
  69.     }  
  70.     if (neatoh>=tens){
  71.         neatoh = base;
  72.         downer = 2.9;
  73.         upper = 6.9;
  74.         tree = true;
  75.         timmy = ((Math.floor(bilance/tens))*tens);
  76.     }  
  77.     if (bilance<base) {
  78.         console.log("busted");    
  79.         return;
  80.     }
  81.     if (bilance>=(dockiez*24)) {
  82.        console.log("winner winner chicken dinner");
  83.        return;
  84.    }
  85.    if (migg>=2){
  86.    console.log("jd fucked up not paying or taking");
  87.    return;
  88.    }
  89.    if (bear){
  90. $('#pct_chance').val(49.5);
  91. $('#pct_bet').val(((neatoh*1).toFixed(8)));
  92. $('#a_lo').click();
  93. bear = false;
  94. }
  95. setTimeout(() => dobet(), 1);
  96. }
  97. dobet();
Add Comment
Please, Sign In to add comment