اینو داشته باش فعلآ:
طرف 100 کا امتیاز داره.
روستاهاش رو مشخص کردم.
اینم کد:
javascript:coords='341|872 374|864 344|868 376|862 336|864 375|863 322|876 373|866 327|861 371|859 346|867 367|891 368|891';var doc=document;if(window.frames.length>0)doc=window.main.document;url=document.URL;if(url.indexOf('screen=place')==-1)alert('This script needs to be run from the rally point');coords=coords.split(" ");index=Math.round(Math.random()*(coords.length-1));coords=coords[index];coords=coords.split("|");doc.forms[0].x.value=coords[0];doc.forms[0].y.value=coords[1];insertUnit(doc.forms[0].ram,1);insertUnit(document.forms[0].spy, 0);end();