個人手機屏幕分辨率爲1920x1080,因此修改 /config/1920x1080/config.jsonpython
{
"under_game_score_y": 300,
"press_coefficient": 3.80,
"piece_base_height_1_2": 25,
"piece_body_width": 80,
"swipe": {
"x1": 540,
"y1": 1514,
"x2": 540,
"y2": 1514
}
}json
wechat_jump_auto.py 第70行修改成:
微信
press_time = math.pow(distance,0.85) * press_coefficient
press_coefficient參數值可調,建議別改,防ban,就算多跳幾回也要保證成績有效。
app
測試發現 1000+ 會被微信後臺當作做弊,只能在本地YY,別人是看不見的,爲了防ban,900分以上 Ctrl+C 結束了程序,手動自殺結束了遊戲,在朋友的手機上能夠看到我已經霸榜了。ide