All Projects → ksky521 → Wechat Jump Game Hack

ksky521 / Wechat Jump Game Hack

微信「跳一跳」游戏作弊器

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Wechat Jump Game Hack

Socialite
Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.
Stars: ✭ 1,026 (+1732.14%)
Mutual labels:  wechat
L Passport
Koa middleware and api sdk for wechat oauth, qq oauth, baidu oauth and weibo oauth
Stars: ✭ 52 (-7.14%)
Mutual labels:  wechat
Hhnavigationcontroller Demo
HHNavigationController demo
Stars: ✭ 55 (-1.79%)
Mutual labels:  wechat
Wescraper
依赖Scrapy和搜狗搜索微信公众号文章
Stars: ✭ 46 (-17.86%)
Mutual labels:  wechat
Android Wechat Tool
a wechat tool for android
Stars: ✭ 51 (-8.93%)
Mutual labels:  wechat
Steamcn Mini Program
SteamCN Forum WeChat Mini Program. SteamCN 蒸汽动力论坛微信小程序
Stars: ✭ 54 (-3.57%)
Mutual labels:  wechat
Macwechatplugin
MacWeChatPlugin
Stars: ✭ 44 (-21.43%)
Mutual labels:  wechat
Wechatbot4xianyu
🤖 微信订阅机器人 | 🐟 微信订阅机器人之闲鱼二手商品监控
Stars: ✭ 56 (+0%)
Mutual labels:  wechat
Wechatbot
A wechat bot implemented in Python.
Stars: ✭ 51 (-8.93%)
Mutual labels:  wechat
Vdonate
💰 为你的网站增加个微信、支付宝二维码,方便读者打赏
Stars: ✭ 55 (-1.79%)
Mutual labels:  wechat
Wego
a wechat sdk for golang
Stars: ✭ 47 (-16.07%)
Mutual labels:  wechat
Wxapp Img Loader
适用于微信小程序的图片预加载组件
Stars: ✭ 1,049 (+1773.21%)
Mutual labels:  wechat
Antmove
小程序转换器,基于支付宝/微信小程序, 轻松地转换成其它平台的小程序。
Stars: ✭ 1,078 (+1825%)
Mutual labels:  wechat
Springboot Project
这是一个用SpringBoot+JPA打造的基于微信服务号平台的点餐系统的后端,前端是一个使用Vue.js构建的运行于微信公众号的WebApp。前后端完全分离,前后端之间通过RESTful风格的接口相连。
Stars: ✭ 1,034 (+1746.43%)
Mutual labels:  wechat
Weui Sass
sass version for weui
Stars: ✭ 55 (-1.79%)
Mutual labels:  wechat
Kotlin Firebase Group Chat
Group and OneonOne chat using firebase built in Kotlin similar to whatsapp.
Stars: ✭ 44 (-21.43%)
Mutual labels:  wechat
Wx jump
[DEPRECATED] 一个规范且适合新手阅读的weixin跳一跳辅助
Stars: ✭ 53 (-5.36%)
Mutual labels:  wechat
Weixin Minigame Tutorial
Flappy Bird adaptation on Wechat Minigame using PhaserJS + English Wechat Minigames Tutorial
Stars: ✭ 56 (+0%)
Mutual labels:  wechat
Suspensionentrance
仿微信新版浮窗入口功能
Stars: ✭ 56 (+0%)
Mutual labels:  wechat
Dragtodismiss Pangesture
仿微信,微博的大图查看和视频播放 拖拽消失的手势动画。手势单独已抽离出来,可用于任何视图。Simulate Wechat's disappeared gesture animation by dragging when the big picture viewing or video playback . Gestures are separated and can be used in any view
Stars: ✭ 55 (-1.79%)
Mutual labels:  wechat

微信小游戏跳一跳作弊器

最近这么火,没有必要不玩一下!

使用

npm i 
npm start
// open localhost:3000/demo 查看识别效果
  1. 安卓手机打开开发者选项usb调试,小米要允许模拟点击事件
  2. 按照上面步骤启动程序
  3. 数据线连上电脑,打开微信「跳一跳」点击开始
  4. 打开 localhost:3000 自动跳转,打开devtools查看日志

进展

  1. 目前完成图片canvas识别位置

识别截图

  1. 自动跳转完成

原理

只支持安卓

  1. 首先通过adb截图拉取到本地
  2. 对本地图片通过Canvas获取当前和跳转位置
  3. 通过计算两点距离,根据720等比例缩放,然后乘以系数2.04即为时间
  4. 通过adb发送长按事件,事件为第三步计算的时间
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].