A very easy plugin to crack the Pro Authorization of UltiTools.
I made it with UltiTools 5.1.2, it may not work in higher version of UltiTools.
Cause I don't know when the author will fix the code that like shit.
core src:
You just need to add this plugin to the server with UltiTools
DON'T REMOVE UltiTools
That is all, have a nice day
I made it with UltiTools 5.1.2, it may not work in higher version of UltiTools.
Cause I don't know when the author will fix the code that like shit.
core src:
Java:
public void onEnable() {
if (Bukkit.getPluginManager().getPlugin("UltiTools") != null) {
UltiTools.isProVersion = true;
Bukkit.getConsoleSender().sendMessage("§7[§fUltiToolsCracker§7] §dPro Version §fhas been §cCracked!");
} else {
Bukkit.getConsoleSender().sendMessage("§7[§fUltiToolsCracker§7] §cUltiTools was not found!");
}
Bukkit.getPluginManager().disablePlugin(this);
}
You just need to add this plugin to the server with UltiTools
DON'T REMOVE UltiTools
That is all, have a nice day