Sniping script

  • Thread starter DeletedUser109389
  • Start date

DeletedUser109389

Guest
Hello,

I was wondering if any of you had a sniping script that works on this world.

Thanks
 

DeletedUser

Guest
Sorry to bump and old topic but I'm having trouble finding a snipe script that works for this world. Any help would be greatly appreciated :)
-Zach
 

DeletedUser

Guest
G'day Mate,

I'm pretty sure this works. I don't use scripts for sniping, though I have this for my co's, I prefer other methods.


Snipe Time:

[spoil]
javascript:
function c()
{
try
{
var a = (window.frames.length > 0) ? window.main.document: document;
var n = 'snipe_script';
var u = 'https://dl.dropboxusercontent.com/u/144647314/twscripts/v8-snipe.js?' + Math.round(Math.random() * 1000000);
if ( ! a.URL.match(/screen\=overview_villages\&mode\=combined/i))
{
window.location.search = 'screen=overview_villages&mode=combined' + '&' + String(a.URL.match(/[\&\?]t\=\d+/i)).replace(/[\?\&]/,'');
return false;
}
if (a.getElementById(n))
{
return false;
}
var b = a.createElement('script');
b.id = n;
b.type = 'text/javascript';
b.src = u;
a.getElementsByTagName('head')[0].appendChild(b);
}
catch (o)
{
alert('Error: ' + String(o.message || o));
}
}
c();
void (0);
[/spoil]



Regards,
Jakey<3
 
Top