coinwalk

green monkey snowybot

Nov 11th, 2023
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var originalbal = parseFloat(document.getElementById('pct_balance').value);
  2. var base = Number((originalbal/640).toFixed(8));
  3. var floatingbase = base;
  4. var taget = (originalbal*24);
  5. var groupedten = (base*10);
  6. var groupedseven = (base*6.5);
  7. var groupfives = (base*4.9);
  8. var tobetnext = ((floatingbase*1).toFixed(8));
  9. var bolance = (base*64);
  10. var bilance = originalbal;
  11. var nobby = originalbal;
  12. var over = 6.9;
  13. var under = 2.9;
  14. var fart = 1;
  15. var freak = false;
  16. var oldbolance = ((Math.floor(originalbal/groupedten))*groupedten);
  17. var oldbolancetree = ((Math.floor(originalbal/groupedten))*groupedten);
  18. var oldbolancetwo = ((Math.floor(originalbal/groupedten))*groupedten);
  19.  
  20.  function getR(minz, maxz) {
  21.   minz = Math.ceil(minz);
  22.   maxz = Math.floor(maxz);
  23.   return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  24. }
  25.  
  26.  
  27. function get(){
  28. console.clear();
  29. setTimeout(function(){
  30. bilance = document.getElementById('pct_balance').value;
  31. if (bilance>nobby){
  32. bolance = bolance+floatingbase;
  33. nobby = parseFloat(bilance);
  34. }
  35. if (bilance<nobby){
  36. bolance = bolance-floatingbase;
  37. nobby = parseFloat(bilance);
  38. }
  39. if (bolance>(oldbolance+(floatingbase*over))) {
  40.     floatingbase = floatingbase*2;
  41.     over = 4.9;
  42.     under = 4.9;
  43.     freak = true;
  44.     oldbolance = parseFloat(bolance);
  45. }
  46. if (bolance<(oldbolance-(floatingbase*under))) {
  47.     floatingbase = floatingbase*2;
  48.     over = 4.9;
  49.     under = 4.9;
  50.     freak = false;
  51.     oldbolance = parseFloat(bolance);
  52. }
  53. if ((floatingbase>=(base*4))&&(bolance<(((Math.floor(bolance/groupedten))*groupedten)+groupfives))){
  54.     floatingbase = base;
  55.     fart = 0;
  56.     over = 6.9;
  57.     under = 2.9;
  58.     bolance = originalbal;
  59.     oldbolance = ((Math.floor((parseFloat(bolance))/groupedten))*groupedten);
  60. }
  61.     if (bolance >= taget) {
  62.         console.log("winner winner chicken dinner");
  63.         return;
  64.     }
  65. tobetnext = ((floatingbase*1).toFixed(8));
  66. $('#pct_chance').val(49.5);
  67. $('#pct_bet').val(tobetnext);
  68. $('#a_lo').click();
  69. var good = ((bilance-originalbal).toFixed(8));
  70. console.log("profit");
  71. console.log(good);
  72. setTimeout(() => get(), 864);
  73. }, 801);};
  74. get();
Add Comment
Please, Sign In to add comment