Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var oldestbal = parseFloat(document.getElementById('pct_balance').value);
- var base = (oldestbal/240); //dont change;
- var bellance = oldestbal;
- var botplus = base;
- var trget = parseFloat(oldestbal);
- var tens = (base*10);
- var sevens = (base*6.9);
- var eights = (base*7.1)
- var floatingbal = 0;
- var james = oldestbal;
- var fran = ((Math.ceil(oldestbal/tens))*tens);
- var betnext = ((botplus*1).toFixed(8));
- function get(){
- console.clear();
- bellance = document.getElementById('pct_balance').value;
- var good = ((bellance-oldestbal).toFixed(8));
- console.log("profit");
- console.log(good);
- if ((bellance>(((Math.floor(bellance/tens))*tens)+sevens))&&(bellance<(((Math.floor(bellance/tens))*tens)+eights))&&(bellance!=floatingbal)) {
- botplus = botplus*2;
- floatingbal = parseFloat(bellance);
- }
- if ((((james-balance)+(botplus*3))<=0)&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
- botplus = base;
- floatingbal = 0;
- james = parseFloat(bellance);
- fran = ((Math.ceil(bellance/tens))*tens);
- }
- if ((botplus>=(base*2))&&(bellance>=fran)&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
- botplus = base;
- floatingbal = 0;
- james = parseFloat(bellance);
- fran = ((Math.ceil(bellance/tens))*tens);
- }
- if (bellance>(trget*24000)){
- console.log("buy ebike");
- return;
- }
- betnext = ((botplus*1).toFixed(8));
- $('#pct_chance').val(49.5);
- $('#pct_bet').val(betnext);
- $('#a_hi').click();
- setTimeout(() => get(), 100);
- }
- get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement