Advertisement
jimmydorry

critter mound v1.0 auto map

Sep 3rd, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. x=function(e,t){var n=setInterval(function(){if($(".map").parent().css("display")=="block"){var e=0;$(".army>tbody>tr>td.health>div").each(function(t,n){e+=$(this).width()/$(this).parent().width()*100});var i=$(".army>tbody>tr>td.health>div").size();if(i==0)clearInterval(n);if(e/i!=NaN&&e/i>=t)if($(".map>tbody>tr>td.unlocked").size()>0)$(".map>tbody>tr>td.unlocked")[0].click();else clearInterval(n)}},e);return n}(100,90)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement