标签:ant 朋友 实测 import res game toolbar ott 16px
我的手机屏幕分辨率为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.py 第70行修改为:
press_time = math.pow(distance,0.85) * press_coefficient
press_coefficient参数值可调,建议别改,防ban,就算多跳几次也要保证成绩有效。
测试发现 1000+ 会被微信后台当做作弊,只能在本地YY,别人是看不见的,为了防ban,900分以上 Ctrl+C 结束了程序,手动自杀结束了游戏,在朋友的手机上可以看到我已经霸榜了。
标签:ant 朋友 实测 import res game toolbar ott 16px
原文地址:http://blog.51cto.com/chinaleo/2059828