Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var oldestbal = parseFloat(document.getElementById('pct_balance').value);
- var base = 0.0001;
- var bellance = oldestbal;
- var unique = oldestbal;
- var dog = oldestbal;
- var botplus = base;
- var trget = oldestbal;
- var tens = (base*10);
- var sevens = (base*6.9);
- var eights = (base*7.9);
- var lower = 2.9;
- var upper = 6.9;
- var muck = 1;
- var nark = botplus;
- var bait = 0;
- var handbreak = false;
- var fart = ((Math.floor(oldestbal/tens))*tens);
- var james = ((Math.floor(oldestbal/tens))*tens);
- var fran = ((Math.floor(oldestbal/tens))*tens);
- var betnext = ((botplus*1).toFixed(8));
- function get(){
- unique = document.getElementById('pct_balance').value;
- if (unique>dog){
- bellance = bellance+botplus;
- dog = parseFloat(unique);
- }
- if (unique<dog){
- bellance = bellance-botplus;
- dog = parseFloat(unique);
- }
- var good = ((unique-oldestbal).toFixed(8));
- console.log("profit");
- console.log(good);
- if (bellance>(fart+(botplus*upper))) {
- botplus = botplus+botplus;
- upper = 4.9;
- fart = parseFloat(bellance);
- }
- if ((bellance<(fran-(botplus*lower)))&&(bait==0)){
- botplus = botplus+botplus;
- lower = 4.9;
- handbreak = true;
- muck = 0;
- bait = 1;
- fran = parseFloat(bellance);
- }
- if ((bellance<(fran-(botplus*lower)))&&(bait==1)){
- botplus = botplus+botplus;
- lower = 0.9;
- handbreak = true;
- muck = 0;
- bait = 2;
- fran = parseFloat(bellance);
- }
- if ((bellance<=(fran-(botplus*lower)))&&(handbreak)&&(bait==2)){
- botplus = base;
- lower = 2.9;
- upper = 6.9;
- handbreak = false;
- muck = 0;
- bait = 0;
- fart = ((Math.floor(bellance/tens))*tens);
- fran = ((Math.floor(bellance/tens))*tens);
- james = ((Math.floor(bellance/tens))*tens);
- }
- if ((bellance>=(james+(tens*muck)))&&(bellance<(((Math.floor(bellance/tens))*tens)+sevens))){
- botplus = base;
- lower = 2.9;
- upper = 6.9;
- muck = 1;
- bait = 0;
- handbreak = false;
- fart = ((Math.floor(bellance/tens))*tens);
- fran = ((Math.floor(bellance/tens))*tens);
- james = ((Math.floor(bellance/tens))*tens);
- }
- if (unique>=(trget*1000)) {
- console.log("winner winner chicken dinner");
- return
- }
- betnext = parseFloat(botplus);
- $('#pct_chance').val(49.5);
- $('#pct_bet').val(betnext);
- $('#a_lo').click();
- setTimeout(() => get(), 350);
- }
- get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement