Advertisement
Guest User

Support script

a guest
Jun 19th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:coords='520|538 545|525 502|537 525|546 527|535 558|511 553|507 504|548 502|547 553|508 527|554 521|539 519|539 511|536 540|527 555|520 525|539 526|543 504|551 527|577 552|518 503|544 544|529 524|540 502|541 510|533 524|551 552|506 521|548 506|550 503|539 517|540 527|555 545|527 549|503 524|550 504|537 537|540 536|537 528|555 526|545 536|555 500|548 508|533 532|547 526|545 556|507 557|508 516|531 501|535 531|538 555|522 529|555 539|538 506|545 525|558 528|553 540|538 536|535 555|508 521|535 523|538 529|542 545|524 509|537 550|518 520|543 516|532 504|550 548|524 515|531 511|531 551|522 528|560 528|556 532|548 529|548 541|536 520|548 557|509 544|522 559|512 529|554 504|546 506|547 503|545 542|527';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(2019,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].spear.value=25;doc.forms[0].heavy.value=10;end();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement