Skip to content

Instantly share code, notes, and snippets.

@nabakdev
Last active November 5, 2022 12:49
Show Gist options
  • Save nabakdev/56b16901980c2226f1920f015a176f23 to your computer and use it in GitHub Desktop.
Save nabakdev/56b16901980c2226f1920f015a176f23 to your computer and use it in GitHub Desktop.
Enable 120FPS Mobile Legends [ROOT Only]
#!/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