ios版微信小程式跳一跳輔助

2022-09-21 22:51:14 字數 1132 閱讀 7394

注意:ios的測試環境只能在mac電腦上,windows上不能測試(黑蘋果除外),因為需要安裝xcode,而xcode沒有windows版本

本次是針對部分程式設計師所寫不適用於新手 !!!   測試環境是python3 + mac +蘋果7(ios11.1.2作業系統)

安卓版本請移動:安卓版本跳一跳輔助

ios直接改分版本戳這裡 飛機票

在安裝蟒蛇的前提下,執行如下幾步

1、先去github上**webdriveragent這個專案,如果本地有git可以通過指令

git clone

2、進入webdriveragent夾數檔案 執行如下指令

./scripts/bootstrap.sh

3:開啟xcode,配置相應的簽名資訊如圖所示,(前提是需要去蘋果開放平台註冊開發者賬號99美元,個人版本的簽名我還沒摸索到)

4、在mac終端執行如下指令編譯執行該專案(注意webdriveragent.xcodeproj的路徑問題 )

xcodebuild -project webdriveragent.xcodeproj -scheme webdriveragentrunner -destination「id = $(idevice_id -l)」test

5、此時就會在手機上安裝當前應用,並開啟乙個服www.cppcns.com務類似於如下

2018-01-03 15:46:37.486914 + 0800 webdriveragentrunner-runner [4222:1622132]建於 2023年1月3日15:38:34

2018-01-03 15:46:37.536376 + 0800 webdriveragentrunner-runner [4222:1622132] serverurlhere->

6、command + n開啟乙個新的終端輸入指令讓其對映到電腦上:iproxy 8100 8100

當在電腦上輸入有如下資訊證明成功

作者的開源庫  

wechat_jump_auto_ios.py檔案在這裡

7:開啟微信跳一跳,執行作者的.py檔案python3 wechat_jump_auto_ios.py

本文標題: ios版微信小程式跳一跳輔助

本文位址: /ruanjian/ios/217065.html

微信跳一跳輔助

background pos distance to time ratio 1.35 screenshot path tempfile.gettempdir screenshot.png def calculate jump distance im image.open screenshot pat...

微信小程式跳一跳輔助程式指北

adb start server可能出現的錯誤1 c users admin adb devices list of devices attached 重啟動adb kill掉adb adb kill server 再次啟動adb即可。running starting now at tcp 5037...

微信跳一跳python 微信跳一跳Python

1 安裝python,我用的是python2.7 5.安裝pillow,放在scripts資料夾中,通過 pip install pillow安裝 6.安裝adb工具包,可以直接放在專案 的資料夾裡面,或者放在c盤目錄不過要配置一下環境變數,我這裡是直接放在專案 資料夾中。內建了cmd 命令 7.把...