Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var oldestbal = parseFloat(document.getElementById('pct_balance').value);
- var base = Number((oldestbal/100).toFixed(8));
- var bellance = oldestbal;
- var botplus = base;
- var trget = oldestbal;
- var tens = (base*10);
- var sevens = (base*6.9);
- var eights = (base*7.9);
- var upper = 6.9;
- var downer = 2.9;
- var bob = oldestbal;
- var mutt = true;
- var fart = ((Math.floor(oldestbal/tens))*tens);
- var james = ((Math.floor(oldestbal/tens))*tens);
- function get(){
- bellance = document.getElementById('pct_balance').value;
- var good = ((bellance-oldestbal).toFixed(8));
- console.clear();
- console.log("profit");
- console.log(good);
- if (bellance>(fart+(botplus*upper))){
- botplus = botplus*2;
- upper = 4.9;
- downer = 4.9;
- fart = parseFloat(bellance);
- }
- if (bellance<(fart-(botplus*downer))){
- botplus = botplus*2;
- upper = 4.9;
- downer = 4.9;
- fart = parseFloat(bellance);
- }
- if ((bellance<=(botplus*20))&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
- botplus = base;
- upper = 6.9;
- downer = 2.9;
- fart = ((Math.floor(bellance/tens))*tens);
- }
- if ((bellance<=(botplus*20))&&(bellance>(((Math.floor(bellance/tens))*tens)+eights))){
- botplus = base;
- upper = 6.9;
- downer = 2.9;
- fart = ((Math.floor(bellance/tens))*tens);
- }
- if ((bellance<=(botplus*20))&&(bellance>(((Math.floor(bellance/tens))*tens)+sevens))&&(bellance<(((Math.floor(bellance/tens))*tens)+eights))){
- botplus = base*2;
- upper = 4.9;
- downer = 4.9;
- fart = parseFloat(bellance);
- }
- if ((oldestbal<=(botplus*20))&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
- botplus = base;
- upper = 6.9;
- downer = 2.9;
- fart = ((Math.floor(bellance/tens))*tens);
- }
- if ((oldestbal<=(botplus*20))&&(bellance>(((Math.floor(bellance/tens))*tens)+eights))){
- botplus = base;
- upper = 6.9;
- downer = 2.9;
- fart = ((Math.floor(bellance/tens))*tens);
- }
- if ((oldestbal<=(botplus*20))&&(bellance>(((Math.floor(bellance/tens))*tens)+sevens))&&(bellance<(((Math.floor(bellance/tens))*tens)+eights))){
- botplus = base*2;
- upper = 4.9;
- downer = 4.9;
- fart = parseFloat(bellance);
- }
- if (bellance>=(oldestbal*24)) {
- console.log("winner winner chicken dinner");
- return;
- }
- $('#pct_chance').val(49.5);
- $('#pct_bet').val(((botplus*1).toFixed(8)));
- $('#a_lo').click();
- }
- setInterval(() => get(), 10);
Add Comment
Please, Sign In to add comment