微信小程序游戏跳一跳刷分利器 资源分享

不废话,玩这个的前提是你的微信升级到了最新版。

刷了二十几分钟就一千三百多分了。。。

PS:此文需要一定的电脑基础知识的人员,没有基础的请关闭本页,避免不适。

20171230144747.jpg

20171230120142.jpg

相关工具下载:

https://developer.android.com/studio/run/win-usb.html 或者:https://pan.lanzou.com/b135032/ 密码:150x

记得在你你手机的开发者选项里面打开USB调试。具体方法不累述,各个机型自行搜索。下面说一下,如果你在安装了ADB驱动后,在ADB程序的文件夹里面,使用adb命令提示:

'adb' 不是内部或外部命令,也不是可运行的程序或批处理文件。

请自行将adb.exe添加到系统环境变量里面。

如果出现如下错误:

A:\Android\sdk\platform-tools>adb devices
List of devices attached
* daemon not running; starting now at tcp:5037
could not read ok from ADB Server
* failed to start daemon
error: cannot connect to daemon

请使用命令结束掉占用5037端口的程序后,再次运行adb devices 如果你的设备出现了就OK:

A:\Android\sdk\platform-tools>netstat -ano | findstr "5037"
TCP 127.0.0.1:5037 127.0.0.1:53509 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53518 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53519 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53520 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53521 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53522 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53523 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53524 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53525 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53555 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53557 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53558 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53559 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53560 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53561 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53562 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:53563 TIME_WAIT 0
TCP 127.0.0.1:53509 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53518 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53519 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53521 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53523 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53525 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53555 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53556 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53557 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53559 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53561 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53563 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:53706 127.0.0.1:5037 SYN_SENT 8004

A:\Android\sdk\platform-tools>taskkill -f -pid 8004
成功: 已终止 PID 为 8004 的进程。

A:\Android\sdk\platform-tools>adb start-server
* daemon not running; starting now at tcp:5037
* daemon started successfully

A:\Android\sdk\platform-tools>adb devices
List of devices attached
ca0afa99 device

然后使用 adb kill-server 杀死adb进程后,重新启动adb进程:adb start-server

然后打开jumpAI-windows-amd64.exe 输出你的跃点数,主要根据你的屏幕分辨率来设置,具体的请看这里:https://github.com/faceair/youjumpijump 

标签: 分享 微信

admin 发布于  2017-12-30 20:52