Advertisement
coinwalk

freedoge

May 31st, 2023
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. var crazy = parseFloat(document.getElementById('cryptovalue').innerHTML);
  2. var mighty = (((document.getElementById('cryptovalue').innerHTML)*10000000).toPrecision(1));
  3. var arnie = 0.00000001;
  4. var ammo = (arnie*10);
  5. var james = arnie;
  6. var oldDegen = 0;
  7. var toUpdateBal = arnie*50000;
  8. var booom = 1;
  9. var mad = 8;
  10.  
  11.  
  12. function xig() {
  13. var fart = document.getElementById('pct_balance').value;
  14. var megablows = fart.indexOf(".");
  15. if (((fart.charAt(megablows + mad)) == 7) && (fart != oldDegen)&&(fart<crazy)) {
  16. james = james*2;
  17. booom = 0;
  18. oldDegen = parseFloat(fart);
  19. }
  20. if (((fart.charAt(megablows + mad)) == 7) && (fart != oldDegen)&&(fart>=crazy)) {
  21. james = james*2;
  22. oldDegen = parseFloat(fart);
  23. }
  24. if ((fart>=(crazy+(ammo*booom)))&&((fart.charAt(megablows + mad)) != 7)) {
  25. james = arnie;
  26. oldDegen = 0;
  27. booom = 1;
  28. crazy = ((Math.floor((parseFloat(fart))/ammo))*ammo);
  29. }
  30. if ((fart>=(toUpdateBal*10))&&(fart>=crazy)&&((fart.charAt(megablows + mad)) != 7)) {
  31. arnie = arnie*10;
  32. ammo = arnie*10;
  33. james = arnie;
  34. oldDegen = 0;
  35. booom = 1;
  36. mad = mad-1;
  37. crazy = ((Math.floor((parseFloat(fart))/ammo))*ammo);
  38. toUpdateBal = toUpdateBal*10;
  39. }
  40. return james;
  41. }
  42.  
  43.  
  44. function stroll(){
  45. document.getElementsByClassName('form-control').winchance.value = 50;
  46. document.getElementById('cryptomultiply').value = xig();
  47. reclc();
  48. multiply(1);
  49. setTimeout(() => stroll(), 1000);
  50. }
  51.  
  52. stroll();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement