KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
LuckyMoney
★ 8
Open GitHub ↗
红包助手
Download README (.md)
Explore Similar Repositories
Thaumic-JEI
:
No description available.
discord-vk-bot
:
Bot for connect discord and vk
TAlMech
:
A framework that contains Task Allocation Mechanisms (TAlMech) that helps to develop multirobot task allocation (MRTA) architectures.
SaveQRCodeDemo
:
Android实现支付宝个人收钱页面二维码图片保存功能
GazeboUwbSimulator
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
LuckyMoney
?
Download (.md)
# LuckyMoney ### 红包助手 这是一个能够自动抢微信红包的助手,使用的是AccessibilityService服务。判断红包的方式使用了两种,一个是根据view布局获取到对应的resource-id 来获取对应的AccessibilityNodeInfo对象。这种比较方便简洁,但是每个版本的id都会变。所以需要一直更改。一种是直接通过文本来获取AccessibilityNodeInfo对象。这种只要文本不改变,可以一直使用。目前匹配的id 是v6.6.1的版本 目前已经测试过小米、华为、魅族手机上都能够抢。至于更多的手机和系统的版本无法测试到,可能会存在问题。 <img src="screenshots/S80204-024638.jpg" width="50%" align=center> ### 功能 1.能够延时打开红包 <img src="screenshots/S80204-024648.jpg" width="50%" align=center> 2.能够匹配红包的上面文字,而过滤掉红包 <img src="screenshots/S80204-024655.jpg" width="50%" align=center>