Question Sequential fake script banned ?

DeletedUser106972

Guest
Is this script banned or what ? It doesn't work anymore and I have deleted my cookies and my cache. Everything. What's wrong ?

Code:
javascript:sp=0;sw=0;ax=0;scout=0;lc=0;hv=0;cat=0;ra=0;coords='insert coordonates';var%20doc=document;if(window.frames.length>0)doc=window.main.document;url=document.URL;if(url.indexOf('screen=place')==-1)alert('This%20script%20needs%20to%20be%20run%20from%20the%20rally%20point');coords=coords.split("%20");index=0;farmcookie=document.cookie.match('(^|;) ?farm=([^;]*)(;|$)');if(farmcookie!=null)index=parseInt(farmcookie[2]);if(index>=coords.length)alert('last village');if(index>=coords.length)index=0;coords=coords[index];coords=coords.split("|");index=index+1;cookie_date=new%20Date(2020,11,11);document.cookie ="farm="+index+";expires="+cookie_date.toGMTString ();doc.forms[0].x.value=coords[0];doc.forms[0].y.value=coords[1];insertUnit(doc.forms[0].spear,sp);insertUnit(doc.forms[0].sword,sw);insertUnit(doc.forms[0].axe,ax);insertUnit(doc.forms[0].spy,scout);insertUnit(doc.forms[0].light,lc);insertUnit(doc.forms[0].heavy,hv);insertUnit(doc.forms[0].ram,ra);insertUnit(doc.forms[0].catapult,cat);end();
 

DeletedUser

Guest
try this :
Code:
javascript:var includeName=true; var includeBB=false;function e(){var n='op_gen',s='http://www.fluffy88.com/TW/op_gen.js';var a=(window.frames.length>1)?window.main:window;function c(m){a.document.body.appendChild(a.document.createTextNode(m));a.document.body.appendChild(a.document.createElement('br'));}if(a.document.getElementById(n)==null){c("Creating script entry in doc head...");var A=a.document.createElement('script');A.id=n;A.type='text/javascript';A.src=s;a.document.getElementsByTagName("head")[0].appendChild(A);setTimeout(e,500);return;}if(typeof(a.document.getElementById(n))=='undefined'){c("Loading script...");setTimeout(e,200);return 0;}c("Loaded");a.generateOp(includeName,includeBB);}e();
 
Top