Advertisement
coinwalk

not need hanbreak ;p

Sep 15th, 2023
770
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var limb = document.getElementById('pct_balance').value;
  2. var origin = (((parseFloat(limb)) / 8000).toFixed(8));
  3. var baset = origin;
  4. var target = 3000;
  5. var lumpsten = Number((origin * 10).toFixed(8));
  6. var yout = ((Math.floor((parseFloat(limb)) / lumpsten)) * lumpsten);
  7. var youtwo = ((Math.floor((parseFloat(limb)) / lumpsten)) * lumpsten);
  8. var silentbob = limb;
  9. var zizzle = 0;
  10. var uder = 3;
  11. var triant = 0;
  12. var baboon = 0;
  13. var ziggie = limb;
  14. var boggg = 1;
  15. var people = 2;
  16. var hights = 7;
  17. var godly = 1;
  18. var lol = false;
  19. var firstbal = ((Math.floor((parseFloat(limb)) / lumpsten)) * lumpsten);
  20. var bart = document.getElementById('me').firstChild.lastChild.firstChild.children[5].innerText;
  21. var lisa = document.getElementById('me').firstChild.lastChild.firstChild.children[5].innerText;
  22. var because = document.getElementById('me').firstChild.lastChild.firstChild.children[7].innerText;
  23.  
  24.  
  25. function get() {
  26.     var silentbob = document.getElementById('pct_balance').value;
  27.     var good = ((silentbob - limb).toFixed(8));
  28.     console.log("profit");
  29.     console.log(good);
  30.     if (silentbob >= (youtwo + (baset * hights))) {
  31.         baset = Number((baset * 2).toFixed(8));
  32.         uder = 1;
  33.         hights = 5;
  34.         lol = true;
  35.         youtwo = parseFloat(silentbob);
  36.     }
  37.     if (silentbob <= (yout - (baset * uder))){
  38.         baset = Number((baset * 2).toFixed(8));
  39.         uder = 5;
  40.         hights = 5;
  41.         lol = true;
  42.         godly = 0;
  43.         yout = parseFloat(silentbob);
  44.         youtwo = parseFloat(silentbob);
  45.     }
  46.     if ((silentbob >= (firstbal + (lumpsten*godly)))&&(silentbob<=(((Math.floor((parseFloat(silentbob)) / lumpsten)) * lumpsten)+(origin*7)))){
  47.         origin = (((parseFloat(silentbob)) / 8000).toFixed(8));
  48.         baset = origin;
  49.         lumpsten = Number((origin * 10).toFixed(8));
  50.         baset = origin;
  51.         uder = 3;
  52.         hights = 7;
  53.         lol = false;
  54.         godly = 1;
  55.         yout = ((Math.floor((parseFloat(silentbob)) / lumpsten)) * lumpsten);
  56.         youtwo = ((Math.floor((parseFloat(silentbob)) / lumpsten)) * lumpsten);
  57.         firstbal = ((Math.floor((parseFloat(silentbob)) / lumpsten)) * lumpsten);
  58.     }
  59.     if (silentbob >= target) {
  60.         console.log("winner winner chicken dinner");
  61.         return;
  62.     }
  63.         zizzle = ((baset * 1).toFixed(8));
  64.         $('#pct_chance').val(49.5);
  65.         $('#pct_bet').val(zizzle);
  66.         $('#a_lo').click();
  67.     setTimeout(() => get(), 1);
  68. }
  69. get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement