Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var smmly = parseFloat(document.getElementById('pct_balance').value);
- var nudist = Number((smmly/800).toFixed(8));
- var malderhyde = nudist;
- var taget = 999
- var bolux = (nudist*7);
- var poopy = (nudist*4.5);
- var pooridge = (nudist*5.5);
- var shakendog = 0;
- var woman = ((Math.floor(smmly/bolux))*bolux);
- var makenbaby = ((Math.floor(smmly/bolux))*bolux);
- var lunch = ((Math.floor(smmly/bolux))*bolux);
- var foridge = 1;
- var zuggbe = ((malderhyde*1).toFixed(8));
- var bolance = smmly;
- function get(){
- console.clear();
- bolance = document.getElementById('pct_balance').value;
- if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+pooridge))&&(bolance!=shakendog)&&(bolance<woman)) {
- malderhyde = malderhyde*2;
- foridge = 0;
- shakendog = parseFloat(bolance);
- }
- if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+pooridge))&&(bolance!=shakendog)&&(bolance>woman)) {
- malderhyde = malderhyde*2;
- shakendog = parseFloat(bolance);
- }
- if ((bolance>=(woman+(bolux*foridge)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
- malderhyde = nudist;
- shakendog = 0;
- foridge = 1;
- woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- lunch = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- }
- if ((bolance<=(lunch-(bolux*50)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
- malderhyde = nudist;
- shakendog = 0;
- foridge = 0;
- lunch = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- }
- if ((bolance>=(lunch+(bolux*4)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
- malderhyde = nudist;
- shakendog = 0;
- lunch = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- }
- if (bolance<(makenbaby-bolux)){
- woman = makenbaby;
- foridge = 0;
- }
- if (bolance>(makenbaby+(nudist*80)))
- makenbaby = parseFloat(bolance);
- }
- if (bolance >= taget) {
- console.log("winner winner chicken dinner");
- return;
- }
- zuggbe = ((malderhyde*1).toFixed(8));
- $('#pct_chance').val(49.5);
- $('#pct_bet').val(zuggbe);
- $('#a_lo').click();
- var dog = ((bolance-smmly).toFixed(8));
- console.log("profit");
- console.log(dog);
- setTimeout(() => get(), 1);
- }
- get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement