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/100).toFixed(8));
- var burp = nudie;
- var taget = (smiley*2000);
- var bolux = (nudie*10);
- var poopy = (nudie*6.9);
- var bitg = (nudie*100);
- var boggs = (nudie*69.999);
- var pirate = (nudie*79.9);
- var sexual = 0;
- var woman = smiley;
- var mate = (nudie*50)
- var fart = (smiley-mate);
- var godly = smiley;
- var jockey = ((burp*1).toFixed(8));
- var bolance = smiley;
- var bilance = smiley;
- var shoots = true;
- 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)+(poopy+nudie)))&&(bolance!=sexual)) {
- burp = burp*2
- sexual = parseFloat(bolance);
- }
- if ((bolance-(burp*4))<=0){
- burp = nudie;
- sexual = 0;
- }
- if (burp>=mate){
- burp = nudie;
- sexual = 0;
- }
- 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