Sunday, December 25, 2022

Reset Mobile Legends Account ( No stuck id ) Diskless Launcher for LDPlayer

The key is adb root, in order to make adb can remove files and folder in LDPlayer.

@echo off
adb kill-server&&adb start-server
adb root
adb connect 127.0.0.1:5037
adb shell rm -rf /data/data/com.mobile.legends/shared_prefs/com.mobile.legends_preferences.xml
adb shell rm -rf /data/data/com.mobile.legends/shared_prefs/com.mobile.legends.v2.playerprefs.xml
adb shell rm -rf /data/data/com.mobile.legends/shared_prefs/com.mobile.legends.v2.playerprefs.xml.bak
adb shell rm -rf /data/system/users/0/accounts.db
adb shell pm clear com.google.android.play.games
adb shell pm clear com.google.android.gms
adb shell pm clear com.android.vending
adb shell pm clear com.google.android.gsf
adb shell pm clear com.facebook.lite
adb shell pm clear com.facebook.katana
adb shell pm clear com.android.browser
Msg * "Reset Account ML Success"
exit

3 comments: