Fake script
javascript: coords='Ramp (566|419) K45Regőce (480|479) K44Rubicon (485|485) K44Shinjuku (509|475) K45Short (567|416) K45Smallville (492|481) K44Sötétvarázsló (488|480) K44sparta002 (450|505) K54'; ejjel=8; /*Éjszakai bónusz vége. 0: ne vegye figyelembe*/ sebesseg=30*60; /*Kos sebessége másodpercbe (vagy perc*60).*/ kuld(); function kuld(){ if (document.forms[0].name!='units') {try{ document.forms[0].building.value="snob"; }catch(e){}document.forms[0].submit.click(); return;} var doc=document; if(window.frames.length>0)doc=window.main.document;url=doc.URL; if(url.indexOf('screen=place')==-1)alert('Ez a script csak a gyülekezőhelyről futtatható!'); coords=coords.match(/([0-9]+)(\|)([0-9]+)/g); round=0;found=0; while(round<300){ index=Math.round(Math.random()*(coords.length-1)); coordsb=coords[index];coordsb=coordsb.split('|'); tit=document.title; x=(tit.substring(tit.indexOf('(')+1,tit.indexOf('|')));dx=(coordsb[0]-x); y=(tit.substring(tit.indexOf('|')+1,tit.indexOf(')')));dy=(coordsb[1]-y); tav=Math.sqrt(dx*dx+dy*dy); now=new Date(); arr=new Date(now.valueOf()+sebesseg*1000*tav); if(arr.getHours()<ejjel){ }else{ round=round+1000;found=1;} round++; } if(found==1){ doc.forms[0].input.value=coordsb[0]+"|"+coordsb[1]; selectAllUnits(false); /*Átírható terület KEZDETE*/ insertUnit(doc.forms[0].spear,0); /*Lándzsás*/ insertUnit(doc.forms[0].sword,0); /*Kardos*/ insertUnit(doc.forms[0].axe,0); /*Bárdos*/ insertUnit(doc.forms[0].archer,0); /*Íjász*/ insertUnit(doc.forms[0].spy,35); /*Kém*/ insertUnit(doc.forms[0].light,0); /*Könnyűlovas*/ insertUnit(doc.forms[0].marcher,0); /*Lovasíjász*/ insertUnit(doc.forms[0].heavy,0); /*Nehézlovas*/ insertUnit(doc.forms[0].ram,0); /*kos*/ insertUnit(doc.forms[0].catapult,5); /*Katapult*/ /*Átírható terület VÉGE*/ doc.forms[0].attack.click(); }else{alert('Minden cél éjjel érkezne')}; } void(0);