forked from geeeeeeeeek/WeChatLuckyMoney
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ZhongyiTong
committed
Nov 27, 2015
1 parent
b2f0c9d
commit e7f9345
Showing
2 changed files
with
48 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,33 @@ | ||
微信抢红包插件 | ||
=================== | ||
# 微信抢红包插件 [English Version](https://github.com/geeeeeeeeek/WeChatLuckyMoney/blob/stable/README_EN.md) | ||
|
||
这个Android插件可以帮助你在微信群聊抢红包时战无不胜。当检测到红包时,插件会自动点击屏幕,和人工点击的速度不可同日而语。 | ||
这个Android插件可以帮助你在微信群聊抢红包时战无不胜。当检测到红包时,插件会自动点击屏幕,人工点击的速度无法比拟。 | ||
|
||
你正在查看的是[**stable分支**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/tree/stable),前往[Release](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/)下载最新可用版本。根据目前的测试,稳定版本抢到红包的概率为100%。 | ||
你正在查看的是[**stable分支**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/tree/stable),前往[**Release**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/)下载最新可用版本。根据目前的测试,稳定版本抢到红包的概率为100%。 | ||
|
||
> **注:** 你还可以切换到[**dev分支**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/tree/dev),查看更多实验性的修改。dev分支在stable分支的基础上尝试了大量修改和优化,能使用但无法保证稳定性。 | ||
下面的文档仅针对**stable分支**。 | ||
|
||
## 最新版本 | ||
|
||
最新版本 | ||
------------- | ||
[**v1.0**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/tag/v1.0) | ||
[**v1.1 (2015.10.28)**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/tag/v1.1) | ||
|
||
1. 从dev分支并入了新版UI和红包节点的hash算法。 | ||
1. 服务运行时防止息屏。 | ||
|
||
2. 增加了红包重复判断,不再不停点击最新的红包,极大优化了性能和体验。 | ||
## 使用方法 | ||
|
||
1. 打开『微信红包』应用,开启插件。 | ||
2. 打开『微信』应用,进入有红包的群。 | ||
3. 坐等红包进账。 | ||
|
||
实现原理 | ||
------------------- | ||
[dev分支文档](https://github.com/geeeeeeeeek/WeChatLuckyMoney/blob/dev/README.md)中包含了详细的介绍。 | ||
## 实现原理 | ||
|
||
[dev分支文档](https://github.com/geeeeeeeeek/WeChatLuckyMoney/blob/dev/README.md)中详细介绍了实现。 | ||
|
||
版权说明 | ||
------------------- | ||
## 版权说明 | ||
|
||
本项目源自小米今年秋季发布会时演示的抢红包测试[源码](https://github.com/XiaoMi/LuckyMoneyTool)。stable分支基于此代码继续开发,dev分支重写了几乎所有的逻辑代码。应用的包名com.miui.hongbao未变。 | ||
|
||
由于插件可能会改变自然的微信交互方式,这份代码仅可用于教学目的,不得更改后用于其他用途。 | ||
|
||
项目使用MIT许可证。在上述前提下,你可以将代码用于任何用途。 | ||
项目使用MIT许可证。在上述前提下,你可以将代码用于任何用途。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# WeChat Red Envelopes [Chinese Version](https://github.com/geeeeeeeeek/WeChatLuckyMoney/blob/stable/README.md) | ||
|
||
This Android app helps you snatch red envelopes in WeChat group chat. When a red envelope is detected, the service automatically clicks on it, faster than any mankind. | ||
|
||
You are now at the [**stable branch**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/tree/stable). Please goto [**Release**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/) to download available apk. According to our test, the stable version is capable of snatching every single red envelope. | ||
|
||
> **Note:** You can also switch to the [**dev branch**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/tree/dev) to find out more experimental improvements. However, the stability might not be as good as the stable one. | ||
The following doc is targeted at **stable branch**. | ||
|
||
|
||
|
||
## Newest Version | ||
|
||
[**v1.1 (2015.10.28)**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/tag/v1.1) | ||
|
||
1. Keep screen on when service is running. | ||
|
||
## Usage | ||
|
||
1. Open "WeChat LuckyMoney" app, and turn on the service. | ||
2. Open "WeChat" app, and enter a group chat that has incoming red envelopes. | ||
3. Sit tight and wait for money coming to your pocket. | ||
|
||
## Implementation | ||
|
||
[The document at dev branch](https://github.com/geeeeeeeeek/WeChatLuckyMoney/blob/dev/README.md) covers every single detail of the implementation. However, it's in Chinese and I'm not gonna do the translation. | ||
|
||
## License | ||
|
||
The project was heavily inspired by an [app](https://github.com/XiaoMi/LuckyMoneyTool) demonstrated on XiaoMi's news conference for its phone product this autumn. The stable branch is developed after this, while the dev branch rewrites nearly all the code. The package name remains unchanged as `com.miui.hongbao`. | ||
|
||
**Note that:** This app might alter the natural way of interactions with WeChat. Thus the code is restricted to educational use only. You are *not* allowed to use it for other purposes. |