Giter VIP home page Giter VIP logo

zhuweiyou / weixin-game-helper Goto Github PK

View Code? Open in Web Editor NEW
1.4K 76.0 381.0 7.07 MB

微信小游戏辅助合集(加减大师、包你懂我、大家来找茬腾讯版、头脑王者、好友画我、悦动音符、我最在行、星途WeGoing、猜画小歌、知乎答题王、腾讯**象棋、跳一跳、题多多黄金版)

License: GNU General Public License v3.0

JavaScript 97.32% Python 2.68%
weixin game helper robot crawl nodejs mongodb anyproxy charles fiddler

weixin-game-helper's Introduction

               _      _                                        _          _
 __      _____(_)_  _(_)_ __      __ _  __ _ _ __ ___   ___   | |__   ___| |_ __   ___ _ __
 \ \ /\ / / _ \ \ \/ / | '_ \    / _` |/ _` | '_ ` _ \ / _ \  | '_ \ / _ \ | '_ \ / _ \ '__|
  \ V  V /  __/ |>  <| | | | |  | (_| | (_| | | | | | |  __/  | | | |  __/ | |_) |  __/ |
   \_/\_/ \___|_/_/\_\_|_| |_|   \__, |\__,_|_| |_| |_|\___|  |_| |_|\___|_| .__/ \___|_|
                                 |___/                                     |_|

GPL-3.0 Sync Gitee Build Status

微信小游戏辅助合集

仅供学习交流之用,请勿用于非法用途,否则产生的一切后果自行承担

教程

weixin-game-helper's People

Contributors

huangdenghe avatar killuaaachen avatar voldikss avatar xiaohuanshu avatar zhuweiyou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

weixin-game-helper's Issues

小白提问:npm run ca报错

F:\weixin-master\包你懂我>npm run ca

@ ca F:\weixin-master\包你懂我
anyproxy-ca

internal/modules/cjs/loader.js:573
throw err;
^

Error: Cannot find module 'inquirer'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:571:15)
at Function.Module._load (internal/modules/cjs/loader.js:497:25)
at Module.require (internal/modules/cjs/loader.js:626:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object. (F:\weixin-master\包你懂我\node_modules\anyproxy\bin\anyproxy-ca:15:18)
at Module._compile (internal/modules/cjs/loader.js:678:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:689:10)
at Module.load (internal/modules/cjs/loader.js:589:32)
at tryModuleLoad (internal/modules/cjs/loader.js:528:12)
at Function.Module._load (internal/modules/cjs/loader.js:520:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ ca: anyproxy-ca
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ ca script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! F:\nodejs\node_cache_logs\2018-05-04T19_01_50_158Z-debug.log

头脑王者助手使用中的一些经验

首先感谢作者的app,由于对nodejs和mongodb不了解,使用中出现一些问题,总结一些经验给后来的朋友。
1、要求版本是node9.x,win系统下面最新版本是v8.9.4,也可以成功。
2、数据库连接错误的时候,是没有提示的,使用npm run robot如果没有提示“连接数据库成功”这行字,就说明数据库有问题。
3、json文件是需要导入数据库的,我开始天真的以为放在文件夹下面才行 ,汗。
4、在我的电脑上mongodb直接导入json文件会报错,说没有[符号,后来在json文件的开始和结尾加上了[]把 json框起来才行变成array形式的json才能导入。

加入请求

我自己也做过一个 微信小程序-加件大师 的游戏辅助,虽然实现原理简单但是可以成功。

我自己刚也准备建了一个 organization,想专门收集 微信小程序的辅助,搜了一下发现已经有这个了。

可以加入此组织吗?(个人比较喜欢加 organization :neckbeard:

wss error

wss:// is not supported when intercepting https. This request will be closed by AnyProxy. You may either exclude this domain in your rule file, or stop all https intercepting. (notifyquestion-tj.hortor.net)

头脑王者

说实话现在ocr识别遍地都是,作者这个很有想法,

基本都是ocr识别后,调用百度或者搜狗搜索,给出答案,但是正确率不稳定。所以想到了本地题库,ocr之后从本地题库搜索,显示正确答案,本地题库可导入,给了统一的导入格式就好,本地题库没有的再调用百度搜索,但是基本搜不到,感觉作者已经做了这方面,不知道是否有兴趣做一个适配各个平台的,即不用接口,通过设定识别区域,让辅助悬浮,每次点击来识别,然后加入题库功能。我愿意出资支持

关于知乎答题王,有没有适合新手的教程?

非常感谢你所开发的程序带给我们的便利,但是由于我是个小白对于这些东西不是很懂。所以看到大佬你写的步骤实在看不明白。而且安装所需的软件后也不知道如何打开。比如mangodb这个数据库我真的无从下手不知道如何开启!

所以希望大佬你能梳理出一套新手能看懂的操作步骤,好等我这种小白也能看得懂。谢谢

我最在行辅助答题运行出错

在 macOS 10.13 ,ubuntu 16.04 下运行 npm run robot 均出现以下错误,nodejs 版本满足要求,依赖完整,在windows下 没有问题


src/match/index.js:11
module.exports = async player => {
                       ^^^^^^
SyntaxError: Unexpected identifier
    at createScript (vm.js:56:10)
    at Object.runInThisContext (vm.js:97:10)
    at Module._compile (module.js:542:28)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/myth/Develop/opensource/demo/wo/src/robot.js:1:77)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ robot: `node src/robot.js`
npm ERR! Exit status 1

如何抓取微信小程序 HTTPS 请求

mac

推荐使用 Charles

  • 菜单 -> Proxy -> SSL Proxying Settings... -> 勾选Enable SSL Proxying -> 点击Add -> 填入 * 抓所有域名

image

  • 菜单 -> Help -> SSL Proxying

image

image

确保手机和电脑处于同一个局域网下,并在手机上设置代理 IP 和 端口(你电脑的局域网 IP 和抓包工具设置的端口,通常为 8080 或者 8888 也可以自己设置)

手机访问 chls.pro/ssl 地址,下载和安装抓包工具的 CA 证书。

部分 iOS 系统需要在:设置 -> 通用 -> 关于本机 -> 证书信任设置 -> 启用完全信任Charles证书

win

推荐使用 Fiddler

  • 菜单 -> Tools -> Fiddler Options... -> Decrypt HTTPS traffic

  • 点击右上角的Actions => 点击Export Root Certificate to Desktop

  • 导入证书并安装

手机连接到电脑上,从电脑上打开手机的内存卡,直接把证书导入SD卡中。点击设置 -> 安全 -> 从 SD 卡安装 -> 从内部存储空间中找到证书,点击安装即可(不能直接点击安装,会出现无法安装证书,因为无法读取证书文件。)

暂时没有 win 的图,有的欢迎截图补充,大概的操作方式都一样

刷分之后手机上没有看到效果

微信小程序和网页不一样,并不是每次进去都会刷新页面。

所以使用辅助脚本刷分后,需要完全退出游戏进程,重新进入游戏,才能看到效果。

如果仍然看不到效果,可能是脚本失效了,或者分数被官方清零封号了。

程序中提示“没有体力”,获取 accesst_token 时返回数据异常 ,详情

但是事实是我确实还有>5的体力,刚出现这个问题的时候,我怀疑是 access_token 过期 了,所以重新去

{"stackTrace": [["/var/task/json_web_token.py", 122, "create_jwt_token", "is_validated, account = validate_user(username, password, code)"], ["/var/task/json_web_token.py", 113, "validate_user", "raise Unauthorized('account_abnormal')"]], "errorType": "Unauthorized", "errorMessage": "account_abnormal"}

是不是账号被封了?

关于知乎答题王簽證

目前用token與uid intoroom時,
一直回傳 "您的登陆信息已过期,请重新登陆"

有人有解答嗎?

如何安装 AnyProxy 证书

先根据具体辅助目录下的文档说明,执行相关命令生成 RootCA

将生成的证书安装到手机上,有困难参考AnyProxy 文档

最后在手机上设置代理 IP(电脑的局域网 IP) 和 端口(默认 8001)

项目贡献-微信游戏提供

这个项目不错,作者很有想法,欢迎大家一起努力做大,题库是个好家伙,我来提供一下我这里的APP名称。持续关注此项目,虽然有可能有程序比较狡猾,使用了socket技术,但本项目的截包思维不失为一个好方法。
微信小程序:
1.可好友对战抓题类:
1.答题闯关比赛
2.王者大冲顶
3.百万英雄对战
4.全民答题王
5.答题王
6.欢乐答题
2.单纯答题类
1.冲顶冠军
2.挑战荣耀
3.脑力冲顶
4.全民竞答
3.送娃娃类游戏
1.加减王者
2.挑战答题王
3.答题送娃娃(分享群,增加次数)
4.极速挑战答题

我最在行 题目能按照分类来吗?另外题目也不全

我没有用程序,仅仅是看题库的。
我最在行里面的题目,没有进行分类啊。

另外,题库更新,目前(2018-02-12)来看是三天之前的。
我搜索了一下,郁郁累累的出处。没有发现这个题目,所以,题库还是不全啊。

〖出处〗《乐府诗集·杂曲歌辞二·悲歌》:“思念故乡,郁郁累累

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.