Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var crazy = parseFloat(document.getElementById('pct_balance').value);
- var arnie = 0.000001;
- var ammo = 0.00001;
- 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 xiggie() {
- var fart = document.getElementById('pct_balance').value;
- var megablows = fart.indexOf(".");
- if (((fart.charAt(megablows + 6)) == 7) && (fart != oldDegen)&&(fart<crazy)) {
- james = james*2;
- booom = 0;
- oldDegen = parseFloat(fart);
- }
- if (((fart.charAt(megablows + 6)) == 7) && (fart != oldDegen)&&(fart>=crazy)) {
- james = james*2;
- oldDegen = parseFloat(fart);
- }
- if ((fart>=crazy)&&((fart.charAt(megablows + 6)) != 7)&&(booom==0)) {
- james = arnie
- oldDegen = 0;
- booom = 1;
- neext = false;
- crazy = ((Math.floor((parseFloat(fart))/ammo))*ammo);
- }
- if ((fart>=(crazy+(ammo)))&&((fart.charAt(megablows + 6)) != 7)&&(neext==false)) {
- booom = 1;
- neext = true;
- crazy = ((Math.floor((parseFloat(fart))/ammo))*ammo);
- }
- if ((fart>=(crazy+(ammo)))&&((fart.charAt(megablows + 6)) != 7)&&(neext==true)) {
- 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();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement