Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var crazy = parseFloat(document.getElementById('cryptovalue').innerHTML);
- var mighty = (((document.getElementById('cryptovalue').innerHTML)*10000000).toPrecision(1));
- var arnie = 0.00000001;
- var ammo = (arnie*10);
- var james = arnie;
- var oldDegen = 0;
- var toUpdateBal = arnie*50000;
- var booom = 1;
- var mad = 8;
- function xig() {
- var fart = document.getElementById('pct_balance').value;
- var megablows = fart.indexOf(".");
- if (((fart.charAt(megablows + mad)) == 7) && (fart != oldDegen)&&(fart<crazy)) {
- james = james*2;
- booom = 0;
- oldDegen = parseFloat(fart);
- }
- if (((fart.charAt(megablows + mad)) == 7) && (fart != oldDegen)&&(fart>=crazy)) {
- james = james*2;
- oldDegen = parseFloat(fart);
- }
- if ((fart>=(crazy+(ammo*booom)))&&((fart.charAt(megablows + mad)) != 7)) {
- james = arnie;
- oldDegen = 0;
- booom = 1;
- crazy = ((Math.floor((parseFloat(fart))/ammo))*ammo);
- }
- if ((fart>=(toUpdateBal*10))&&(fart>=crazy)&&((fart.charAt(megablows + mad)) != 7)) {
- arnie = arnie*10;
- ammo = arnie*10;
- james = arnie;
- oldDegen = 0;
- booom = 1;
- mad = mad-1;
- crazy = ((Math.floor((parseFloat(fart))/ammo))*ammo);
- toUpdateBal = toUpdateBal*10;
- }
- return james;
- }
- function stroll(){
- document.getElementsByClassName('form-control').winchance.value = 50;
- document.getElementById('cryptomultiply').value = xig();
- reclc();
- multiply(1);
- setTimeout(() => stroll(), 1000);
- }
- stroll();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement