put this into ur default.d2j file locate in the scripts folder of ur d2jsp
change all code for this:
------------------------------------------------------------------------
function main() {
switch(me.name) {
case "pwnbot":
load("pwndefault.d2j");
break;
case "Gamezorc":
load("bots/MarsPindleMephScript.d2j");
break;
case "countess":
load("bots/nookiecb.d2j");
break;
case "bloody":
load("bots/MarsBrandMeph.d2j");
break;
case "SorcA":
load("bots/YourMephiScript");
break;
case "SorcB":
load("bots/YourPindleScript.d2j");
break;
}
}
------------------------------------------------------------------------------