Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var smiley = parseFloat(document.getElementById('pct_balance').value);
- var nudie = Number((smiley/320).toFixed(8));
- var burp = nudie;
- var taget = (smiley*200000);
- var bolux = (nudie*10);
- var dog = (nudie*50);
- var poopy = (nudie*6.5);
- var mole = (nudie*7.5);
- var sexual = 0;
- var jockey = ((burp*1).toFixed(8));
- var bolance = smiley;
- var fart = 1;
- var woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- var manboobs = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- function get(){
- console.clear();
- setTimeout(function(){
- bolance = document.getElementById('pct_balance').value;
- if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+mole))&&(bolance!=sexual)&&(bolance>=manboobs)) {
- burp = burp*2;
- sexual = parseFloat(bolance);
- }
- if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+mole))&&(bolance!=sexual)&&(bolance<manboobs)) {
- burp = burp*2;
- fart = 0;
- sexual = parseFloat(bolance);
- }
- if ((bolance>=(manboobs+(bolux*fart)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))){
- sexual = 0;
- fart = 1;
- burp = nudie;
- manboobs = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- }
- if ((bolance>=(woman+(bolux*3)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))){
- sexual = 0;
- burp = nudie;
- woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- }
- if ((bolance<=(woman-(bolux*6)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))){
- sexual = 0;
- burp = nudie;
- woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- }
- if (bolance >= taget) {
- console.log("winner winner chicken dinner");
- return;
- }
- jockey = ((burp*1).toFixed(8));
- $('#pct_chance').val(49.5);
- $('#pct_bet').val(jockey);
- $('#a_lo').click();
- }, 100);
- var dog = ((bolance-smiley).toFixed(8));
- console.log("profit");
- console.log(dog);
- setTimeout(() => get(), 200);
- }
- get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement