Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var crazy = parseFloat(document.getElementById('pct_balance').value);
- var mighty = (((document.getElementById('pct_balance').value)*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;
- var joe = parseFloat(document.getElementById('pct_balance').value);
- function xiggie() {
- 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 go() {
- var xol = document.getElementById('pct_balance').value;
- if (xol!=joe){
- joe = parseFloat(xol);
- }
- if (xol==joe){
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- document.getElementById('pct_bet').value = (((xiggie())*1).toFixed(8));
- document.getElementById('pct_profit').value = (((xiggie())*1).toFixed(8));
- document.getElementById('a_lo').click();
- }
- setTimeout(() => go(), 1);
- }
- go();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement