使用玩客云 实现PS4 11.0 开机自动破解

给玩客云刷好armbian后,安装pwn破解工具,通电自启,PS4 11.0开机自动破解,破解成功后自动关机

 

#改地区
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
#更换源
bash <(curl -sSL https://linuxmirrors.cn/main.sh)

#更新
apt update
#安装git
apt install git unzip wget -y

#删除旧的
rm -r rm -r WKY-Pwn-main main.zip WKY-Pwn

#下载pwn
wget https://mirror.ghproxy.com/https://github.com/Mintneko/WKY-Pwn/archive/refs/heads/main.zip  && unzip main.zip

#拷贝pwn到自启动
cd WKY-Pwn-main
mkdir /boot/firmware/
cp -r PPPwn /boot/firmware/

#启动安装
cd /boot/firmware/PPPwn
chmod 777 *
bash install_ch.sh

 

armbian固件与PS4 11.0固件下载地址

链接:https://pan.baidu.com/s/1IWKElGRA1PgkiWXew62ehw?pwd=4xam
提取码:4xam

 

视频演示地址:

【PS4 11.0 使用玩客云 实现开机自动破解】 https://www.bilibili.com/video/BV1kb421B7X6/?share_source=copy_web&vd_source=326a428ffe0ed6801097937cbc305694

posted @ 2024-05-16 23:55  cansin  阅读(6459)  评论(0)    收藏  举报