zhuweiyou
zhuweiyou
微信小程序和网页不一样,并不是每次进去都会刷新页面。 所以使用辅助脚本刷分后,需要**完全退出游戏进程**,重新进入游戏,才能看到效果。 如果仍然看不到效果,可能是脚本失效了,或者分数被官方清零封号了。
假设你已经阅读 [如何抓取微信小程序 HTTPS 请求](https://github.com/zhuweiyou/weixin-game-helper/issues/6) 先打开抓包工具,**完全退出游戏进程**,重新进入小游戏 一般来说第一个 API 请求,或者 URL 上带有 login 之类字符串,就是登录请求了 如果没有就挨个看看 Request 和 Response 内容,就能找到。如图:  每个小游戏网络请求不太一样,自己多看看就能找到了
## mac 推荐使用 Charles - 菜单 -> Proxy -> SSL Proxying Settings... -> 勾选Enable SSL Proxying -> 点击Add -> 填入 * 抓所有域名  - 菜单 -> Help -> SSL Proxying...
先根据具体辅助目录下的文档说明,执行相关命令生成 RootCA 将生成的证书安装到手机上,有困难参考[AnyProxy 文档](http://anyproxy.io/cn/#%E8%AF%81%E4%B9%A6%E9%85%8D%E7%BD%AE) 最后在手机上设置代理 IP(电脑的局域网 IP) 和 端口(默认 8001)
https://github.com/InterviewMap/CS-Interview-Knowledge-Map/blob/master/JS/JS-en.md#mapflatmap-and-reduce ```js [1, [2], 3].flatMap((v) => v + 1) // -> [2, 3, 4] ``` 上面这个,运行结果是不正确的,而且没有表达 flatMap 的作用 应该是类似这样 ```js const arr = [1, 2, 3, 4] arr.map(x => [x...
 偶然出现的,那句话是我打的字。macOS chrome 环境。 > 我不确定是否应该在这里提?目前 cnodejs.org 跑的是 cnodejs/nodeclub 还是 cnodejs/egg-cnode ?
Completor requires vim compiled with python or python3 and has features `job`, `timers` and `lambda`
How to fixed it ?
Because `process.exit(1)` has exited the process, `break` is redundant. If you use eslint, the error is as follows. 
### Clear and concise description of the problem The content wrapped by before JS loading is completed is empty. In order to improve the user experience, can i add a...
