Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var smiley = parseFloat(document.getElementById('balance').innerHTML);
- var junky = smiley;
- var bear = true;
- var nudie = Number((0.00000001).toFixed(8));
- var burp = nudie;
- var temple = (nudie*10);
- var something = temple;
- var dork = 8;
- var taget = 1000;
- var bolux = (nudie*10);
- var poopy = (nudie*6.5);
- var sexual = 0;
- var woman = ((Math.floor(smiley/bolux))*bolux);
- var weeman = ((Math.floor(smiley/bolux))*bolux);
- var fart = 1;
- var bolance = smiley;
- var zuggbe = ((burp*1).toFixed(8));
- function get(){
- bolance = document.getElementById('balance').innerHTML;
- if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+(poopy+nudie)))&&(bolance!=sexual)&&(bolance>=woman)){
- burp = burp*2;
- sexual = parseFloat(bolance);
- }
- if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+(poopy+nudie)))&&(bolance!=sexual)&&(bolance<woman)&&(fart<=1)){
- burp = burp*2;
- fart = 0;
- sexual = parseFloat(bolance);
- }
- if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+(poopy+nudie)))&&(bolance!=sexual)&&(bolance<woman)&&(fart!=1)){
- burp = burp*2;
- sexual = parseFloat(bolance);
- }
- if (((bolance-burp)<=(burp*dork))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
- burp = nudie;
- fart = 3;
- sexual = 0;
- woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- }
- if (((smiley-burp)<=(burp*dork))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
- burp = nudie;
- fart = 3;
- sexual = 0;
- woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- }
- if (bolance>weeman){
- weeman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- }
- if ((bolance>=(woman+(bolux*fart)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance>=weeman)) {
- burp = nudie;
- fart = 1;
- sexual = 0;
- woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- }
- if ((bolance>=(woman+(bolux*fart)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<weeman)) {
- burp = nudie;
- fart = 3;
- sexual = 0;
- woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
- }
- if (bolance>=(something+temple)){
- dork = dork+1;
- something = something+temple;
- }
- if (bolance >= taget) {
- console.log("winner winner chicken dinner");
- return;
- }
- zuggbe = ((burp*1).toFixed(8));
- if ((bolance==junky)&&(bear)){
- document.getElementById('double_your_btc_win_chance').value = 47.50;
- document.getElementById('double_your_btc_payout_multiplier').value = 2.00;
- parseFloat(document.getElementById('double_your_btc_stake').value = zuggbe);
- parseFloat(document.getElementById('win_amount').innerHTML = zuggbe);
- document.getElementById('double_your_btc_bet_lo_button').click();
- bear = false;
- }
- if ((bolance!=junky)&&(!bear)){
- junky = parseFloat(bolance);
- bear = true;
- }
- setTimeout(() => get(), 1);
- }
- get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement