Advertisement
Guest User

1 Cat + 5 Scouts

a guest
Feb 9th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. javascript:coords='578|495 557|478 580|455 587|493 586|493 583|492 582|494 595|447 581|497 578|493 561|467 590|484 577|499 591|471 589|474 578|472 561|475 584|471 583|471 590|474 585|472 594|484 580|496 581|467 594|444 578|471 587|463 591|458 590|472 577|476 586|463 590|459 591|476 592|458 579|470 598|484 565|482 587|465 582|463 593|472 593|484 582|462 586|469 581|496 591|475 560|483 590|499 587|494 595|466 592|487 580|484 559|478 598|448';var doc=document;if(window.frames.length>0 && window.main!=null)doc=window.main.document;url=doc.URL;if(url.indexOf('screen=place')==-1)alert('Use the script in the rally point page!');coords=coords.split(' ');index=0;farmcookie=document.cookie.match('(^|;) ?farm=([^;]*)(;|$)');if(farmcookie!=null)index=parseInt(farmcookie[2]);if(index>=coords.length)alert('All villages were extracted, now start from the first!');if(index>=coords.length)index=0;coords=coords[index];coords=coords.split('|');index=index+1;cookie_date=new Date(2017,3,27);document.cookie ='farm='+index+';expires='+cookie_date.toGMTString();doc.forms[0].x.value=coords[0];doc.forms[0].y.value=coords[1];$('#place_target').find('input').val(coords[0]+'|'+coords[1]);doc.forms[0].catapult.value=1;doc.forms[0].spy.value=5;end();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement