WoeOm

Results 16 comments of WoeOm

@supeng1257105495 https://gist.github.com/feix/6dd1f62a54c5efa10f1e1c24f8efc417#file-wx_t1t_hack-js

@KMKNKK 现在微信加了认证 需要对 https://github.com/WoeOm/you_jump_i_jump/blob/master/jump.js#L16 这句修改一下 const {stdout} = await exec(`${ADB_PATH} shell input touchscreen swipe 170 187 170 187 ${timeout}`) 大致这个意思 const r = MATH.random() 170+r 187+r 170+r 187+r 数字加个随机

@KMKNKK 如果开始点 和结束点都是正确,而小人跳的距离不对,可以增加或减少这个系数

晚上有空会加: 防作弊的策略 opencv 智能识别 自动跳~

brew cask install android-platform-tools @lihuangshuaige 安装了吗

@yxl720 @lihuangshuaige 图片显示不出来 应该是命令问题 const {stdout, stderr} = await exec(`${ADB_PATH} exec-out screencap -p > ${SCREENCAP_PATH}/screencap.png`) 这句命令可能在window_nt 环境无法正常运行,能帮修复一下吗~ 暂时没有win10系统

@lihuangshuaige 再试下 现在使用的是 adb shell screencap -p /sdcard/autojump.png

@mustundead @wanglingwei f12看下哪里报错了呢 ,这种说明图片没有从手机里复制出来;权限没有给对吧