barb shaper

DeletedUser

Guest
My old ones do not work since many updates have gone through. Any one have a version that works? The ones i've used were legal 4 click scripts. From report, fill troops, attack, confirm attack. It seems most scriptwriters have gone by the wayside. Anyone willing to take a stab at this?

Ones that i've seen were usually hosted by stotty, gramps, taktimer & various dropboxes.

examples:

javascript:Timing.pause();sp=50;sw=25;ax=25;ar=25; sc=1;lc=3;ma=5;hc=5;archerworld=1;
var custom_order = true;var arrCustomOrder =["Wall", "Farm", "Headquarters", "Smithy", "Rally point", "Barracks", "Stable", "Workshop",
"Market", "Academy", "Statue"];

function e()
{var n='barb_pruner',s='https://dl.dropboxusercontent.com/u/13191442/SirGramps/cat_cascade_with_troops_FA.js?' + Math.round(Math.random() *
143567), a = (window.frames.length > 0) ? window.main: window;
function c(m)
{a.document.body.appendChild(a.document.createText Node(m));
a.document.body.appendChild(a.document.createEleme nt('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, 250);
return;
}
if (typeof (a.run) == 'undefined')
{c("Loading script...");
setTimeout(e, 200);
return;
}
c("Loaded");
a.run(true,(['spy',0]),1);
}
e();


Javascript: $.getScript("http://dl.dropbox.com/u/24469843/Tribalwars/Scripts/farm_shaper.js",function(){run(false, [['spy', 1], ['axe', 50], ['light', 100]], false);});void(0);

javascript: var custom_order = true;
var arrCustomOrder = ["Wall", "Farm", "Village Headquarters", "Smithy", "Rally point", "Barracks", "Stable", "Workshop", "Market", "Academy", "Statue"];


function e() {
var n = 'farm_shaper',
s = 'http://taktimer.net/scripts/shaperFix.js?' + Math.round(Math.random() * 143567),
a = (window.frames.length > 0) ? 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, 250);
return;
}
if (typeof (a.run) == 'undefined') {
c("Loading script...");
setTimeout(e, 200);
return;
}
c("Loaded");
a.run(false, [
['spy', 1],
['axe', 100],
['sword', 200],
['ram', 25]
], 1);
}
e();;
 
Top