Working barb shaper script

DeletedUser

Guest
Hi, since the update my old barb shaper script no longer works. What used to happen was any village I farmed and scouted I could go into the report, click the script then click it again and it would automatically calculate how many cats to destroy the building levels (starting with rax and working it's way down) so does anyone have any thing similar or perhaps the same script but working perfectly fine now.

The old script for those who are interested.

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);
 

DeletedUser

Guest
@carrot1009 use the one hosted on taktimer as stotty removed all his scripts a few weeks back

@sakit gigi TWProfarmer sent me a pm saying his script had been banned Im hoping hes working to amend it to a state where in can be re-approved
 

DeletedUser98260

Guest
*bump*

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:

[SPOIL]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();

[/SPOIL]


[SPOIL]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);[/SPOIL]

[SPOIL]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();;[/SPOIL]
 

Justifi3d

Guest
Code:
javascript: var custom_order = true;var arrCustomOrder =["Wall", "Barracks", "Headquarters", "Farm", "Smithy", "Stable", "Workshop", 
  "Market", "Academy"];


function e()
   {var n = 'barb_pruner', s = 'http://dl.dropbox.com/s/b5x2gu6l7wsdnrc/shapeFix.js?dl=0', 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', 4],['axe', 0],['axe', 50]), 1);
   }
e();
 

DeletedUser98260

Guest
@ Justif3d, thanks so much. This was very hard to find. This version you still have to hit attack button, but it works. You are da man!
 

DeletedUser122790

Guest
I am very interested in a barb/farm shaper. Any updated legal ones working?
 

Shinko to Kuma

Still Going Strong
Reaction score
776
Actually nvm. Just got a reply to said support ticket letting me know even tho it's perfectly legal, they won't approve it cause, quote: "We have decided not to approve this script as it might have too much of an impact on the game, even though it follows the script rules. It would be too easy to automate (by third parties), which is a risk we will not take."

On that note I'm done writing scripts for this game lol. 2 months of my life gone.
 
Top