Skip to content

Commit

Permalink
Update GAMEUNLOCKER.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiranpise committed Mar 31, 2024
1 parent 2edac65 commit 9acebf2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public class GAMEUNLOCKER implements IXposedHookLoadPackage {
"com.garena.game.codm",
"com.tencent.tmgp.kr.codm",
"com.vng.codmvn",
"com.garena.game.kgvn"
"com.garena.game.kgvn",
"com.garena.game.lmjx"
};

// Packages to Spoof as OnePlus 8 Pro
Expand All @@ -57,8 +58,7 @@ public class GAMEUNLOCKER implements IXposedHookLoadPackage {
"com.ngame.allstar.eu",
"com.mojang.minecraftpe",
"com.YoStar.AetherGazer",
"com.miHoYo.GenshinImpact",
"com.garena.game.lmjx"
"com.miHoYo.GenshinImpact"
};

// Packages to Spoof as OnePlus 9 Pro
Expand Down Expand Up @@ -236,4 +236,4 @@ private static void setPropValue(String key, Object value) {
XposedBridge.log("Failed to set prop: " + key + "\n" + Log.getStackTraceString(e));
}
}
}
}

0 comments on commit 9acebf2

Please sign in to comment.