Advertisement
coinwalk

snowybot jd

Jul 12th, 2023
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. var belance = $('#pct_balance').val();
  2. var basebet = belance/1000;
  3. var floatingpoint = basebet;
  4. var terget = 80000;
  5. var tenz = (basebet*10)
  6. var folage = belance;
  7. var bilance = belance;
  8. var bolance = belance;
  9. var elderbel = belance;
  10. var limitez = false;
  11. var bean = true;
  12. var elderbeti = $($("#me>div>.betid")[0]).text();
  13.  
  14.  
  15. function sussit(){
  16. bilance = $('#pct_balance').val();
  17. if (bilance>(folage+(floatingpoint*6.9))){
  18. floatingpoint = floatingpoint*2;
  19. folage = parseFloat(bilance);
  20. }
  21. if (bilance<(folage-(floatingpoint*6.9))){
  22. floatingpoint = floatingpoint*2;
  23. limitez = true;
  24. folage = parseFloat(bilance);
  25. }
  26. if ((bilance>(elderbel+tenz))||((bilance>elderbel)&&(limitez))){
  27. floatingpoint = basebet;
  28. limitez = false;
  29. elderbel = ((Math.floor(bilance/tenz))*tenz);
  30. folage = ((Math.floor(bilance/tenz))*tenz);
  31. }
  32. var good = (((parseFloat(floatingpoint))*1).toFixed(8));
  33. return good;
  34. }
  35.  
  36. function go(){
  37. var newbeti = $($("#me>div>.betid")[0]).text();
  38. bolance = $('#pct_balance').val();
  39. var newbeated = $($("#me.results>div>.bet")[0]).text();
  40. var milk = (((newbeated)*1).toFixed(8));
  41. if (bolance>=terget) {
  42. console.log("chicken dinner");
  43. return;
  44. }
  45. if ((milk==fuktion)&&(collar>=1)&&(newbeti>elderbeti)&&(!bean)){
  46. elderbeti = parseFloat(newbeti);
  47. bean = true;
  48. }
  49. if ((newbeti==elderbeti)&&(bean)){
  50. fuktion = sussit();
  51. $('#pct_chance').val(49.5);
  52. $('#pct_bet').val(fuktion);
  53. $('#pct_profit').val(fuktion);
  54. $('#a_lo')[0].click();
  55. console.log("snowybot active");
  56. collar = collar+1;
  57. bean = false;
  58. }
  59. setTimeout(() => go(), 1);
  60. }
  61. go();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement