android-hacker/wechatluckymoney — explained in plain English
Analysis updated 2026-07-16 · repo last pushed 2018-02-12
Automatically claim red envelope money gifts in WeChat group chats before anyone else can tap them.
Automatically accept WeChat money transfers so they don't expire while you're busy or away from your phone.
Skip red envelopes from specific people or group chats by adding their WeChat IDs to a blacklist.
| android-hacker/wechatluckymoney | ashishps1/clustering-ssh-attacks | lorypage/open-a | |
|---|---|---|---|
| Stars | 10 | 11 | 11 |
| Language | Java | Java | Java |
| Last pushed | 2018-02-12 | 2016-07-04 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a rooted Android device with the Xposed Framework installed, and compatibility depends on your specific WeChat version.
WechatLuckyMoney is a plug-in that automatically grabs red envelope (money gift) packets in the Chinese messaging app WeChat. In WeChat culture, people send digital red envelopes in group chats, and whoever taps first claims the money. This tool makes your phone intercept and open them almost instantly, faster than any human could react. The plug-in runs on something called the Xposed framework, which is a tool for Android that lets add-ons modify how other apps behave under the hood. Rather than interacting with WeChat's normal interface, it taps into the app's internal workings to detect when a red envelope appears and claims it right away. There is a whitelist feature for avoiding certain chats. Since avoiding specific conversations broke every time WeChat updated, the creator flipped the approach: you look up a person's or group's WeChat ID on their info page, copy it, and paste it into a list of IDs to skip. The plug-in will ignore red envelopes from anyone on that list. It also includes an automatic transfer-accepting feature. The developer added this after hearing from a delivery worker whose customers often paid by WeChat transfer, but who was too busy to accept the payments manually before they expired. The same automation now handles those transfers. The creator notes that the speed is aggressive enough to annoy other people in group chats, so they suggest using it carefully. The README does not go into detail about setup steps or which WeChat versions are supported beyond the note about ongoing adaptation.
An Android plug-in that automatically grabs WeChat red envelope money gifts and accepts transfers faster than any human could react. It uses the Xposed framework to intercept and claim payments inside WeChat instantly.
Mainly Java. The stack also includes Java, Xposed Framework, Android.
Dormant — no commits in 2+ years (last push 2018-02-12).
The README does not include license information, so usage rights are unknown.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.