Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var belance = $('#pct_balance').val();
- var basebet = belance/1000;
- var floatingpoint = basebet;
- var terget = 80000;
- var tenz = (basebet*10)
- var folage = belance;
- var bilance = belance;
- var bolance = belance;
- var elderbel = belance;
- var limitez = false;
- var bean = true;
- var elderbeti = $($("#me>div>.betid")[0]).text();
- function sussit(){
- bilance = $('#pct_balance').val();
- if (bilance>(folage+(floatingpoint*6.9))){
- floatingpoint = floatingpoint*2;
- folage = parseFloat(bilance);
- }
- if (bilance<(folage-(floatingpoint*6.9))){
- floatingpoint = floatingpoint*2;
- limitez = true;
- folage = parseFloat(bilance);
- }
- if ((bilance>(elderbel+tenz))||((bilance>elderbel)&&(limitez))){
- floatingpoint = basebet;
- limitez = false;
- elderbel = ((Math.floor(bilance/tenz))*tenz);
- folage = ((Math.floor(bilance/tenz))*tenz);
- }
- var good = (((parseFloat(floatingpoint))*1).toFixed(8));
- return good;
- }
- function go(){
- var newbeti = $($("#me>div>.betid")[0]).text();
- bolance = $('#pct_balance').val();
- var newbeated = $($("#me.results>div>.bet")[0]).text();
- var milk = (((newbeated)*1).toFixed(8));
- if (bolance>=terget) {
- console.log("chicken dinner");
- return;
- }
- if ((milk==fuktion)&&(collar>=1)&&(newbeti>elderbeti)&&(!bean)){
- elderbeti = parseFloat(newbeti);
- bean = true;
- }
- if ((newbeti==elderbeti)&&(bean)){
- fuktion = sussit();
- $('#pct_chance').val(49.5);
- $('#pct_bet').val(fuktion);
- $('#pct_profit').val(fuktion);
- $('#a_lo')[0].click();
- console.log("snowybot active");
- collar = collar+1;
- bean = false;
- }
- setTimeout(() => go(), 1);
- }
- go();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement