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 = (((mighty/mighty+mighty-mighty)/100000000)/10000);
- var ammo = (arnie*10);
- var james = arnie;
- var oldDegen = 0;
- var booom = 1;
- var neext = false;
- var joe = parseFloat(document.getElementById('me').lastChild.lastChild.lastChild.childNodes[5].textContent);
- function calculateMole() {
- var pctBalance = parseFloat(document.getElementById('pct_balance').value);
- var adjustedValue = basebet;
- var decimalPart = adjustedValue.toString().split('.')[1] || '';
- var highestDigit = Math.max(...decimalPart.split('').map(Number));
- var mole = decimalPart.indexOf(highestDigit.toString()) + 1;
- return mole
- }
- var mad = parseFloat(calculateMole());
- 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;
- neext = false;
- crazy = ((Math.floor((parseFloat(fart))/ammo))*ammo);
- }
- return james;
- }
- function onBetComplete(){
- 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();
- }
- var onbet = onBetComplete();
- function go() {
- var xol = document.getElementById('me').lastChild.lastChild.lastChild.childNodes[5].textContent
- if (xol!=joe){
- joe = parseFloat(xol);
- onbet = onBetComplete();
- }
- if (xol==joe){
- onbet;
- onbet = console.log('waiting nextbet');
- }
- setTimeout(() => go(), 1)
- }
- go();
Add Comment
Please, Sign In to add comment