1. 程式人生 > >微信“跳一跳”輔助,小米5配置分享-實測900+

微信“跳一跳”輔助,小米5配置分享-實測900+

ctr pow pie 後臺 hit python wechat pre round

我的手機屏幕分辨率為1920x1080,所以修改 /config/1920x1080/config.json

{
"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
}
}

wechat_jump_auto.py70行修改為:

press_time = math.pow(distance,0.85) * press_coefficient


press_coefficient參數值可調,建議別改,防ban,就算多跳幾次也要保證成績有效。


測試發現 1000+ 會被微信後臺當做作弊,只能在本地YY,別人是看不見的,為了防ban,900分以上 Ctrl+C 結束了程序,手動自殺結束了遊戲,在朋友的手機上可以看到我已經霸榜了。


微信“跳一跳”輔助,小米5配置分享-實測900+