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*7);
- var bolux = (nudie*10);
- var poopy = (nudie*6.5);
- var jockey = ((burp*1).toFixed(8));
- var bolance = smiley;
- var over = 6.9;
- var under = 2.9;
- var woman = smiley;
- var sexual = ((Math.floor(smiley/bolux))*bolux);
- function get(){
- console.clear();
- setTimeout(function(){
- bolance = document.getElementById('pct_balance').value;
- if (bolance>(sexual+(burp*over))) {
- burp = burp*2;
- over = 4.9;
- under = 4.9;
- sexual = parseFloat(bolance);
- }
- if (bolance<(sexual-(burp*under))) {
- burp = burp*2;
- over = 4.9;
- under = 4.9;
- sexual = parseFloat(bolance);
- }
- if ((burp>=(smiley/10))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))){
- burp = nudie;
- over = 6.9;
- under = 2.9;
- sexual = ((Math.floor(bolance/bolux))*bolux);
- woman = parseFloat(bolance);
- }
- if ((burp>=(bolance/20))&&(bolance>woman)){
- woman = parseFloat(bolance);
- }
- if ((burp>=(bolance/20))&&(bolance<woman)&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))){
- burp = nudie;
- over = 6.9;
- under = 2.9;
- sexual = ((Math.floor(bolance/bolux))*bolux);
- woman = parseFloat(bolance);
- }
- 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 good = ((bolance-smiley).toFixed(8));
- console.log("profit");
- console.log(good);
- setTimeout(() => get(), 200);
- }
- get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement