Last active
November 5, 2022 12:49
-
-
Save nabakdev/56b16901980c2226f1920f015a176f23 to your computer and use it in GitHub Desktop.
Enable 120FPS Mobile Legends [ROOT Only]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# USAGE: su -c "bash <(curl -sL https://gist.githubusercontent.com/nabakdev/56b16901980c2226f1920f015a176f23/raw/enable-120FPS-mobile-legends.sh)" | |
CFILE="/data/data/com.mobile.legends/shared_prefs/com.mobile.legends.v2.playerprefs.xml" | |
sed -i 's|name="HighFpsMode" value="60">|name="HighFpsMode" value="120"|g' $CFILE | |
sed -i 's|name="HighFpsModeSee" value="2"|name="HighFpsModeSee" value="4"|g' $CFILE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment