WeChatPlugin-iOS

Wechat Little Assistant -iOS version v1.0.0

For MAC OS, please click →_→WeChatPlugin-MacOS


function

  • Modify the number of wechat movement steps
  • Message anti-recall
  • Automatically approve friend requests
  • A greeting is sent after the request is automatically approved
  • Automatic message reply
  • Set group bulletin in a unified manner
  • Sensitive words automatically kick people
  • Welcome to the group
  • Group messages are automatically replied

The unified Settings of group announcement, automatic kicking of sensitive words, and welcome words in the group are only effective for groups created by themselves


screenshots

Setting interface:


The installation

For details about installation methods, seeIOS reverse – wechat helloWorld

0. Prepare

  • Ios-app-signer (re-signature)
  • Xcode or PP Assistant (install IPA)
  • IOS certificates (Xcode can be used to generate temporary development certificates, but only for 7 days)
  • Ipa file (you can directly download the following Baidu Cloud APP file. If you re-inject the dynamic library, please download the jailbroken version of wechat from PP Assistant)
  • Theos (write tweak tool, don’t need it unless you modify source code)

1. Generate a temporary certificate (If a certificate exists, skip this step)

Create an iOS Project using Xcode, select the developer of box 1, and run it on a real machine (Import the certificate to iPhone).

2. Generate the injected APP file

  • It can be downloaded directly from Baidu Cloud, link: pan.baidu.com/s/1pLsP3K3, password: yv4n

  • To modify the source code and generate a new dylib, Make can be performed after the modification, and then copy the generated dylib (path for. / theos/obj/debug/robot dylib), the final execution. / Others/autoInsertDylib. Sh ipa file path dylib file path The dylib-injected app file is available.

Use 3.iOS App Signer.appRe-sign

  • Input FileSelect the app file above.
  • Signing CertificateSelect the developer account in step 1 (box 3)
  • Provisioning ProfileChoose one of the first stepsbundle id(2) the box

Click Start to get the re-signed IPA file.

4. Use Xcode to install ipA

Open xcode-window-Devices, drag the re-signed IPA file into the box, or click + Add IPA to complete.


Rely on


disclaimer

This project is designed to learn a bit of iOS reverse practice and should not be used for commercial or personal purposes. In case of improper use, the individual shall bear the responsibility.