全自动玩微信跳一跳 wechat_autojump_game

码农软件 · 软件分类 · 微信/微信小程序 · 2019-03-13 11:41:46

软件介绍

全自动玩微信跳一跳

Golang实现的自动玩微信跳一跳

准备条件

  • 需要安装adb驱动, 这里有一篇国外作者的教程

  • 手机连接电脑后,进入设置-开发者选项-打开usb调试

准备就绪后,在终端输入adb devices, 如果可以看到对应设备,表示adb驱动已经安装配置完毕

如何安装使用

  • 安装方法一:

一键下载安装,无需搭建环境,傻瓜化使用方法 请在release 页面下载对应操作系统的二进制压缩包,解压后,执行jump文件即可

 $  ./jump
  • 安装方法二:

手动安装,开发调试

 $ go get -u github.com/sundy-li/wechat_autojump_game
 $ cd $GOPATH/src/github.com/sundy-li/wechat_autojump_game/cmd
 $ go run main.go

原理

  • 利用adb shell截图游戏屏幕

  • 读取截屏图片,获取当前位置,下一跳位置,计算跳动距离和触屏事件

  • 利用adb shell发送input swipe事件来跳跃

本文地址:https://codercto.com/soft/d/1249.html

Pro HTML5 Programming

Pro HTML5 Programming

Peter Lubbers、Brian Albers、Frank Salim / Apress / 2010-9-1 / USD 49.99

HTML5 is here, and with it, web applications take on a power, ease, scalability, and responsiveness like never before. In this book, developers will learn how to use the latest cutting-edge HTML5 web ......一起来看看 《Pro HTML5 Programming》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具