Advertisement
coinwalk

snowybot returns ++ now

Jan 13th, 2024
1,041
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var oldestbal = parseFloat(document.getElementById('pct_balance').value);
  2. var base = 0.0001;
  3. var bellance = oldestbal;
  4. var unique = oldestbal;
  5. var dog = oldestbal;
  6. var botplus = base;
  7. var trget = oldestbal;
  8. var tens = (base*10);
  9. var sevens = (base*6.9);
  10. var eights  = (base*7.9);
  11. var lower = 2.9;
  12. var upper = 6.9;
  13. var muck = 1;
  14. var nark = botplus;
  15. var bait = 0;
  16. var handbreak = false;
  17. var fart = ((Math.floor(oldestbal/tens))*tens);
  18. var james = ((Math.floor(oldestbal/tens))*tens);
  19. var fran = ((Math.floor(oldestbal/tens))*tens);
  20. var betnext = ((botplus*1).toFixed(8));
  21.  
  22.  
  23. function get(){
  24. unique = document.getElementById('pct_balance').value;
  25. if (unique>dog){
  26. bellance = bellance+botplus;
  27. dog = parseFloat(unique);
  28. }
  29. if (unique<dog){
  30. bellance = bellance-botplus;
  31. dog = parseFloat(unique);
  32. }
  33. var good = ((unique-oldestbal).toFixed(8));
  34. console.log("profit");
  35. console.log(good);
  36. if (bellance>(fart+(botplus*upper))) {
  37.     botplus = botplus+botplus;
  38.     upper = 4.9;
  39.     fart = parseFloat(bellance);
  40. }
  41. if ((bellance<(fran-(botplus*lower)))&&(bait==0)){
  42.     botplus = botplus+botplus;
  43.     lower = 4.9;
  44.     handbreak = true;
  45.     muck = 0;
  46.     bait = 1;
  47.     fran = parseFloat(bellance);
  48. }
  49. if ((bellance<(fran-(botplus*lower)))&&(bait==1)){
  50.     botplus = botplus+botplus;
  51.     lower = 0.9;
  52.     handbreak = true;
  53.     muck = 0;
  54.     bait = 2;
  55.     fran = parseFloat(bellance);
  56. }
  57. if ((bellance<=(fran-(botplus*lower)))&&(handbreak)&&(bait==2)){
  58.     botplus = base;
  59.     lower = 2.9;
  60.     upper = 6.9;
  61.     handbreak = false;
  62.     muck = 0;
  63.     bait = 0;
  64.     fart = ((Math.floor(bellance/tens))*tens);
  65.     fran = ((Math.floor(bellance/tens))*tens);
  66.     james = ((Math.floor(bellance/tens))*tens);
  67. }
  68. if ((bellance>=(james+(tens*muck)))&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
  69.     botplus = base;
  70.     lower = 2.9;
  71.     upper = 6.9;
  72.     muck = 1;
  73.     bait = 0;
  74.     handbreak = false;
  75.     fart = ((Math.floor(bellance/tens))*tens);
  76.     fran = ((Math.floor(bellance/tens))*tens);
  77.     james = ((Math.floor(bellance/tens))*tens);
  78. }
  79. if (unique>=(trget*1000)) {
  80. console.log("winner winner chicken dinner");
  81. return
  82. }
  83. betnext = parseFloat(botplus);
  84. $('#pct_chance').val(49.5);
  85. $('#pct_bet').val(betnext);
  86. $('#a_lo').click();
  87. setTimeout(() => get(), 350);
  88. }
  89. get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement