WeChatRedEnvelop
WeChatRedEnvelop copied to clipboard
闪退的可以试试我这个方法一步一步来我就成功了!
#THEOS
sudo git clone --recursive https://github.com/theos/theos.git /opt/theos
sudo chown $(id -u):$(id -g) /opt/theos
cd ~/
touch ~/.bash_profile
open ~/.bash_profile > export THEOS="/opt/theos"
source ~/.bash_profile
#ldid
cd ~/Desktop/WX
sudo cp ldid /opt/theos/bin
sudo chmod 777 /opt/theos/bin/ldid
#dpkg-deb
cd ~/Desktop/WX
sudo cp dpkg-deb /opt/theos/bin
sudo chmod 777 /opt/theos/bin/dpkg-deb
#libsubstrate.dylib
cd ~/Desktop/WX
sudo cp libsubstrate.dylib /opt/theos/lib
sudo chmod 777 /opt/theos/lib/libsubstrate.dylib
#DYLIB
make
cp .theos/obj/debug/WeChatRedEnvelop.dylib ~/Desktop/WX
#OTOOL
install_name_tool -change /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate @loader_path/libsubstrate.dylib ~/Desktop/WX/WeChatRedEnvelop.dylib
otool -L ~/Desktop/WX/WeChatRedEnvelop.dylib
#ZIP
cd ~/Desktop/WX
unzip WX.IPA -d WECHAT
cp libsubstrate.dylib WeChatRedEnvelop.dylib ~/Desktop/WX/WECHAT/Payload/WeChat.app
#OPTOOL
git clone --recursive https://github.com/alexzielenski/optool.git
cd optool
xcodebuild -project optool.xcodeproj -configuration Release ARCHS="x86_64" build
/Users/PC/optool/build/Release/optool install -c load -p "@executable_path/WeChatRedEnvelop.dylib" -t ~/Desktop/WX/WECHAT/Payload/WeChat.app/WeChat
微信版本6.5.12.56测试了没效果了。开启了也不自动抢啊
@w1nds 亲测可行,你确定没有操作错吗
现在开会提示被封号嘛 最新版的话