gitwtfhub

wtf is xposedwechathelper?

android-hacker/xposedwechathelper — explained in plain English

Analysis updated 2026-07-18 · repo last pushed 2018-03-13

7JavaAudience · developerComplexity · 3/5DormantLicenseSetup · hard

TL;DR

An Android module for rooted phones that adds tweaks to older versions of WeChat, like preventing message recalls, faking location, and inflating step counts. Requires the Xposed framework and only works with WeChat 6.6.0, 6.6.5.

Mindmap

mindmap
  root((repo))
    What it does
      Prevent message recalls
      Fake location
      Change step count
      Cheat mini games
    Tech stack
      Java
      Android
      Xposed framework
    Use cases
      See recalled messages
      Fake fitness steps
      Fake wallet balance
    Audience
      Android tinkerers
      WeChat users
    Risks
      Requires root
      May get account banned
      Outdated WeChat versions

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Prevent contacts from recalling messages so you can still read what they sent.

REASON 2

Fake your GPS location within WeChat to appear somewhere else.

REASON 3

Inflate your daily step count for WeChat fitness tracking.

REASON 4

Cheat at WeChat's built-in dice and rock-paper-scissors mini games.

What's in the stack?

JavaAndroidXposed

How it stacks up

android-hacker/xposedwechathelperfiberjw/chat.coolkdn251/uva-1
Stars777
LanguageJavaJavaJava
Last pushed2018-03-132017-04-172016-12-24
MaintenanceDormantDormantDormant
Setup difficultyhardmoderateeasy
Complexity3/53/51/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · hard Time to first run · 1h+

Requires a rooted Android device with the Xposed framework installed and a specific old version of WeChat (6.6.0, 6.6.5).

No license information is provided, so default copyright applies and the code cannot be freely reused without permission from the author.

Wtf does this do

XposedWechatHelper is a module that adds extra features to WeChat, the popular Chinese messaging app. It lets you do things like prevent people from recalling (unsending) messages they sent to you, fake your location, change your daily step count, cheat at the in-app rock-paper-scissors and dice games, and even modify what your wallet balance appears to be. It works by plugging into something called Xposed, which is a framework for Android phones that lets modules like this one tap into other apps and change how they behave. Once you have Xposed set up on a rooted Android device, you install this module and it hooks into WeChat to tweak these specific features. The project targets older versions of WeChat, specifically 6.6.0 through 6.6.5, so it would not work with current versions of the app. The people who would use this are Android tinkerers in China or anyone communicating with contacts on WeChat who wants these kinds of modifications. For example, if a friend sends a message and then recalls it, this module would let you still see what they wrote. Or if you want to appear more active than you really are, you could inflate your step count for fitness tracking features tied to WeChat. The project is quite small and the documentation is minimal, basically just listing what it does and showing screenshots. It is an older project tied to specific versions of WeChat, so it is more of a personal or hobby tool than something actively maintained. Also worth noting: modifying apps like this goes against WeChat's terms of service and could get your account banned, so anyone using it would need to accept that risk.

Yoink these prompts

Prompt 1
I have Xposed installed on my rooted Android phone. Walk me through how to install the XposedWechatHelper module and enable it for WeChat version 6.6.5, including where to find the toggle in the Xposed Installer app.
Prompt 2
I want to understand how the anti-recall feature in XposedWechatHelper works technically. Explain how an Xposed module hooks into WeChat to intercept and preserve recalled messages before the app can delete them.
Prompt 3
Help me figure out which exact version of WeChat I need to install for XposedWechatHelper to work, and how to downgrade from my current version safely on a rooted Android device.
Prompt 4
List all the features XposedWechatHelper provides based on the screenshots and description, and explain the risk of getting my WeChat account banned if I use them.

Frequently asked questions

wtf is xposedwechathelper?

An Android module for rooted phones that adds tweaks to older versions of WeChat, like preventing message recalls, faking location, and inflating step counts. Requires the Xposed framework and only works with WeChat 6.6.0, 6.6.5.

What language is xposedwechathelper written in?

Mainly Java. The stack also includes Java, Android, Xposed.

Is xposedwechathelper actively maintained?

Dormant — no commits in 2+ years (last push 2018-03-13).

What license does xposedwechathelper use?

No license information is provided, so default copyright applies and the code cannot be freely reused without permission from the author.

How hard is xposedwechathelper to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is xposedwechathelper for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.