Fake Script for Fake Limit Worlds?

bobertini

Non-stop Poster
Reaction score
305
Hey,

Can anyone edit this to work on a fake limit world, in my case its 1%.

[SPOIL]
javascript:coords='xxx|yyy; 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=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];$('#place_target').find('input').val(coords[0]+'|'+coords[1]);doc.forms[0].ram.value=0;doc.forms[0].spy.value=0;end();[/SPOIL]
 
Top