0% menganggap dokumen ini bermanfaat (0 suara)
2K tayangan65 halaman

Skrip Pengelolaan Pengguna Android

Skrip ini melakukan berbagai tugas administratif pada perangkat Android, termasuk penghapusan pengguna dengan ID tertentu dan pengumpulan informasi perangkat seperti nama, versi OS, RAM, penyimpanan, dan status baterai. Skrip juga menerapkan tweak pada aplikasi yang terdaftar dan memberikan notifikasi tentang hasilnya. Selain itu, skrip ini memerlukan izin root untuk menjalankan beberapa perintah dan menampilkan informasi yang dikumpulkan di akhir.

Diunggah oleh

leocc0831
Hak Cipta
© All Rights Reserved
Kami menangani hak cipta konten dengan serius. Jika Anda merasa konten ini milik Anda, ajukan klaim di sini.
Format Tersedia
Unduh sebagai TXT, PDF, TXT atau baca online di Scribd
0% menganggap dokumen ini bermanfaat (0 suara)
2K tayangan65 halaman

Skrip Pengelolaan Pengguna Android

Skrip ini melakukan berbagai tugas administratif pada perangkat Android, termasuk penghapusan pengguna dengan ID tertentu dan pengumpulan informasi perangkat seperti nama, versi OS, RAM, penyimpanan, dan status baterai. Skrip juga menerapkan tweak pada aplikasi yang terdaftar dan memberikan notifikasi tentang hasilnya. Selain itu, skrip ini memerlukan izin root untuk menjalankan beberapa perintah dan menampilkan informasi yang dikumpulkan di akhir.

Diunggah oleh

leocc0831
Hak Cipta
© All Rights Reserved
Kami menangani hak cipta konten dengan serius. Jika Anda merasa konten ini milik Anda, ajukan klaim di sini.
Format Tersedia
Unduh sebagai TXT, PDF, TXT atau baca online di Scribd

#!

/system/bin/sh

if [ "$(id -u)" -ne 2000 ]; then


echo "@modulegaming6969fps: Menjalankan tanpa izin root."
fi
{
setprop [Link] "Nubia REDMAGIC 10 Pro"
} > /dev/null 2>&1
# Tampilkan logo srigala
echo " / \\__ [Modul Majes]"
echo " ( @\\___"
echo " / O [Membership Kek Bang]"
echo " / (_____)"
echo "/_____/ U [Module Perbulan & Permanen]"
echo "@modulegaming6969fps"
echo "[Link]

# Pendeteksian USER_ID
if [[ -z "$USER_ID" ]]; then
echo "USER_ID tidak ditentukan. Silakan set USER_ID sebelum menjalankan skrip
ini."
exit 1
fi

# Pengecekan apakah pengguna dengan USER_ID ada


if pm list users | grep -q "$USER_ID"; then
if pm remove-user "$USER_ID" > /dev/null 2>&1; then
echo "User dengan ID $USER_ID telah dihapus." > /dev/null
else
echo "Gagal menghapus user dengan ID $USER_ID." > /dev/null
fi
else
echo "User dengan ID $USER_ID tidak ada." > /dev/null
fi

# Menghapus user dengan ID 999


if pm remove-user 0 > /dev/null 2>&1; then
echo "User dengan ID 999 telah dihapus." > /dev/null
else
echo "Gagal menghapus user dengan ID 999 atau user tidak ada." > /dev/null
fi

# Menghapus user dengan ID 999


if pm remove-user 999 > /dev/null 2>&1; then
echo "User dengan ID 999 telah dihapus." > /dev/null
else
echo "Gagal menghapus user dengan ID 999 atau user tidak ada." > /dev/null
fi

# Menghapus user dengan ID 2000


if pm remove-user 2000 > /dev/null 2>&1; then
echo "User dengan ID 2000 telah dihapus." > /dev/null
else
echo "Gagal menghapus user dengan ID 2000 atau user tidak ada." > /dev/null
fi

# Tampilkan daftar pengguna setelah penghapusan, mengalihkan output ke /dev/null


pm list users > /dev/null 2>&1
# Menampilkan UID, PID, dan USER_ID di akhir
echo "UID: $(id -u)"
echo "PID: $$"
echo "USER_ID: ${USER_ID:-Not set}" # Menampilkan USER_ID atau 'Not set' jika
tidak ada
echo

# Fungsi untuk memeriksa perintah yang tersedia


command_exists() {
command -v "$1" >/dev/null 2>&1
}

#!/bin/bash

# Deteksi perangkat
device_name=$(getprop [Link])

# Menampilkan hasil deteksi


echo "Nama Device: $device_name"

# Deteksi OS dan versi


os_version=$(getprop [Link])
android_sdk=$(getprop [Link])
echo "OS: Android $os_version (SDK $android_sdk)"

# Deteksi RAM (dalam MB)


total_ram=$(grep MemTotal /proc/meminfo | awk '{print $2 / 1024 " MB"}')
available_ram=$(grep MemAvailable /proc/meminfo | awk '{print $2 / 1024 " MB"}')
echo "RAM Total: $total_ram"
echo "RAM Tersedia: $available_ram"

# Deteksi Brand & Manufacturer


build_brand=$(getprop [Link])
cpu_manufacturer=$(getprop [Link])
cpu_vendor_manufacturer=$(getprop [Link])
hardware_soc_manufacturer=$(getprop [Link])
# Output hasil
echo "Brand: $build_brand"
echo "Manufacturer: $cpu_manufacturer $cpu_vendor_manufacturer
$hardware_soc_manufacturer"

# Deteksi chipset (SoC)


chipset_qti_name=$(getprop [Link].soc_name)
chipset_mtk_name=$(getprop [Link].external_name)
chipset_mtk_name2=$(getprop [Link].part_name)
cpu_chipname=$(getprop [Link])
cpu_hardware_chipname=$(getprop [Link])
echo "Soc Name: $chipset_qti_name $chipset_mtk_name $chipset_mtk_name2
$cpu_chipname $cpu_hardware_chipname"

# Deteksi CPU
cpu_cores=$(grep -c ^processor /proc/cpuinfo)
cpu_model_universal=$(getprop [Link])
cpu_model_mtk=$(getprop [Link])
cpu_model_qti=$(getprop [Link].soc_model)
cpu_model_oppo=$(getprop [Link])
echo "Soc Model: $cpu_model_universal $cpu_model_mtk $cpu_model_qti
$cpu_model_oppo"
gpu_renderer=$(dumpsys SurfaceFlinger 2>/dev/null | grep -i 'GLES' | awk -F': '
'{print $2}')
if [ -z "$gpu_renderer" ]; then
gpu_renderer=$(cat /proc/driver/gpu/render | grep -i 'renderer' | awk -F': '
'{print $2}')
fi

if [ -n "$gpu_renderer" ]; then
echo "GPU: $gpu_renderer"
else
echo "GPU tidak terdeteksi."
fi

# OpenGLES version
#65536
#65535
#131072
#196608
#196609
#196610
#197632
#196628
#198656
#327680
#393216
#458752
#524288
#589824

versi_opengles=$(getprop [Link])

if [ -z "$versi_opengles" ]; then
echo "Tidak dapat mendeteksi versi OpenGL ES."
else
case "$versi_opengles" in
65536) version_name="OpenGL ES-CM 1.0" ;;
65535) version_name="OpenGL ES-CM 1.1" ;;
131072) version_name="OpenGL ES 2.0" ;;
196608) version_name="OpenGL ES 3.0" ;;
196609) version_name="OpenGL ES 3.1" ;;
196610) version_name="OpenGL ES 3.1" ;;
196628) version_name="OpenGL ES 3.2" ;;
197632) version_name="OpenGL ES 3.2" ;;
198656) version_name="OpenGL ES 3.2" ;;
327680) version_name="OpenGL ES 5.0" ;;
393216) version_name="OpenGL ES 6.0" ;;
458752) version_name="OpenGL ES 7.0" ;;
524288) version_name="OpenGL ES 8.0" ;;
589824) version_name="OpenGL ES 9.0" ;;
0) version_name="OpenGL ES tidak tersedia" ;;
*) version_name="Versi OpenGL ES tidak dikenali" ;;
esac
echo "Versi OpenGL ES: $version_name ($versi_opengles)"
fi

# Deteksi penyimpanan
total_storage=$(df -h /data | awk 'NR==2 {print $2}')
available_storage=$(df -h /data | awk 'NR==2 {print $4}')
echo "Penyimpanan Total: $total_storage"
echo "Penyimpanan Tersedia: $available_storage"

# Deteksi baterai
battery_level=$(dumpsys battery | grep level | awk '{print $2 "%"}')
battery_status=$(dumpsys battery | grep status | awk '{print $2}')
case $battery_status in
1) status="Unknown" ;;
2) status="Charging" ;;
3) status="Discharging" ;;
4) status="Not Charging" ;;
5) status="Full" ;;
*) status="Unknown" ;;
esac
echo "Baterai: $battery_level ($status)"

# Deteksi sensor
sensor_count=$(getprop [Link] | tr ',' '\n' | wc -l)
echo "Jumlah Sensor: $sensor_count"

# Deteksi resolusi layar


if command_exists wm; then
resolution=$(wm size | awk '{print $3}')
else
resolution=$(dumpsys display | grep "mBaseDisplayInfo" | awk -F' ' '{print
$3}')
fi
echo "Resolusi Layar: $resolution"

# Fungsi untuk memeriksa apakah sebuah perintah ada


command_exists() {
command -v "$1" >/dev/null 2>&1
}

# Inisialisasi variabel untuk densitas layar


density=""
lcd_density=""

# Deteksi densitas layar menggunakan wm atau dumpsys


if command_exists wm; then
density=$(wm density | awk '{print $2 " dpi"}')
elif command_exists dumpsys; then
density=$(dumpsys display | grep "mBaseDisplayInfo" | awk -F'=' '{print $2}' |
awk '{print $1 " dpi"}')
else
echo "Perintah untuk mendeteksi densitas layar tidak ditemukan."
exit 1
fi

# Deteksi [Link].lcd_density
lcd_density=$(getprop [Link].lcd_density)

# Cek apakah lcd_density berhasil didapat


if [ -z "$lcd_density" ]; then
echo "Tidak dapat mendeteksi nilai [Link].lcd_density."
else
echo "LCD Density ([Link].lcd_density): ${lcd_density} dpi"
fi

# Output densitas layar yang dideteksi


if [ -n "$density" ]; then
echo "Densitas Layar: $density"
else
echo "Densitas layar tidak dapat dideteksi."
fi

# Deteksi versi kernel


kernel_version=$(uname -r)
echo "Versi Kernel: $kernel_version"

# Deteksi uptime
uptime=$(cat /proc/uptime | awk '{print int($1/3600) " jam " int(($1%3600)/60) "
menit"}')
echo "Uptime: $uptime"

# Deteksi Virtual RAM (Swap)


total_swap=$(grep SwapTotal /proc/meminfo | awk '{print $2 / 1024 " MB"}')
free_swap=$(grep SwapFree /proc/meminfo | awk '{print $2 / 1024 " MB"}')

echo "Virtual RAM (Swap) Total: $total_swap"


echo "Virtual RAM (Swap) Bebas: $free_swap"

echo "╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗"
echo "║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣"
echo "╠╗║╚╝║║╠╗║╚╣║║║║║═╣"
echo "╚═╩══╩═╩═╩═╩╝╚╩═╩═╝"

echo
echo "Informasi perangkat di atas dikumpulkan menggunakan shell script."
echo "Untuk informasi lebih lanjut, kunjungi Youtube @modulegaming6969fps"
echo "Proses Emang Lama, Selama Masih Muter Di Pojok Kanan Atas"
echo "Dan Tolong Perhatikan Juga Notifikasi Diatas❗❗❗"
echo "Proses Tetap Berjalan Tunggu Sampai Mental Ke Youtube Gua"
cmd notification post -S bigtext -t 'Run ⚡ @modulegaming6969fps' 'Tag' 'Gas
Menjalankan Tweak.' > /dev/null 2>&1
cmd package grant by4a.setedit22 [Link].WRITE_SECURE_SETTINGS >
/dev/null 2>&1
cmd package grant by4a.setedit22 [Link].WRITE_SETTINGS > /dev/null 2>&1
pm grant by4a.setedit22 [Link].WRITE_SECURE_SETTINGS > /dev/null 2>&1
pm grant by4a.setedit22 [Link].WRITE_SETTINGS > /dev/null 2>&1
pm clear [Link] > /dev/null 2>&1
cmd package clear [Link] > /dev/null 2>&1
{
# Parse --uid option
while [[ "$#" -gt 0 ]]; do
case $1 in
--uid)
USER_ID=$2
shift 2
;;
*)
shift
;;
esac
done

# Detect the default user ID if --uid is not provided


if [ -z "$USER_ID" ]; then
USER_ID=$(cmd user list | grep 'default' | cut -f 2 -d ' ')
# If default user is not found, fall back to user 0
USER_ID=${USER_ID:-0}
fi

# Output the detected or provided USER_ID


echo "User ID: $USER_ID"
# Initialize arrays for successful and failed apps
SUCCESS_APPS=()
FAILED_APPS=()

# Function to log details of each tweak and send notifications


log_tweak_result() {
local app="$1"
local tweak_name="$2"
local result="$3"

if [[ "$result" -eq 0 ]]; then


echo "Success: $tweak_name applied to $app"
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag'
"Successfully applied $tweak_name to $app." > /dev/null 2>&1
else
echo "Failed: $tweak_name could not be applied to $app"
cmd notification post -S bigtext -t '⚠️ @modulegaming6969fps' 'Tag' "Failed
to apply $tweak_name to $app." > /dev/null 2>&1
fi
}

for app in $(cmd package list packages -3 | cut -f 2 -d ":"); do


if [[ "$app" != "[Link]" && "$app" != "[Link]" &&
"$app" != "[Link]" && "$app" != "[Link]" && "$app" !=
"[Link]" ]]; then
echo "Applying tweaks to $app..."
# Initialize success flag
all_success=true

# Tweak Downscale
service call phone 1001 i32 1 > /dev/null 2>&1
service call SurfaceFlinger 1035 i32 144000 > /dev/null 2>&1
service call SurfaceFlinger 1008 i32 0 > /dev/null 2>&1
service call SurfaceFlinger 1012 i32 1 > /dev/null 2>&1
service call phone 1001 i64 1 > /dev/null 2>&1
service call SurfaceFlinger 1035 i64 144000 > /dev/null 2>&1
service call SurfaceFlinger 1008 i64 0 > /dev/null 2>&1
service call SurfaceFlinger 1012 i64 1 > /dev/null 2>&1
cmd package grant --user $USER_ID by4a.setedit22
[Link].WRITE_SECURE_SETTINGS > /dev/null 2>&1
cmd package grant --user $USER_ID by4a.setedit22
[Link].WRITE_SETTINGS > /dev/null 2>&1
cmd package grant --user $USER_ID [Link].gituner2
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
cmd package grant --user $USER_ID [Link].gituner2
[Link].API_V23 > /dev/null 2>&1
cmd package grant --user $USER_ID [Link].gituner2
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user $USER_ID [Link].gituner2
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].API_V23 > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].POST_NOTIFICATIONS > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].API_V23 > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].POST_NOTIFICATIONS > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].ACCESS_MEDIA_LOCATION > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].MANAGE_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].SYSTEM_ALERT_WINDOW > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].READ_MEDIA_VIDEO > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].READ_MEDIA_AUDIO > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].API_V23 > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].POST_NOTIFICATIONS > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].ACCESS_MEDIA_LOCATION > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].MANAGE_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].SYSTEM_ALERT_WINDOW > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].READ_MEDIA_VIDEO > /dev/null 2>&1
cmd package grant --user $USER_ID [Link]
[Link].READ_MEDIA_AUDIO > /dev/null 2>&1
pm grant --user $USER_ID [Link].gituner2
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
pm grant --user $USER_ID [Link].gituner2
[Link].API_V23 > /dev/null 2>&1
pm grant --user $USER_ID [Link].gituner2
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user $USER_ID [Link].gituner2
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].API_V23 > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].POST_NOTIFICATIONS > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
pm grant --user $USER_ID [Link] [Link].FOREGROUND_SERVICE
> /dev/null 2>&1
pm grant --user $USER_ID [Link] [Link].API_V23
> /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user $USER_ID [Link] [Link].POST_NOTIFICATIONS
> /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].ACCESS_MEDIA_LOCATION > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].MANAGE_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user $USER_ID [Link] [Link].SYSTEM_ALERT_WINDOW
> /dev/null 2>&1
pm grant --user $USER_ID [Link] [Link].READ_MEDIA_VIDEO
> /dev/null 2>&1
pm grant --user $USER_ID [Link] [Link].READ_MEDIA_AUDIO
> /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].API_V23 > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].POST_NOTIFICATIONS > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].ACCESS_MEDIA_LOCATION > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].MANAGE_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user $USER_ID [Link] [Link].SYSTEM_ALERT_WINDOW
> /dev/null 2>&1
pm grant --user $USER_ID [Link] [Link].READ_MEDIA_VIDEO
> /dev/null 2>&1
pm grant --user $USER_ID [Link] [Link].READ_MEDIA_AUDIO
> /dev/null 2>&1
pm grant --user $USER_ID by4a.setedit22
[Link].WRITE_SECURE_SETTINGS > /dev/null 2>&1
pm grant --user $USER_ID by4a.setedit22 [Link].WRITE_SETTINGS >
/dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].API_V23 > /dev/null 2>&1
pm grant --user $USER_ID [Link] [Link] >
/dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].INTERACT_ACROSS_USERS > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].WRITE_SETTINGS > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].WRITE_SECURE_SETTINGS > /dev/null 2>&1
pm grant --user $USER_ID [Link]
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
cmd appops write-settings > /dev/null 2>&1
cmd appops read-settings > /dev/null 2>&1
pm grant --user $USER_ID "$pkg" [Link].WRITE_EXTERNAL_STORAGE >
/dev/null 2>&1
pm grant --user $USER_ID "$pkg" [Link].READ_EXTERNAL_STORAGE
> /dev/null 2>&1
cmd package grant "$pkg" [Link].WRITE_EXTERNAL_STORAGE >
/dev/null 2>&1
cmd package grant "$pkg" [Link].READ_EXTERNAL_STORAGE >
/dev/null 2>&1
cmd appops set --user $USER_ID --uid 0 "$pkg" RUN_IN_BACKGROUND allow >
/dev/null 2>&1
cmd appops set --user $USER_ID --uid 0 "$pkg" WAKE_LOCK allow > /dev/null
2>&1
cmd appops set --user $USER_ID --uid 0 "$pkg" WRITE_SETTINGS allow >
/dev/null 2>&1
cmd appops set --user $USER_ID --uid 0 "$pkg" READ_EXTERNAL_STORAGE allow >
/dev/null 2>&1
cmd appops set --user $USER_ID --uid 0 "$pkg" MANAGE_EXTERNAL_STORAGE allow
> /dev/null 2>&1
cmd appops set --user $USER_ID --uid 0 "$pkg" LEGACY_STORAGE allow >
/dev/null 2>&1
cmd appops set --user $USER_ID --uid 0 "$pkg" RUN_ANY_IN_BACKGROUND allow >
/dev/null 2>&1
cmd appops set --user $USER_ID --uid 0 "$pkg" START_FOREGROUND allow >
/dev/null 2>&1
cmd appops set --user $USER_ID --uid 0 "$pkg" GET_USAGE_STATS deny >
/dev/null 2>&1
device_config put game_overlay "$app" mobile_network_optimization_enabled
true
device_config put connectivity "$app" tcp_default_init_rwnd 60
device_config put game_overlay "$app" fps_boost_enabled true
device_config put game_overlay "$app" gpu_render_boost_enabled true
device_config put game_overlay "$app" cpu_performance_boost_enabled true
device_config put game_overlay "$app" refresh_rate_boost_enabled true
device_config put game_overlay "$app" thermal_throttling_avoidance_enabled
false
device_config put rendering "$app" pipeline_optimization_enabled true
device_config put rendering "$app" low_latency_mode_enabled true
device_config put rendering "$app" gpu_dynamic_adjustment_enabled true
device_config put game_overlay "$app" max_fps 144
dumpsys deviceidle whitelist +"$app" > /dev/null 2>&1
if [[ $? -ne 0 ]]; then
#Tweak Cadangan
service call phone 1001 i32 1 > /dev/null 2>&1
service call SurfaceFlinger 1035 i32 144000 > /dev/null 2>&1
service call SurfaceFlinger 1008 i32 0 > /dev/null 2>&1
service call SurfaceFlinger 1012 i32 1 > /dev/null 2>&1
service call phone 1001 i64 1 > /dev/null 2>&1
service call SurfaceFlinger 1035 i64 144000 > /dev/null 2>&1
service call SurfaceFlinger 1008 i64 0 > /dev/null 2>&1
service call SurfaceFlinger 1012 i64 1 > /dev/null 2>&1
cmd package grant --user 2000 by4a.setedit22
[Link].WRITE_SECURE_SETTINGS > /dev/null 2>&1
cmd package grant --user 2000 by4a.setedit22
[Link].WRITE_SETTINGS > /dev/null 2>&1
cmd package grant --user 2000 [Link].gituner2
[Link].API_V23 > /dev/null 2>&1
cmd package grant --user 2000 [Link].gituner2
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user 2000 [Link].gituner2
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].API_V23 > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].POST_NOTIFICATIONS > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].API_V23 > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].POST_NOTIFICATIONS > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].ACCESS_MEDIA_LOCATION > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].MANAGE_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].SYSTEM_ALERT_WINDOW > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].READ_MEDIA_VIDEO > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].READ_MEDIA_AUDIO > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].API_V23 > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].POST_NOTIFICATIONS > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].ACCESS_MEDIA_LOCATION > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].MANAGE_EXTERNAL_STORAGE > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].SYSTEM_ALERT_WINDOW > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].READ_MEDIA_VIDEO > /dev/null 2>&1
cmd package grant --user 2000 [Link]
[Link].READ_MEDIA_AUDIO > /dev/null 2>&1
pm grant --user 2000 [Link].gituner2
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
pm grant --user 2000 [Link].gituner2
[Link].API_V23 > /dev/null 2>&1
pm grant --user 2000 [Link].gituner2
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user 2000 [Link].gituner2
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].API_V23 > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].POST_NOTIFICATIONS > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
pm grant --user 2000 [Link] [Link].FOREGROUND_SERVICE
> /dev/null 2>&1
pm grant --user 2000 [Link] [Link].API_V23
> /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].READ_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].WRITE_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user 2000 [Link] [Link].POST_NOTIFICATIONS
> /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].ACCESS_MEDIA_LOCATION > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].MANAGE_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user 2000 [Link] [Link].SYSTEM_ALERT_WINDOW
> /dev/null 2>&1
pm grant --user 2000 [Link] [Link].READ_MEDIA_VIDEO
> /dev/null 2>&1
pm grant --user 2000 [Link] [Link].READ_MEDIA_AUDIO
> /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].API_V23 > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].POST_NOTIFICATIONS > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].REQUEST_INSTALL_PACKAGES > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].ACCESS_MEDIA_LOCATION > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].MANAGE_EXTERNAL_STORAGE > /dev/null 2>&1
pm grant --user 2000 [Link] [Link].SYSTEM_ALERT_WINDOW
> /dev/null 2>&1
pm grant --user 2000 [Link] [Link].READ_MEDIA_VIDEO
> /dev/null 2>&1
pm grant --user 2000 [Link] [Link].READ_MEDIA_AUDIO
> /dev/null 2>&1
pm grant --user 2000 by4a.setedit22
[Link].WRITE_SECURE_SETTINGS > /dev/null 2>&1
pm grant --user 2000 by4a.setedit22 [Link].WRITE_SETTINGS >
/dev/null 2>&1
pm grant --user 2000 [Link]
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].API_V23 > /dev/null 2>&1
pm grant --user 2000 [Link] [Link] >
/dev/null 2>&1
pm grant --user 2000 [Link]
[Link].INTERACT_ACROSS_USERS > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].WRITE_SETTINGS > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].WRITE_SECURE_SETTINGS > /dev/null 2>&1
pm grant --user 2000 [Link]
[Link].FOREGROUND_SERVICE > /dev/null 2>&1
cmd appops write-settings > /dev/null 2>&1
cmd appops read-settings > /dev/null 2>&1
pm grant --user 2000 "$pkg" [Link].WRITE_EXTERNAL_STORAGE >
/dev/null 2>&1
pm grant --user 2000 "$pkg" [Link].READ_EXTERNAL_STORAGE
> /dev/null 2>&1
cmd package grant "$pkg" [Link].WRITE_EXTERNAL_STORAGE >
/dev/null 2>&1
cmd package grant "$pkg" [Link].READ_EXTERNAL_STORAGE >
/dev/null 2>&1
cmd appops set "$pkg" RUN_IN_BACKGROUND allow > /dev/null 2>&1
cmd appops set "$pkg" WAKE_LOCK allow > /dev/null 2>&1
cmd appops set "$pkg" WRITE_SETTINGS allow > /dev/null 2>&1
cmd appops set "$pkg" READ_EXTERNAL_STORAGE allow > /dev/null 2>&1
cmd appops set "$pkg" MANAGE_EXTERNAL_STORAGE allow > /dev/null 2>&1
cmd appops set "$pkg" LEGACY_STORAGE allow > /dev/null 2>&1
cmd appops set "$pkg" RUN_ANY_IN_BACKGROUND allow > /dev/null 2>&1
cmd appops set "$pkg" START_FOREGROUND allow > /dev/null 2>&1
cmd appops set "$pkg" GET_USAGE_STATS deny > /dev/null 2>&1
device_config put game_overlay "$app"
mobile_network_optimization_enabled true
device_config put connectivity "$app" tcp_default_init_rwnd 60
device_config put game_overlay "$app" fps_boost_enabled true
device_config put game_overlay "$app" gpu_render_boost_enabled true
device_config put game_overlay "$app" cpu_performance_boost_enabled
true
device_config put game_overlay "$app" refresh_rate_boost_enabled true
device_config put game_overlay "$app"
thermal_throttling_avoidance_enabled false
device_config put rendering "$app" pipeline_optimization_enabled true
device_config put rendering "$app" low_latency_mode_enabled true
device_config put rendering "$app" gpu_dynamic_adjustment_enabled true
device_config put game_overlay "$app" max_fps 144
dumpsys deviceidle whitelist +"$app" > /dev/null 2>&1
log_tweak_result "$app" "Perijinan Aplikasi" $?
else
log_tweak_result "$app" "Perijinan Aplikasi" 0
fi

# Check for any failed tweak


if [[ $? -ne 0 ]]; then
all_success=false
fi
# Record app success or failure
if $all_success; then
echo "All tweaks successfully applied to $app"
SUCCESS_APPS+=("$app")
else
echo "Some tweaks failed for $app"
FAILED_APPS+=("$app")
fi
fi
done

# Summary of tweaks
if [ ${#SUCCESS_APPS[@]} -gt 0 ]; then
echo "Successfully applied tweaks to the following apps:"
for app in "${SUCCESS_APPS[@]}"; do
echo "- $app"
cmd notification post -S bigtext -t '✅ @modulegaming6969fps' 'Tag'
"Successfully applied all tweaks to $app." > /dev/null 2>&1
done
fi

if [ ${#FAILED_APPS[@]} -gt 0 ]; then


echo "Failed to fully apply tweaks to the following apps:"
for app in "${FAILED_APPS[@]}"; do
echo "- $app"
cmd notification post -S bigtext -t '❌ @modulegaming6969fps' 'Tag' "Failed
to fully apply tweaks to $app." > /dev/null 2>&1
done
fi
} > /dev/null 2>&1
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Selesai
Menjalankan Perijinan.' > /dev/null 2>&1
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Menjalankan
Settings Put System.' > /dev/null 2>&1
system_settings=(
"fstb_target_fps_margin_high_fps 10"
"fstb_target_fps_margin_low_fps 15"
"gcc_fps_margin 5"
"frame_override_support 1"
"game_default_frame_rate_override 144"
"enable_frame_rate_override 1"
"virtual_display_default_refresh_rate 144"
"force_max_refresh_rate 144"
"override_min_frame_rate 144"
"use_content_detection_for_refresh_rate 1"
"default_fps 144"
"disable_idle_fps 1"
"force_thermal_mode 0"
"[Link] locked"
"thermal_core 0"
"aod_monitor_default_fps 144"
"fod_monitor_default_fps 144"
"app_switch_fps 144"
"low_power_fps 144"
"gaming_mode_fps 144"
"battery_saving_mode_fps 144"
"idle_reduce_framerate_enable no"
"idle_default_fps 144"
"enable_optimize_refresh 1"
"use_smooth_motion 1"
"enable_dpps_dynamic_fps 0"
"use_skiavk 0"
"use_skiagl 1"
"enable_perf_hint_for_low_fps 1"
"low_framerate_limit 144"
"limit_low_framerate_layer_name_exception_list AOD,Wallpaper,testSurface"
"refresh_rate 144"
"background_power_saving_enable 0"
"default_refresh_rate 144"
"last_tran_refresh_mode_in_refresh_setting 144"
"min_refresh_rate 144"
"max_refresh_rate 144"
"refresh_default_rate 144"
"thermal_limit_refresh_rate 144"
"user_refresh_rate 144"
"peak_refresh_rate 144"
"pointer_speed 7"
"power_save_refresh_rate 144"
"thermal_switch_mode 0"
"tran_settings_long_battery_swith_60hz 0"
"tran_device_name Nubia REDMAGIC 10 Pro"
"tran_device_name_default Nubia REDMAGIC 10 Pro"
"tran_max_cached_processes 0"
"tran_default_auto_refresh_support 0"
"tran_audio_game_mode_support 1"
"tran_pubg_support 1"
"tran_low_battery_60hz_refresh_rate_support 0"
"tran_low_storage_support 1"
"tran_90hz_refresh_rate_not_support 1"
"tran_refresh_rate_support 1"
"tran_refresh_rate_video_detector_support 1"
"tran_need_recovery_refresh_mode 144"
"tran_dts_support 1"
"tran_ups_smooth_support 1"
"tran_default_temperature_index 99"
"tran_display_color_temperature_support 1"
"transsion_scroll_adjust_support 1"
"transsion_refresh_rate_support 1"
"transsion_frame_override_support 1"
"transsion_appturbo_agares_support 1"
"transsion_enable_supper_touch 1"
"transsion_enable_gms_secondary_dex2oat 1"
"transsion_launcher_boost_scene_support 1"
"transsion_backlight_hal_optimization 1"
"force_thermal_mode 0"
"mtk_ai_sdr_to_hdr_support 1"
"mtk_hdr10_plus_recording_support 1"
"mtk_backlight_smooth_support 0"
"tran_refresh_mode 144"
"dyn_samplingrate 0"
"thermal_ux_temp_max 90000"
"thermal_ux_temp_min 43000"
"thermal_cutoff 0"
"composition_type c2d"
"display_refresh_rate 144"
"purgeable_assets 1"
"use_8bpp_alpha 1"
"use_dithering 1"
"use_vulkan 0"
"use_skia_renderer 1"
"use_perfetto_track_events 0"
"use_smart_90_for_video 1"
"touch_response_rate 1"
"touch_tap_sensitivity 1"
"pointer_location 0"
"about_name Nubia REDMAGIC 10 Pro"
"90hz_refresh_rate_not_support 1"
"refresh_rate_video_detector_support 1"
"default_auto_refresh_support 0"
"value_vibrate_ontouch 100"
"ups_smooth_support 1"
"tran_vibrate_drx_support 1"
"usap_pool_enabled 0"
"use_mi_new_strategy 1"
"vsync_optimization_enable 1"
"bgrx8888_enable 1"
"color_gamut DisplayP3"
"dolby_vision_enable 1"
"enable_8bit_format 1"
"hdr10_enable 1"
"hdr_mode 1"
"hdr_tone_mapping 1"
"tran_cast_window_count 3"
"tran_alc_support 1"
"tran_led_support 0"
"stability_memory_monitor_enable 1"
"stability_memory_monitor_regular_check_enable 1"
"mi_extra_free_game_only 1"
"color_format RGBX_8888"
"settings_is_flash_rom 1"
"screen_anti_burn_enabled 1"
"scout_binder_gki 1"
"render_format_rgbx8888 1"
"render_format RGBX_8888"
"post_processing_rgbx8888 1"
"pixel_format RGBX_8888"
"max_cached_processes 0"
"overlay_color_format RGBX_8888"
"kill_fas_cached_idle 0"
"compact_enable 1"
"hybrid_verify_enabled 1"
"use_rgbx8888 1"
"maximum_performance 1"
"hardware_acceleration 1"
"force_use_hardware 1"
"composition_mode c2d"
"gallery_hdr_boost_max_factor 2.25"
"framebuffer_size 8"
"framebuffer_format RGBX_8888"
"display_rgbx8888 1"
"display_min_refresh_rate 144"
"display_max_refresh_rate 144"
"disable_sdr_dimming 1"
"disable_rescue 1"
"disable_bganimate 1"
"camera_start_optimize 1"
"max_framebuffer_acquired_buffers 3"
"thermal_mode performance"
"power_saving_fps_limit 144"
"low_power_level_state 0"
"miui_home_animation_rate 2"
"activity_manager_constants
max_cached_processes=10,background_settle_time=10000,fgservice_min_shown_time=500,f
gservice_min_report_time=1000,fgservice_screen_on_before_time=500,fgservice_screen_
on_after_time=1000,content_provider_retain_time=5000,gc_timeout=2000,gc_min_interva
l=30000,full_pss_min_interval=300000,full_pss_lowered_interval=60000,power_check_in
terval=300000,power_check_max_cpu_1=85,power_check_max_cpu_2=90,power_check_max_cpu
_3=95,power_check_max_cpu_4=100,service_usage_interaction_time=600000,usage_stats_i
nteraction_interval=3600000,service_restart_duration=500,service_reset_run_duration
=30000,service_restart_duration_factor=1,service_min_restart_time_between=2000,serv
ice_max_inactivity=3600000,service_bg_start_timeout=5000,CUR_MAX_CACHED_PROCESSES=1
0,CUR_MAX_EMPTY_PROCESSES=5,CUR_TRIM_EMPTY_PROCESSES=1,CUR_TRIM_CACHED_PROCESSES=2,
foreground_service_start_timeout=1000"
"high_performance_mode_on 1"
"status_bar_show_network_speed 1"
"speed_mode 7"
"screen_game_mode 0"
"reset_vibration_accessibility_success 1"
"haptic_feedback_disable 0"
"haptic_feedback_enabled 1"
"haptic_feedback_intensity 3"
"hardware_haptic_feedback_intensity 3"
"gearhead:driving_mode_settings_enabled 0"
"global_power_guide 0"
"POWER_BALANCED_MODE_OPEN 0"
"POWER_PERFORMANCE_MODE_OPEN 1"
"POWER_SAVE_MODE_OPEN 0"
"POWER_SAVE_PRE_CLEAN_MEMORY_TIME 0"
"POWER_SAVE_PRE_HIDE_MODE enhance"
"POWER_SAVE_PRE_SYNCHRONIZE_ENABLE 0"
"dark_mode_enable_by_power_save 0"
"has_agree_permission 0"
"AIM_SENSITIVITY_TRANSITION_TIME GRADUAL"
"AccelerationX 1"
"AccelerationY 1"
"PointerVelocityControlParameters 0"
"QuietInterval 0"
"SEM_VIBRATION_FORCE_TOUCH_INTENSITY 4"
"SEM_VIBRATION_NOTIFICATION_INTENSITY 5"
"SurfaceOrientation 0"
"SwipeTransitionAngleCosine 3.6"
"TIME_DIFFERENCE 302"
"TapInterval 0"
"access_control_enabled 0"
"access_control_use 0"
"accuracy_control 100"
"adaptive_brightness_mode 1"
"adaptive_fast_charging 1"
"adaptive_refresh_rate 0"
"adaptive_touch_sensitivity speed"
"any_screen_enabled 0"
"aod_charging_mode 1"
"aod_content_type 0"
"aod_display_mode_auto 0"
"aod_edgeclock_pos 1"
"aod_mode 0"
"aod_mode_before_psm 1"
"aod_mode_end_time 0"
"aod_mode_start_time 0"
"aod_monitor_default_fps 144"
"aod_notifications 1"
"aod_previous_psm_mode 0"
"aod_show_for_new_noti 0"
"aod_show_state 0"
"aod_tap_to_show_mode 1"
"enforce_refresh_rate 144"
"fast_dormancy 1"
"game_accelerate_hw 1"
"game_driver_all_apps 1"
"game_driver_opt_in_apps """
"game_driver_opt_out_apps
[Link],[Link].maddennfl21mobile,[Link],[Link],co
[Link],[Link],[Link],[Link]
are.TruckersofEurope3,[Link],[Link].GloftA9HM,
[Link],[Link],[Link],[Link],[Link]
tiaccounts,[Link],[Link],[Link],c
[Link],[Link],[Link],[Link],
[Link],[Link].bh3oversea,[Link],[Link],co
[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
teuamo,[Link],[Link],[Link],com.m
iraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com.
[Link],[Link],[Link],[Link]
thMom,[Link],[Link],[Link],[Link].
sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link].
newstate,[Link],[Link],[Link]
tefree,[Link],[Link],[Link],[Link]
lt.standoff2,[Link],[Link],[Link]
zu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW302
.BenchMark,[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com.
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com.
[Link],[Link],[Link],[Link].
ultramanglobal,[Link],[Link],com.racinggames_city.car.r
acing_Free,[Link],[Link],[Link]
d,[Link],[Link],[Link],
[Link],[Link],[Link].
bilibili,[Link]"
"game_max_fps 144"
"game_min_fps 144"
"game_mode 2"
"game_mode_enabled 1"
"game_no_interruption 0"
"game_no_interruption_white_list null"
"gaming_mode_fps 144"
"high_brightness_mode_pms_enter 0"
"input_refresh_rate 144"
"input_sampling_rate 144"
"lock_editor_support_touch_hold 1"
"low_framerate_limit 144"
"max_num_touch auto"
"mouse_scrolling_speed 100"
"multi_control_enabled 1"
"multi_control_out_of_focus 0"
"navigation_gestures_vibrate 1"
"performance_mode_enable 1"
"pointer_gesture_duration 40"
"powerkeep_earthquake_warning_version 0"
"previous_ram_expand_size 0"
"refresh_rate 144"
"refresh_rate_adaptive 0"
"refresh_rate_limit 144"
"refresh_rate_locked 1"
"rt_enable_templimit false"
"screen_optimize_mode 1"
"super_fast_charging 1"
"surface_palm_swipe 1"
"surface_palm_touch 1"
"table_framerate 144"
"touch_assistant_enabled 0"
"touch_coverage_calibration octagram"
"touch_distance_scale auto"
"touch_feature_gamemode_enable 1"
"touch_gesturemode spots"
"touch_orientation_calibration auto"
"touch_orientationAware 0"
"touch_pressure_calibration auto"
"touch_pressure_scale 0.0001"
"touch_sampling_rate 144"
"touch_size_calibration geometric"
"touch_size_isSummed "
"touch_size_scale auto"
"touch_stats {"min":1,"max":1}"
"touchX_debuggable 1"
"touch_boost_threshold 5"
"touch_feature_gamemode_enable 1"
"touch_input_sensitivity 1"
"touch_rate_control 0"
"touch_response_rate 1"
"touch_sampling_rate 144"
"touch_sampling_rate_override 1"
"touch_sensitivity 1_2"
"touch_slop 8"
"touch_switch_set_touchscreen 14005"
"touch_tap_sensitivity 1"
"touchpanel_game_switch_enable 1"
"touchpanel_oplus_tp_direction 1"
"touchpanel_oplus_tp_limit_enable 0"
"touchpanel_oppo_tp_direction 1"
"touchpanel_oppo_tp_limit_enable 0"
"touchscreen_double_tap_speed 75"
"touchscreen_gesture_mode 1"
"touchscreen_hevoring 0"
"touchscreen_min_press_time 50"
"touchscreen_pointer_speed 15"
"touchscreen_pressure_calibration 1023"
"touchscreen_sensitivity 10"
"touchscreen_sensitivity_mode 3"
"touchscreen_sensitivity_scale 1.5"
"touchscreen_sensitivity_threshold 9"
"touchscreen_threshold 9"
"touchswipedeadzone 5"
"type_touch_speed 1"
"updatable_driver_all_apps 1"
"updatable_driver_production_opt_in_apps """
"updatable_driver_production_opt_out_apps
[Link],[Link].maddennfl21mobile,[Link],[Link],co
[Link],[Link],[Link],[Link]
are.TruckersofEurope3,[Link],[Link].GloftA9HM,
[Link],[Link],[Link],[Link],[Link]
tiaccounts,[Link],[Link],[Link],c
[Link],[Link],[Link],[Link],
[Link],[Link].bh3oversea,[Link],[Link],co
[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
teuamo,[Link],[Link],[Link],com.m
iraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com.
[Link],[Link],[Link],[Link]
thMom,[Link],[Link],[Link],[Link].
sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link].
newstate,[Link],[Link],[Link]
tefree,[Link],[Link],[Link],[Link]
lt.standoff2,[Link],[Link],[Link]
zu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW302
.BenchMark,[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com.
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com.
[Link],[Link],[Link],[Link].
ultramanglobal,[Link],[Link],com.racinggames_city.car.r
acing_Free,[Link],[Link],[Link]
d,[Link],[Link],[Link],
[Link],[Link],[Link].
bilibili,[Link]"
"update game_driver_all_apps """
"windowsmgr_max_events_per_sec 60"
"wireless_fast_charging 1"
"asset_atlas_background_creation 1"
"background_settle_time 0"
"class_thermal_thermal_zone_mode 0"
"cpu_boost_dynamic_stune_boost 20"
"cpu_boost_dynamic_stune_boost_ms 500"
"cpu_boost_input_boost_enabled 1"
"cpu_boost_input_boost_ms 88"
"cpu_boost_parameters_boost 0"
"cpu_boost_powerkey_input_boost_ms 400"
"cpu_boost_sched_boost_on_input 0"
"cpu_boost_sched_boost_on_powerkey_input 1"
"cpu_set_background_cpus 1"
"cpu_set_background_effective_cpus 1"
"cpu_set_effective_cpus 7"
"cpu_set_foreground_cpus 6"
"cpu_set_foreground_effective_cpus 6"
"cpu_set_restricted_cpus 3"
"cpu_set_restricted_effective_cpus 3"
"cpu_set_system-background_cpus 2"
"cpu_set_system-background_effective_cpus 2"
"cpu_set_top-app_cpus 7"
"cpu_set_top-app_effective_cpus 7"
"fod_animation_type 4"
"full_pss_lowered_interval 0"
"full_pss_min_interval 0"
"game_accelerated 1"
"game_accelerate_hw 1"
"game_character_movement 243"
"game_driver_fps_limit 144"
"game_driver_frame_skip_enable 0"
"game_driver_gpu_mode 1"
"game_driver_max_frame_rate 144"
"game_driver_min_frame_rate 144"
"game_driver_power_saving_mode 0"
"game_driver_vsync_enable 1"
"game_lag_fix smoothly"
"game_mode 2"
"game_no_interruption 0"
"gaming_mode_fps 144"
"gaming_processor_priority 1"
"gc_min_interval 0"
"gc_timeout 0"
"ged_parameters_gpu_cust_upbound_freq 100"
"gpu_perf_mode 1"
"gpufreq_limited_thermal_ignore 1"
"hardware_accelerated_rendering_enabled 1"
"high_fps_mode 4"
"hscrollview_hw_accelerated 1"
"hw_accelerated 1"
"kernel_fpsgo_common_force_onoff 1"
"kernel_fpsgo_common_fpsgo_enable 1"
"kernel_fpsgo_fbt_thrm_enable 1"
"minimum_refresh_rate 144"
"mtk_fpsgo_parameters/boost_affinity 1"
"mtk_fpsgo_parameters_bhr_opp 1"
"mtk_fpsgo_parameters_uboost_enhance_f 90"
"mtk_fpsgo_parameters_xgf_uboost 1"
"pnpmgr_fpsgo_boost_mode 1"
"ps_tuner 1"
"sem_enhanced_cpu_responsiveness 1"
"sem_performance_mode 4"
"sem_power_mode_refresh_rate 0,0,-1,0,2"
"sem_power_mode_refresh_rate_cover 0,0,-1,0,2"
"sem_turbo_mode 1"
"surface_flinger_use_frame_rate_api 1"
"stune_background_schedtune_boost 0"
"stune_background_schedtune_colocate 0"
"stune_background_schedtune_ontime_en 0"
"stune_background_schedtune_prefer_high_cap 0"
"stune_background_schedtune_prefer_idle 0"
"stune_background_schedtune_prefer_perf 0"
"stune_background_schedtune_sched_boost 0"
"stune_background_schedtune_sched_boost_no_override 1"
"stune_background_schedtune_util_est_en 0"
"stune_foreground_schedtune_boost 0"
"stune_foreground_schedtune_colocate 0"
"stune_foreground_schedtune_prefer_idle 1"
"stune_foreground_schedtune_prefer_perf 0"
"stune_foreground_schedtune_sched_boost 0"
"stune_foreground_schedtune_sched_boost_no_override 1"
"svg_rendering_allowed 1"
"swap_parameters_enabled 0"
"touchpanel_game_switch_enable 1"
"touchpanel_oplus_tp_direction 1"
"touchpanel_oplus_tp_limit_enable 0"
"touchpanel_oppo_tp_direction 1"
"touchpanel_oppo_tp_limit_enable 0"
"touchscreen_double_tap_speed 75"
"touchscreen_gesture_mode 1"
"touchscreen_hevoring 0"
"touchscreen_hovering 0"
"touchscreen_min_press_time 50"
"touchscreen_pointer_speed 15"
"touchscreen_pressure_calibration 1023"
"touchscreen_sensitivity 10"
"touchscreen_sensitivity_mode 3"
"touchscreen_sensitivity_scale 1.5"
"touchscreen_sensitivity_threshold 9"
"touchscreen_threshold 9"
"tran_bule_state_init_key 1"
"webview_accelerated_rendering_enabled 1"
"vendor_display_refresh_rate 144"
"tran_ai_voice_reduction_setting"
"vm_dirty_background_ratio 1"
"vm_drop_caches 3"
"vm_oom_kill_allocating_task 0"
"vm_page-cluster 0"
"vm_panic_on_oom 0"
"vm_swappiness 0"
"vm_vfs_cache_pressure 50"
"sampling_down_factor 2"
"restricted_device_performance 0.1"
"power_check_interval 0"
"perf_cpu_time_max_percent 5"
"lowmemorykiller_parameters_enable_adaptive_lmk 1"
"lowmemorykiller_parameters_minfree 666"
"mali_idler_parameters_mali_idler_active 0"
"hscrollview_hw_accelerated 1"
"gridview_hw_accelerated 1"
"fps_current_limit 144"
"dvfs_enable 0"
"NV_FPSLIMIT 144"
"NV_POWERMODE 1"
"NV_PROFVER 15"
"NV_STEREOCTRL 0"
"NV_STEREOSEP 25"
"NV_STEREOSEPCHG 0"
"use_metal 1"
"multicore_packet_scheduler 1"
"mcf_continuity 0"
"support_dolby 1"
"lmk_kill_heaviest_task 1"
"lmk_kill_timeout_ms 15"
"disable_rtt 1"
"mtk_f2fs_enable 1"
"mtk_disp_game_pq_support 0"
"mtk_emmc_support 1"
"mtk_ufs_support 1"
"mtk_aod_support 1"
"media_performance_class 34"
"usap_pool_enabled 0"
"surface_flinger_max_framebuffer_acquired_buffers 3"
"display_color_format RGBX_8888"
"high_frame_rate_sf_set_big_core_fps_threshold 144"
"frame_rate_multiple_threshold 144"
"scroll_boost_refreshrate 144"
"touch_boost_refreshrate 144"
"high_speed_scroll_factor 20"
"enable_refresh_rate_restriction_for_app_switch 0"
"vos_nightmode_state 0"
"vm_dirty_expire_centisecs 3000"
"vm_dirty_ratio 30"
"vm_dirty_writeback_centisecs 3000"
"vm_stat_interval 0"
"user_screen_refresh_rate 144"
"use_performance_governor 1"
"use_perfetto_track_events 0"
"usage_stats_interaction_interval 0"
"three_intercepts_rom_support 1"
"thread_priority high"
"system_ui_hw_accelerated 1"
"statusbar_network_speed 1"
"status_bar_hw_rendering_enabled 1"
"scrolling_cache 3"
"game_standard_promotion_mode 0"
"game_scene_more_fps 144"
"enhanced_processing 2"
"game_mode_status 2"
"background_process_limit 0"
"miui_refresh_rate 144"
"maximum_refresh_rate 144"
"PointerVelocityControlParameters 0"
"SpeedControlPara
ver_num=3;enable=false;thermal=41;limit_level=144,80,40,10;limit_level_up=144,80,40
,10;prohibittimer=7200"
"charge_protection_current_state 0"
"sbc_hd_priority 1"
"adaptive_brightness_mode 0"
"background_settle_time 0"
"autobrightness_manul_ambient 0.0"
"led_lowpower 0"
"power_save_pre_refresh_state 144"
"tp_ctrl_touch_to_slide_enabled 1"
"wireless_fast_charging 1"
"camera_start_optimize 1"
"tran_cpupower_mode 1"
"tran_emergency_contact_finished 0"
"migrated_auto_revocation_settings 1"
"navigation_mode_change 2"
"cache_cleaner_enabled 1"
"back_gesture_height 0"
"end_button_behavior 2"
"gamespace_game_list
[Link],[Link].maddennfl21mobile,[Link],[Link],co
[Link],[Link],[Link],[Link]
are.TruckersofEurope3,[Link],[Link].GloftA9HM,
[Link],[Link],[Link],[Link],[Link]
tiaccounts,[Link],[Link],[Link],c
[Link],[Link],[Link],[Link],
[Link],[Link].bh3oversea,[Link],[Link],co
[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
teuamo,[Link],[Link],[Link],com.m
iraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com.
[Link],[Link],[Link],[Link]
thMom,[Link],[Link],[Link],[Link].
sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link].
newstate,[Link],[Link],[Link]
tefree,[Link],[Link],[Link],[Link]
lt.standoff2,[Link],[Link],[Link]
zu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW302
.BenchMark,[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com.
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com.
[Link],[Link],[Link],[Link].
ultramanglobal,[Link],[Link],com.racinggames_city.car.r
acing_Free,[Link],[Link],[Link]
d,[Link],[Link],[Link],
[Link],[Link],[Link].
bilibili,[Link]"
"gamespace_suppress_fullscreen_intent 0"
"gearhead:driving_mode_settings_enabled 0"
"keyboard_vibration_enabled 1"
"navigation_bar_ime_space 0"
"intelligent_sleep_mode 0"
"automatic_answering_enable_sharedpref 0"
"automatic_unlock 1"
"high_brightness_mode_pms_enter 0"
"screen_auto_brightness_adj 0.0"
"gamesdk_version 3.6"
"screen_extra_brightness 0"
"KeyRepeatDelay 0"
"KeyRepeatTimeout 0"
"gesture_answer_status 0"
"HardwareAccelerated 1"
"HardwareBuffer 32"
"KEYGUARD_VERSION 2.0"
"RUS_DDS_SWITCH_FEATURE_DAILY_LIMIT_RATE 0.95"
"RUS_DDS_SWITCH_FEATURE_MONTH_LIMIT_RATE 0.95"
"auto_clear_swith 1"
"batteryuimode 100"
"boot_up_select_mode 0"
"high_performance_mode_on_when_shutdown 1"
"power_save_auto_close_switch 0"
"power_save_backlight_state 0"
"power_save_backlight_switch_state 0"
"power_save_method 0"
"power_save_mode_switch 1"
"power_save_open_level 75"
"power_save_open_level_switch 0"
"settings_thermal_high 0"
"skip_swipe_screen 0"
"super_powersave_launcher_enter 0"
"super_powersave_mode_state 0"
"super_endurance_mode_state 0"
"db_screen_rate 144"
"temperature_o_camera_flash_status off"
"temperature_o_camera_open 0"
"SMART_CONTROLS_SUPPORT 0"
"dark_mode_open_before_time_mode 0"
"is_darkmode_switch_show 1"
"three_gesture_down screen_shot"
"three_gesture_long_press partial_screen_shot"
"db_screen_rate 144"
"dummy_show_battery_percent 1"
"FLIPLAYOUTBATRE null"
"quick_start_apps
[Link],[Link].maddennfl21mobile,[Link],[Link],co
[Link],[Link],[Link],[Link]
are.TruckersofEurope3,[Link],[Link].GloftA9HM,
[Link],[Link],[Link],[Link],[Link]
tiaccounts,[Link],[Link],[Link],c
[Link],[Link],[Link],[Link],
[Link],[Link].bh3oversea,[Link],[Link],co
[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
teuamo,[Link],[Link],[Link],com.m
iraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com.
[Link],[Link],[Link],[Link]
thMom,[Link],[Link],[Link],[Link].
sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link].
newstate,[Link],[Link],[Link]
tefree,[Link],[Link],[Link],[Link]
lt.standoff2,[Link],[Link],[Link]
zu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW302
.BenchMark,[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com.
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com.
[Link],[Link],[Link],[Link].
ultramanglobal,[Link],[Link],com.racinggames_city.car.r
acing_Free,[Link],[Link],[Link]
d,[Link],[Link],[Link],
[Link],[Link],[Link].
bilibili,[Link]"
"anr_pkgs """
"button_auto_answer 0"
"force_use_control_panel 0"
"has_update_application_state false"
"misettings_st_enable_sm 1"
"show_touches_preventrecord 0"
"updatable_system_app_count 0"
"use_control_panel 1"
"vr_mode 0"
"wifi_auto_disable 0"
)
for setting in "${system_settings[@]}"; do
settings put system $setting > /dev/null 2>&1
done
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Selesai
Menjalankankan Settings Put System.' > /dev/null 2>&1
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Menjalanlan
Settings Put Secure.' > /dev/null 2>&1
secure_settings=(
"miui_refresh_rate 144"
"support_highfps 1"
"user_refresh_rate 144"
"sysui_tuner_version 5"
"refresh_rate_mode 2"
"dropbox:data_app_anr disabled"
"dropbox:data_app_crash disabled"
"dropbox:data_app_wtf disabled"
"doze_enabled 0"
"doze_pulse_on_double_tap null"
"doze_pulse_on_pick_up 0"
"doze_tap_gesture null"
"game_auto_temperature 0"
"game_mode 2"
"immersive_mode_confirmations confirmed"
"location_changer 2"
"low_power_manual_activation_count 4"
"low_power_warning_acknowledged 1"
"package_verifier_state 0"
"whitelist_config def_value"
"user_frame_rate_adjustment 1"
"frame_drop_tolerance 2"
"adapvite_sleep 0"
"thermal_temp_state_value 0"
"gb_boosting 1"
"automatic_storage_manager_enabled 0"
"ui_hw_enabled 1"
"ui_hw_accelerated 1"
"sysui_powerui_enabled 0"
"sysui_qs_expanded 0"
"sysui_config_enable_hw 1"
"sysui_config_enable_hw_accelerated_cpu 1"
"sysui_config_enable_hw_accelerated_game 1"
"sysui_config_enable_hw_accelerated_gpu 1"
"sysui_config_enable_hw_accelerated_keyguard 1"
"sysui_config_enable_hw_accelerated_launcher 1"
"sysui_config_enable_hw_accelerated_transitions 1"
"sysui_config_enable_hw_keyguard 1"
"sysui_config_enable_scrolling_booster 1"
"sysui_config_enabled_scrolling_optimizations 1"
"assistant 0"
"location_mode 0"
"warning_temperature 0"
"dirac_enabled 1"
"fastcharge 1"
"hush_gesture_used 0"
"navigation_mode 2"
"app_disable_switch 0"
"display_memory_information_recent_task 1"
"gesture_bar_mode_suspended 0"
"gesture_mistouch_prevention_enable 1"
"gesture_mistouch_prevention_side_enable 1"
"gesture_mistouch_switch_app_enable 0"
"gesture_side_hide_bar_prevention_enable 0"
"hide_app_shortcut_finger 0"
"hide_gesture_bar_enable 0"
"hide_navigationbar_enable 3"
"oppo_device_name Nubia REDMAGIC 10 Pro"
"oppo_gesture_double_touch 0"
"oppo_gesture_first_launch 1"
"oppo_gesture_open_type 0"
"oppo_gesture_wake_up_arouse 1"
"security_window 0"
"settings_navigation_bar_combination 0"
"long_press_timeout 200"
"multi_press_timeout 250"
"lockscreen_show_controls 0"
"lockscreen_show_wallet 0"
"swipe_bottom_to_notification_enabled 0"
"ssl_session_cache file"
"super_power_saving_mode 0"
"transsion_game_function_mode 2"
"automatic_storage_manager_enabled 1"
"back_gesture_inset_scale_left 2.0"
"back_gesture_inset_scale_right 2.0"
"high_priority 100"
"secure_overlay_settings 0"
"window_ignore_secure 1"
"anr_show_background 0"
"sem_sp_edition_flipfont_changed 1"
"psm_5G_mode 1.1"
"ram_expand_size_list 0"
"POWER_SAVE_GUIDE_ENABLE 0"
"access_control_lock_enable 0"
"gamebooster_data_migration 1"
"gamebooster_remove_desktop_icon 0"
"key_open_earthquake_warning 0"
"password_has_promotioned 0"
"power_performance_tile_enabled 1"
"power_supersave_tile_enabled 1"
"pref_open_game_booster 1"
"shield_super_save_bar 1"
"speed_mode_enable 1"
"xspace_enabled 1"
"xiaomi_high_precise_location 0"
"vtb_boosting 1"
"FBO_RULES """
"FBO_STATE_OPEN 1"
"cleaner_dc_shortcut_recall_invalid 1"
"cleaner_main_shortcut_recall_invalid 1"
"cleaner_main_shortcut_recall_status 0"
"convert_perm_GetInstall 0"
"global_satisfaction_miui_version 18"
"is_cleaner_shortcut_restored 1"
"auto_update 0"
"auto_download 0"
"gb_handsfree 0"
"gb_notification 0"
"pc_security_center_extreme_mode_enter 0"
"ssl_session_cache file"
"synergy_mode 1"
"usb_audio_automatic_routing_disabled 0"
)
for setting in "${secure_settings[@]}"; do
settings put secure $setting > /dev/null 2>&1
done
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Selesai
Menjalankan Settings Put Secure.' > /dev/null 2>&1
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Menjalankan
Settings Put Global.' > /dev/null 2>&1
global_settings=(
"low_power 0"
"low_power_mode 0"
"low_power_fps 144"
"thermal_status 0"
"animator_duration_scale 0.3"
"device_name Nubia REDMAGIC 10 Pro"
"fpsgo_support_status enable"
"window_animation_scale 0.3"
"tran_settings_all_animation_scale 0.3"
"tran_low_battery_60hz_refresh_rate_support 0"
"tran_90hz_refresh_rate_not_support 1"
"tran_settings_long_battery_swith_60hz 0"
"tran_device_name Nubia REDMAGIC 10 Pro"
"tran_device_name_default Nubia REDMAGIC 10 Pro"
"tran_max_cached_processes 0"
"tran_default_auto_refresh_support 0"
"tran_audio_game_mode_support 1"
"tran_pubg_support 1"
"tran_refresh_rate_support 1"
"tran_refresh_rate_video_detector_support 1"
"tran_need_recovery_refresh_mode 144"
"tran_dts_support 1"
"tran_low_storage_support 1"
"tran_ups_smooth_support 1"
"tran_default_temperature_index 99"
"tran_display_color_temperature_support 1"
"preferred_display_refresh_rate 144"
"transsion_scroll_adjust_support 1"
"transsion_frame_override_support 1"
"transsion_appturbo_agares_support 1"
"transsion_enable_supper_touch 1"
"transsion_enable_gms_secondary_dex2oat 1"
"transsion_launcher_boost_scene_support 1"
"transsion_backlight_hal_optimization 1"
"transition_animation_scale 0.3"
"transsion_refresh_rate_support 1"
"debug_pid_thermal_core stopped"
"debug_pid_thermald stopped"
"debug_pid_vendor_thermal_hal_2_0_mtk stopped"
"debug_pid_surfaceflinger 1468"
"dropbox:dumpsys:procstats disabled"
"dropbox:dumpsys:usagestats disabled"
"refresh_rate 144"
"wifi_scan_interval 180"
"preferred_network_mode 11"
"force_gpu_rendering 1"
"tcp_default_init_rwnd 60"
"enable_gpu_debug_layers 1"
"rendering_type moltengl"
"adaptive_battery_management_enabled 0"
"bypass_charging_power 2"
"bypass_charging_threshold 0"
"adb_allowed_connection_time 0"
"adb_enabled 1"
"adb_wifi_enabled 1"
"fstrim_interval 86400000"
"fstrim_service_interval 86400000"
"fstrim_mandatory_interval 86400000"
"fstrim_trim_interval 86400000"
"game_barrage_speed 2"
"game_bypass_charging 0"
"game_space_pace 1"
"game_temperature_control 0"
"gm_game_mode_state 2"
"low_power_sticky 0"
"launch_boost_disabled false"
"os_game_assistant_panel 1"
"ota_disable_automatic_update 1"
"tran_temp_battery_warning 0"
"transsion_game_acceleration 1"
"tranthunderback_enable 1"
"aod_disabled false"
"tran_cast_window_count 3"
"tran_alc_support 1"
"tran_led_support 0"
"tran_vibrate_drx_support 1"
"debug.force_rtl 0"
"debug_view_attributes 0"
"game_driver_all_apps 1"
"game_driver_opt_in_apps """
"game_driver_opt_out_apps
[Link],[Link].maddennfl21mobile,[Link],[Link],co
[Link],[Link],[Link],[Link]
are.TruckersofEurope3,[Link],[Link].GloftA9HM,
[Link],[Link],[Link],[Link],[Link]
tiaccounts,[Link],[Link],[Link],c
[Link],[Link],[Link],[Link],
[Link],[Link].bh3oversea,[Link],[Link],co
[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
teuamo,[Link],[Link],[Link],com.m
iraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com.
[Link],[Link],[Link],[Link]
thMom,[Link],[Link],[Link],[Link].
sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link].
newstate,[Link],[Link],[Link]
tefree,[Link],[Link],[Link],[Link]
lt.standoff2,[Link],[Link],[Link]
zu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW302
.BenchMark,[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com.
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com.
[Link],[Link],[Link],[Link].
ultramanglobal,[Link],[Link],com.racinggames_city.car.r
acing_Free,[Link],[Link],[Link]
d,[Link],[Link],[Link],
[Link],[Link],[Link].
bilibili,[Link]"
"game_driver_prerelease_opt_in_apps """
"updatable_driver_all_apps 1"
"updatable_driver_prerelease_opt_in_apps """
"updatable_driver_production_opt_in_apps """
"updatable_driver_production_opt_out_apps
[Link],[Link].maddennfl21mobile,[Link],[Link],co
[Link],[Link],[Link],[Link]
are.TruckersofEurope3,[Link],[Link].GloftA9HM,
[Link],[Link],[Link],[Link],[Link]
tiaccounts,[Link],[Link],[Link],c
[Link],[Link],[Link],[Link],
[Link],[Link].bh3oversea,[Link],[Link],co
[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
teuamo,[Link],[Link],[Link],com.m
iraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com.
[Link],[Link],[Link],[Link]
thMom,[Link],[Link],[Link],[Link].
sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link].
newstate,[Link],[Link],[Link]
tefree,[Link],[Link],[Link],[Link]
lt.standoff2,[Link],[Link],[Link]
zu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW302
.BenchMark,[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com.
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com.
[Link],[Link],[Link],[Link].
ultramanglobal,[Link],[Link],com.racinggames_city.car.r
acing_Free,[Link],[Link],[Link]
d,[Link],[Link],[Link],
[Link],[Link],[Link].
bilibili,[Link]"
"activity_manager_constants
max_cached_processes=10,background_settle_time=10000,fgservice_min_shown_time=500,f
gservice_min_report_time=1000,fgservice_screen_on_before_time=500,fgservice_screen_
on_after_time=1000,content_provider_retain_time=5000,gc_timeout=2000,gc_min_interva
l=30000,full_pss_min_interval=300000,full_pss_lowered_interval=60000,power_check_in
terval=300000,power_check_max_cpu_1=85,power_check_max_cpu_2=90,power_check_max_cpu
_3=95,power_check_max_cpu_4=100,service_usage_interaction_time=600000,usage_stats_i
nteraction_interval=3600000,service_restart_duration=500,service_reset_run_duration
=30000,service_restart_duration_factor=1,service_min_restart_time_between=2000,serv
ice_max_inactivity=3600000,service_bg_start_timeout=5000,CUR_MAX_CACHED_PROCESSES=1
0,CUR_MAX_EMPTY_PROCESSES=5,CUR_TRIM_EMPTY_PROCESSES=1,CUR_TRIM_CACHED_PROCESSES=2,
foreground_service_start_timeout=1000"
"policy_control null*"
"enable_system_performance_mode 1"
"auto_fstrim 1"
"background_process_limit 0"
"battery_saver_enabled 0"
"cached_apps_freezer enabled"
"disable_surfaceflinger_vsync 0"
"disable_vsync 0"
"disturb_for_game_space_mode 1"
"disturb_for_game_space_mode_flag 0"
"dynamic_fps_control 0"
"dynamic_frame_management 0"
"dynamic_frame_rate 0"
"dynamic_refresh_rate_control 0"
"enable_hardware_acceleration 1"
"enable_hardware_composer 1"
"fast_animator 1"
"fast_transition 1"
"enable_hw_accel 1"
"dont_lower_fps 1"
"display_refresh_rate_override 1"
"sem_enhanced_cpu_responsiveness 1"
"app_auto_restriction_enabled 1"
"default_restrict_background_data 0"
"keep_profile_in_background 0"
"show_temperature_warning 0"
"swap_enabled 0"
"sys_free_storage_log_interval 1440"
"sys_storage_cache_max_bytes 262144"
"sys_traced 0"
"sys_use_compact_dalvik_heap 1"
"sys_zygote_critical_threshold 300"
"sys_dalvik_vm_heapgrowthlimit 96m"
"sys_dalvik_vm_heapmax 512m"
"sys_dalvik_vm_startsize 16m"
"sys_mem_compaction 1"
"sys_fstrim_interval 86400000"
"sys_fstrim_idle 0"
"sys_fstrim_boot 1"
"sys_gpu_critical_threshold 85"
"sys_cpu_critical_threshold 90"
"sys_device_idle_mode 0"
"user_experience_enabled 0"
"user_switcher_enabled 0"
"warning_temperature 0"
"enable_automatic_system_server_heap_dumps 0"
"PERF_RES_NET_BT_AUDIO_LOW_LATENCY 1"
"PERF_RES_NET_WIFI_LOW_LATENCY 1"
"PERF_RES_NET_MD_WEAK_SIG_OPT 1"
"PERF_RES_NET_NETD_BOOST_UID 1"
"PERF_RES_NET_MD_HSR_MODE 1"
"fstrim_enhance 1"
"force_sw_gles 1"
"disable_gl_preload 1"
"support_one_handed_mode 1"
"force_boost_cpu 1"
"log_expensive_rendering 0"
"supports_desired_transition_mode 1"
"force_populate_color_modes 1"
"force_cpuset_system_default 1"
"pack_nwc_kmsg 1"
"vivo_device_name Nubia REDMAGIC 10 Pro"
"transsion_cpubooster.heavy_loading_support 1"
"tran_high_temperature_fps_support 1"
"speed_mode_enabled 1"
"settings_rom_support_official_guide_dialog 1"
"settings_network_and_internet_v2 false"
"sem_enhanced_cpu_responsiveness 1"
"sem_performance_mode 4"
"sem_perftune_cpugpu 1"
"sem_perftune_ram 1"
"sem_turbo_mode 1"
"send_action_app_error 1"
"disable_sf_sched 1"
"transsion_disable_sf_sched 1"
"multi_touch_enabled 1"
"sampling_profiler 0"
"ingress_rate_limit_bytes_per_second -1"
"hardware_rendering_enabled 1"
"foreground_mem_priority high"
"enable_gpu_renderer 1"
"dc_ab_install_autopause_tempetatrue 0"
"dc_ab_install_autopause_tempetatrue_intelligent 0"
"dc_ab_verify_autopause_tempetatrue 0"
"dc_ab_verify_autopause_tempetatrue_intelligent 0"
"database_creation_buildid AQ3A.144829.003"
"aggressive_battery_saver 0"
"aggressive_idle_enabled 0"
"aggressive_stanby_enabled 0"
"aggressive_standby_enabled 1"
"support_app_animation_window 0"
"DYNAMIC_PERFORMANCE_DEFAULT_STATUS 0"
"DYNAMIC_PERFORMANCE_STATUS 0"
"app_restriction_enabled 1"
"automatic_power_save_mode 0"
"game_temperature 0"
"hardware_accelerated_graphics_decoding 1"
"hardware_accelerated_rendering_enabled 1"
"hardware_accelerated_video_decode 1"
"hardware_accelerated_video_encode 1"
"hardware_acceleration_mode 1"
"hardware_rendering_enabled 1"
"vivo_device_name Nubia REDMAGIC 10 Pro"
"vivo_screen_refresh_rate_mode 144"
"hide_gesture_line 0"
"block_untrusted_to 0"
"ram_expand_size 0"
"average_time_to_discharge -1"
"debug_hwui_renderer moltengl"
"activity_starts_logging_enabled 0"
"hide_carrier_network_settings 0"
"show_gamespace_edge_panel 1"
"ai_net_control_enable 1"
"apm_enhancement_enabled 1"
"current_watchface_decomposable 0"
"dynamic_sar_ctl_move 0"
"gamespace_memory_control 1"
"graphic_hdr_settings 0"
"libOptimazedToggle 0"
"libsEnforcingDoze disabled"
"os_game_e_sports_mode 0"
"os_game_esports_control_two 0"
"os_island_load_default_settings_data 1"
"os_island_play_card_switch 1"
"os_game_gesture_switch 0"
"os_island_background_call_switch 1"
"os_island_charge_switch 1"
"os_island_face_unlock_switch 1"
"os_navigationbar_gesture 0"
"os_screen_buttons_intercept 0"
"os_smartpanel_show 0"
"os_supreme_user_experience 0"
"otg_mode 1"
"speedModeToggle 1"
"touchSamplingToggle 1"
"tran_5g_switch_onoff 1"
"tran_led_free_fire_fire_setting 1"
"tran_led_free_fire_open_mirror_setting 1"
"tran_led_game_fire_lighting_setting 1"
"tran_led_game_launch_setting 0"
"tran_led_game_performance_setting 1"
"tran_led_game_pubg_lighting_setting 1"
"tran_led_lighting_setting 0"
"tran_led_pubg_drive_setting 1"
"tran_led_pubg_fire_setting 1"
"tran_led_pubg_open_mirror_setting 1"
"tran_led_start_boot_lighting_setting 0"
"tran_led_support 0"
"tran_led_version 5"
"tran_limited_frequency 0"
"tran_low_battery_notify 0"
"tran_pw_memc 1"
"tran_smart5g_special_ops
405855,405856,405872,405857,405858,405859,405860,405861,405862,405873,404863,406864
,405874,405865,405866,405867,405868,405869,405869,405854,405871,405870,405840"
"tran_subid_for_slot1 -1"
"tran_subid_for_slot2 1"
"tran_tdd_dual_mic_controller 1"
"transsion_cpubooster_heavy_loading_support 1"
"transsion_disable_sf_sched 1"
"transsion_key_sp_sidebar_version 1"
"transsion_os_game_block_control_center 0"
"transsion_os_game_block_gestures 0"
"va_hdr_mode 0"
"xos_launcher_text_color -1"
"transsion_turbo_assistant 1"
"[Link] 3"
"dropbox:_STR_HASH enabled"
"dropbox:BATTERY_DISCHARGE_INFO enabled"
"dropbox:dumpsys:account enabled"
"dropbox:dumpsys:batterystats enabled"
"dropbox:dumpsys:diskstats enabled"
"dropbox:dumpsys:package enabled"
"dropbox:dumpsys:procstats enabled"
"dropbox:dumpsys:usagestats enabled"
"dropbox:dumpsys:user enabled"
"dropbox:event_data enabled"
"dropbox:event_log enabled"
"dropbox:netstats_error enabled"
"dropbox:storage_trim enabled"
"dropbox:SYSTEM_AUDIT enabled"
"dropbox:SYSTEM_BOOT enabled"
"dropbox:SYSTEM_FSCK enabled"
"dropbox:system_server_lowmem enabled"
"dropbox_reserve_percent 0"
"wait_for_debugger 0"
"app_idle_constants """
"enhanced_processing true"
"low_power_sticky_auto_disable_enabled 0"
"quick_doze_enabled false"
"night_display_forced_auto_mode_available 1"
"optional_sensors_disabled true"
"APP_SWITCH_DELAY_TIME false"
"DoubleTouch oem"
"GPUTUNER_SWITCH true"
"FPSTUNER_SWITCH false"
"PowerbuttonTapping 0"
"QuietInterval 0"
"trans_dynamic_applied_json
{"[Link].adaptive_icon_shape":"[Link]","an
[Link].system_palette":"14C764","[Link]
ent_color":"14C764","_applied_timestamp":1736436144668,"[Link]
.color_source":"preset","[Link].color_index":"2","[Link]
[Link].theme_style":"VIBRANT","[Link].trans_color_typ
e":"PRESET_COLOR","[Link].preset_name":"preset_brand_green"}"
"5g_icon_group_mode0 1"
"5g_icon_group_mode1 1"
"current_user_id 0"
"disable_window_blurs 1"
"dual_4g_mode_enabled 1"
"enable_fileexplorer_private_folder 0"
"enhanced_mac_randomization_force_enabled 0"
"force_black 0"
"force_black_v2 0"
"gcbooster_uuid 0"
"hdmi_control_auto_device_off_enabled 1"
"hybrid_sysui_battery_warning_flags """
"isExternalRamOn 1"
"is_fastconnect_scan_enable 1"
"pref_key_sys_app_auto_update 0"
"pref_key_wallpaper_screen_scrolled_span 0"
"require_password_to_decrypt 0"
"set_install_location 0"
"show_notification_channel_warnings 0"
"subscription_mode 0"
"sys_uidcpupower """
"sysui_powerui_enabled 0"
"theater_mode_on 0"
"torch_state 0"
"use_gesture_version_three 0"
"user_aggregate -3"
"user_disabled_hdr_formats """
"user_fold -3"
"key_securitycenter_never_show_vb_box 0"
"zman_cloud_disable 1"
"sem_low_heat_mode 1"
"ai_total_preloaded_r 17"
"ai_total_used_l 15"
"lc3Enable 0"
"overlay_display_devices null"
"support_health_in_emergency_dialer 0"
)
for setting in "${global_settings[@]}"; do
settings put global $setting > /dev/null 2>&1
done
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Selesai
Menjalankan Settings Put Global.' > /dev/null 2>&1
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Menjalanlan
Tweak Settings Put Cadangan.' > /dev/null 2>&1
{
cmd package grant by4a.setedit22 [Link].WRITE_SECURE_SETTINGS
cmd package grant by4a.setedit22 [Link].WRITE_SETTINGS
pm grant by4a.setedit22 [Link].WRITE_SECURE_SETTINGS
pm grant by4a.setedit22 [Link].WRITE_SETTINGS
cmd package grant --user 2000 by4a.setedit22
[Link].WRITE_SECURE_SETTINGS
cmd package grant --user 2000 by4a.setedit22 [Link].WRITE_SETTINGS
pm grant --user 2000 by4a.setedit22 [Link].WRITE_SECURE_SETTINGS
pm grant --user 2000 by4a.setedit22 [Link].WRITE_SETTINGS
settings put system fstb_target_fps_margin_high_fps 10
settings put system fstb_target_fps_margin_low_fps 15
settings put system gcc_fps_margin 5
settings put system frame_override_support 1
settings put system game_default_frame_rate_override 144
settings put system enable_frame_rate_override 1
settings put system virtual_display_default_refresh_rate 144
settings put system force_max_refresh_rate 144
settings put system override_min_frame_rate 144
settings put system use_content_detection_for_refresh_rate 1
settings put system default_fps 144
settings put system disable_idle_fps 1
settings put system force_thermal_mode 0
settings put system [Link] locked
settings put system thermal_core 0
settings put system aod_monitor_default_fps 144
settings put system fod_monitor_default_fps 144
settings put system app_switch_fps 144
settings put system low_power_fps 144
settings put system gaming_mode_fps 144
settings put system battery_saving_mode_fps 144
settings put system idle_reduce_framerate_enable no
settings put system idle_default_fps 144
settings put system enable_optimize_refresh 1
settings put system use_smooth_motion 1
settings put system enable_dpps_dynamic_fps 0
settings put system use_skiavk 0
settings put system use_skiagl 1
settings put system enable_perf_hint_for_low_fps 1
settings put system low_framerate_limit 144
settings put system limit_low_framerate_layer_name_exception_list
AOD,Wallpaper,testSurface
settings put system refresh_rate 144
settings put system background_power_saving_enable 0
settings put system default_refresh_rate 144
settings put system last_tran_refresh_mode_in_refresh_setting 144
settings put system min_refresh_rate 144
settings put system max_refresh_rate 144
settings put system refresh_default_rate 144
settings put system thermal_limit_refresh_rate 144
settings put system user_refresh_rate 144
settings put system peak_refresh_rate 144
settings put system pointer_speed 7
settings put system power_save_refresh_rate 144
settings put system thermal_switch_mode 0
settings put system tran_settings_long_battery_swith_60hz 0
settings put system tran_device_name "Nubia REDMAGIC 10 Pro"
settings put system tran_device_name_default "Nubia REDMAGIC 10 Pro"
settings put system tran_max_cached_processes 0
settings put system tran_default_auto_refresh_support 0
settings put system tran_audio_game_mode_support 1
settings put system tran_pubg_support 1
settings put system tran_low_battery_60hz_refresh_rate_support 0
settings put system tran_low_storage_support 1
settings put system tran_90hz_refresh_rate_not_support 1
settings put system tran_refresh_rate_support 1
settings put system tran_refresh_rate_video_detector_support 1
settings put system tran_need_recovery_refresh_mode 144
settings put system tran_dts_support 1
settings put system tran_ups_smooth_support 1
settings put system tran_default_temperature_index 99
settings put system tran_display_color_temperature_support 1
settings put system transsion_scroll_adjust_support 1
settings put system transsion_refresh_rate_support 1
settings put system transsion_frame_override_support 1
settings put system transsion_appturbo_agares_support 1
settings put system transsion_enable_supper_touch 1
settings put system transsion_enable_gms_secondary_dex2oat 1
settings put system transsion_launcher_boost_scene_support 1
settings put system transsion_backlight_hal_optimization 1
settings put system force_thermal_mode 0
settings put system mtk_ai_sdr_to_hdr_support 1
settings put system mtk_hdr10_plus_recording_support 1
settings put system mtk_backlight_smooth_support 0
settings put system tran_refresh_mode 144
settings put system dyn_samplingrate 0
settings put system thermal_ux_temp_max 90000
settings put system thermal_ux_temp_min 43000
settings put system thermal_cutoff 0
settings put system composition_type c2d
settings put system display_refresh_rate 144
settings put system purgeable_assets 1
settings put system use_8bpp_alpha 1
settings put system use_dithering 1
settings put system use_vulkan 0
settings put system use_skia_renderer 1
settings put system use_perfetto_track_events 0
settings put system use_smart_90_for_video 1
settings put system touch_response_rate 1
settings put system touch_tap_sensitivity 1
settings put system pointer_location 0
settings put system about_name "Nubia REDMAGIC 10 Pro"
settings put system 90hz_refresh_rate_not_support 1
settings put system refresh_rate_video_detector_support 1
settings put system default_auto_refresh_support 0
settings put system value_vibrate_ontouch 100
settings put system ups_smooth_support 1
settings put system tran_vibrate_drx_support 1
settings put system usap_pool_enabled 0
settings put system use_mi_new_strategy 1
settings put system vsync_optimization_enable 1
settings put system bgrx8888_enable 1
settings put system color_gamut DisplayP3
settings put system dolby_vision_enable 1
settings put system enable_8bit_format 1
settings put system hdr10_enable 1
settings put system hdr_mode 1
settings put system hdr_tone_mapping 1
settings put system tran_cast_window_count 3
settings put system tran_alc_support 1
settings put system tran_led_support 0
settings put system stability_memory_monitor_enable 1
settings put system stability_memory_monitor_regular_check_enable 1
settings put system mi_extra_free_game_only 1
settings put system color_format RGBX_8888
settings put system settings_is_flash_rom 1
settings put system screen_anti_burn_enabled 1
settings put system scout_binder_gki 1
settings put system render_format_rgbx8888 1
settings put system render_format RGBX_8888
settings put system post_processing_rgbx8888 1
settings put system pixel_format RGBX_8888
settings put system max_cached_processes 0
settings put system overlay_color_format RGBX_8888
settings put system kill_fas_cached_idle 0
settings put system compact_enable 1
settings put system hybrid_verify_enabled 1
settings put system use_rgbx8888 1
settings put system maximum_performance 1
settings put system hardware_acceleration 1
settings put system force_use_hardware 1
settings put system composition_mode c2d
settings put system gallery_hdr_boost_max_factor 2.25
settings put system framebuffer_size 8
settings put system framebuffer_format RGBX_8888
settings put system display_rgbx8888 1
settings put system display_min_refresh_rate 144
settings put system display_max_refresh_rate 144
settings put system disable_sdr_dimming 1
settings put system disable_rescue 1
settings put system disable_bganimate 1
settings put system camera_start_optimize 1
settings put system max_framebuffer_acquired_buffers 3
settings put system thermal_mode performance
settings put system power_saving_fps_limit 144
settings put system low_power_level_state 0
settings put system miui_home_animation_rate 2
settings put system activity_manager_constants
max_cached_processes=0,background_settle_time=30000,fgservice_min_shown_time=1000,f
gservice_min_report_time=2000,fgservice_screen_on_before_time=1000,fgservice_screen
_on_after_time=3000,content_provider_retain_time=10000,gc_timeout=5000,gc_min_inter
val=60000,full_pss_min_interval=900000,full_pss_lowered_interval=300000,power_check
_interval=600000,power_check_max_cpu_1=70,power_check_max_cpu_2=80,power_check_max_
cpu_3=90,power_check_max_cpu_4=95,service_usage_interaction_time=1800000,usage_stat
s_interaction_interval=7200000,service_restart_duration=1000,service_reset_run_dura
tion=60000,service_restart_duration_factor=1,service_min_restart_time_between=5000,
service_max_inactivity=7200000,service_bg_start_timeout=10000,CUR_MAX_CACHED_PROCES
SES=0,CUR_MAX_EMPTY_PROCESSES=0,CUR_TRIM_EMPTY_PROCESSES=0,CUR_TRIM_CACHED_PROCESSE
S=1,foreground_service_start_timeout=2000
settings put system high_performance_mode_on 1
settings put system status_bar_show_network_speed 1
settings put system speed_mode 7
settings put system screen_game_mode 0
settings put system reset_vibration_accessibility_success 1
settings put system haptic_feedback_disable 0
settings put system haptic_feedback_enabled 1
settings put system haptic_feedback_intensity 3
settings put system hardware_haptic_feedback_intensity 3
settings put system gearhead:driving_mode_settings_enabled 0
settings put system global_power_guide 0
settings put system POWER_BALANCED_MODE_OPEN 0
settings put system POWER_PERFORMANCE_MODE_OPEN 1
settings put system POWER_SAVE_MODE_OPEN 0
settings put system POWER_SAVE_PRE_CLEAN_MEMORY_TIME 0
settings put system POWER_SAVE_PRE_HIDE_MODE enhance
settings put system POWER_SAVE_PRE_SYNCHRONIZE_ENABLE 0
settings put system dark_mode_enable_by_power_save 0
settings put system has_agree_permission 0
settings put system AIM_SENSITIVITY_TRANSITION_TIME GRADUAL
settings put system AccelerationX 1
settings put system AccelerationY 1
settings put system PointerVelocityControlParameters 0
settings put system QuietInterval 0
settings put system SEM_VIBRATION_FORCE_TOUCH_INTENSITY 4
settings put system SEM_VIBRATION_NOTIFICATION_INTENSITY 5
settings put system SurfaceOrientation 0
settings put system SwipeTransitionAngleCosine 3.6
settings put system TIME_DIFFERENCE 302
settings put system TapInterval 0
settings put system access_control_enabled 0
settings put system access_control_use 0
settings put system accuracy_control 100
settings put system adaptive_brightness_mode 1
settings put system adaptive_fast_charging 1
settings put system adaptive_refresh_rate 0
settings put system adaptive_touch_sensitivity speed
settings put system any_screen_enabled 0
settings put system aod_charging_mode 1
settings put system aod_content_type 0
settings put system aod_display_mode_auto 0
settings put system aod_edgeclock_pos 1
settings put system aod_mode 0
settings put system aod_mode_before_psm 1
settings put system aod_mode_end_time 0
settings put system aod_mode_start_time 0
settings put system aod_monitor_default_fps 144
settings put system aod_notifications 1
settings put system aod_previous_psm_mode 0
settings put system aod_show_for_new_noti 0
settings put system aod_show_state 0
settings put system aod_tap_to_show_mode 1
settings put system enforce_refresh_rate 144
settings put system fast_dormancy 1
settings put system game_accelerate_hw 1
settings put system game_driver_all_apps 1
settings put system game_driver_opt_in_apps ""
settings put system game_driver_opt_out_apps
"[Link],[Link].maddennfl21mobile,[Link],[Link],c
[Link],[Link],[Link],[Link]
ware.TruckersofEurope3,[Link],[Link].GloftA9HM
,[Link],[Link],[Link],[Link],[Link]
ltiaccounts,[Link],[Link],[Link],
[Link],[Link],[Link],[Link]
,[Link],[Link].bh3oversea,[Link],[Link],c
[Link],[Link],[Link],co
[Link],[Link],[Link],[Link].l
iteuamo,[Link],[Link],[Link],com.
miraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
ithMom,[Link],[Link],[Link],[Link]
.sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link]
.newstate,[Link],[Link],[Link]
atefree,[Link],[Link],[Link],[Link]
olt.standoff2,[Link],[Link],org.y
uzu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW30
[Link],[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com
.[Link],[Link],[Link],com.C
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com
.[Link],[Link],[Link],[Link]
.ultramanglobal,[Link],[Link],com.racinggames_city.car.
racing_Free,[Link],[Link],[Link]
id,[Link],[Link],[Link]
,[Link],[Link],[Link]
.bilibili,[Link]"
settings put system game_max_fps 144
settings put system game_min_fps 144
settings put system game_mode 2
settings put system game_mode_enabled 1
settings put system game_no_interruption 0
settings put system game_no_interruption_white_list null
settings put system gaming_mode_fps 144
settings put system high_brightness_mode_pms_enter 0
settings put system input_refresh_rate 144
settings put system input_sampling_rate 144
settings put system lock_editor_support_touch_hold 1
settings put system low_framerate_limit 144
settings put system max_num_touch auto
settings put system mouse_scrolling_speed 100
settings put system multi_control_enabled 1
settings put system multi_control_out_of_focus 0
settings put system navigation_gestures_vibrate 1
settings put system performance_mode_enable 1
settings put system pointer_gesture_duration 40
settings put system powerkeep_earthquake_warning_version 0
settings put system previous_ram_expand_size 0
settings put system refresh_rate 144
settings put system refresh_rate_adaptive 0
settings put system refresh_rate_limit 144
settings put system refresh_rate_locked 1
settings put system rt_enable_templimit false
settings put system screen_optimize_mode 1
settings put system super_fast_charging 1
settings put system surface_palm_swipe 1
settings put system surface_palm_touch 1
settings put system table_framerate 144
settings put system touch_assistant_enabled 0
settings put system touch_coverage_calibration octagram
settings put system touch_distance_scale auto
settings put system touch_feature_gamemode_enable 1
settings put system touch_gesturemode spots
settings put system touch_orientation_calibration auto
settings put system touch_orientationAware 0
settings put system touch_pressure_calibration auto
settings put system touch_pressure_scale 0.0001
settings put system touch_sampling_rate 144
settings put system touch_size_calibration geometric
settings put system touch_size_isSummed
settings put system touch_size_scale auto
settings put system touch_stats "{"min":1,"max":1}"
settings put system touchX_debuggable 1
settings put system touch_boost_threshold 5
settings put system touch_feature_gamemode_enable 1
settings put system touch_input_sensitivity 1
settings put system touch_rate_control 0
settings put system touch_response_rate 1
settings put system touch_sampling_rate 144
settings put system touch_sampling_rate_override 1
settings put system touch_sensitivity 1_2
settings put system touch_slop 8
settings put system touch_switch_set_touchscreen 14005
settings put system touch_tap_sensitivity 1
settings put system touchpanel_game_switch_enable 1
settings put system touchpanel_oplus_tp_direction 1
settings put system touchpanel_oplus_tp_limit_enable 0
settings put system touchpanel_oppo_tp_direction 1
settings put system touchpanel_oppo_tp_limit_enable 0
settings put system touchscreen_double_tap_speed 75
settings put system touchscreen_gesture_mode 1
settings put system touchscreen_hevoring 0
settings put system touchscreen_min_press_time 50
settings put system touchscreen_pointer_speed 15
settings put system touchscreen_pressure_calibration 1023
settings put system touchscreen_sensitivity 10
settings put system touchscreen_sensitivity_mode 3
settings put system touchscreen_sensitivity_scale 1.5
settings put system touchscreen_sensitivity_threshold 9
settings put system touchscreen_threshold 9
settings put system touchswipedeadzone 5
settings put system type_touch_speed 1
settings put system updatable_driver_all_apps 1
settings put system updatable_driver_production_opt_in_apps ""
settings put system updatable_driver_production_opt_out_apps
"[Link],[Link].maddennfl21mobile,[Link],[Link],c
[Link],[Link],[Link],[Link]
ware.TruckersofEurope3,[Link],[Link].GloftA9HM
,[Link],[Link],[Link],[Link],[Link]
ltiaccounts,[Link],[Link],[Link],
[Link],[Link],[Link],[Link]
,[Link],[Link].bh3oversea,[Link],[Link],c
[Link],[Link],[Link],co
[Link],[Link],[Link],[Link].l
iteuamo,[Link],[Link],[Link],com.
miraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
ithMom,[Link],[Link],[Link],[Link]
.sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link]
.newstate,[Link],[Link],[Link]
atefree,[Link],[Link],[Link],[Link]
olt.standoff2,[Link],[Link],org.y
uzu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW30
[Link],[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com
.[Link],[Link],[Link],com.C
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com
.[Link],[Link],[Link],[Link]
.ultramanglobal,[Link],[Link],com.racinggames_city.car.
racing_Free,[Link],[Link],[Link]
id,[Link],[Link],[Link]
,[Link],[Link],[Link]
.bilibili,[Link]"
settings put system update game_driver_all_apps
settings put system windowsmgr_max_events_per_sec 60
settings put system wireless_fast_charging 1
settings put system asset_atlas_background_creation 1
settings put system background_settle_time 0
settings put system class_thermal_thermal_zone_mode 0
settings put system cpu_boost_dynamic_stune_boost 20
settings put system cpu_boost_dynamic_stune_boost_ms 500
settings put system cpu_boost_input_boost_enabled 1
settings put system cpu_boost_input_boost_ms 88
settings put system cpu_boost_parameters_boost 0
settings put system cpu_boost_powerkey_input_boost_ms 400
settings put system cpu_boost_sched_boost_on_input 0
settings put system cpu_boost_sched_boost_on_powerkey_input 1
settings put system cpu_set_background_cpus 1
settings put system cpu_set_background_effective_cpus 1
settings put system cpu_set_effective_cpus 7
settings put system cpu_set_foreground_cpus 6
settings put system cpu_set_foreground_effective_cpus 6
settings put system cpu_set_restricted_cpus 3
settings put system cpu_set_restricted_effective_cpus 3
settings put system cpu_set_system-background_cpus 2
settings put system cpu_set_system-background_effective_cpus 2
settings put system cpu_set_top-app_cpus 7
settings put system cpu_set_top-app_effective_cpus 7
settings put system fod_animation_type 4
settings put system full_pss_lowered_interval 0
settings put system full_pss_min_interval 0
settings put system game_accelerated 1
settings put system game_accelerate_hw 1
settings put system game_character_movement 243
settings put system game_driver_fps_limit 144
settings put system game_driver_frame_skip_enable 0
settings put system game_driver_gpu_mode 1
settings put system game_driver_max_frame_rate 144
settings put system game_driver_min_frame_rate 144
settings put system game_driver_power_saving_mode 0
settings put system game_driver_vsync_enable 1
settings put system game_lag_fix smoothly
settings put system game_mode 2
settings put system game_no_interruption 0
settings put system gaming_mode_fps 144
settings put system gaming_processor_priority 1
settings put system gc_min_interval 0
settings put system gc_timeout 0
settings put system ged_parameters_gpu_cust_upbound_freq 100
settings put system gpu_perf_mode 1
settings put system gpufreq_limited_thermal_ignore 1
settings put system hardware_accelerated_rendering_enabled 1
settings put system high_fps_mode 4
settings put system hscrollview_hw_accelerated 1
settings put system hw_accelerated 1
settings put system kernel_fpsgo_common_force_onoff 1
settings put system kernel_fpsgo_common_fpsgo_enable 1
settings put system kernel_fpsgo_fbt_thrm_enable 1
settings put system minimum_refresh_rate 144
settings put system mtk_fpsgo_parameters/boost_affinity 1
settings put system mtk_fpsgo_parameters_bhr_opp 1
settings put system mtk_fpsgo_parameters_uboost_enhance_f 90
settings put system mtk_fpsgo_parameters_xgf_uboost 1
settings put system pnpmgr_fpsgo_boost_mode 1
settings put system ps_tuner 1
settings put system sem_enhanced_cpu_responsiveness 1
settings put system sem_performance_mode 4
settings put system sem_power_mode_refresh_rate 0,0,-1,0,2
settings put system sem_power_mode_refresh_rate_cover 0,0,-1,0,2
settings put system sem_turbo_mode 1
settings put system surface_flinger_use_frame_rate_api 1
settings put system stune_background_schedtune_boost 0
settings put system stune_background_schedtune_colocate 0
settings put system stune_background_schedtune_ontime_en 0
settings put system stune_background_schedtune_prefer_high_cap 0
settings put system stune_background_schedtune_prefer_idle 0
settings put system stune_background_schedtune_prefer_perf 0
settings put system stune_background_schedtune_sched_boost 0
settings put system stune_background_schedtune_sched_boost_no_override 1
settings put system stune_background_schedtune_util_est_en 0
settings put system stune_foreground_schedtune_boost 0
settings put system stune_foreground_schedtune_colocate 0
settings put system stune_foreground_schedtune_prefer_idle 1
settings put system stune_foreground_schedtune_prefer_perf 0
settings put system stune_foreground_schedtune_sched_boost 0
settings put system stune_foreground_schedtune_sched_boost_no_override 1
settings put system svg_rendering_allowed 1
settings put system swap_parameters_enabled 0
settings put system touchpanel_game_switch_enable 1
settings put system touchpanel_oplus_tp_direction 1
settings put system touchpanel_oplus_tp_limit_enable 0
settings put system touchpanel_oppo_tp_direction 1
settings put system touchpanel_oppo_tp_limit_enable 0
settings put system touchscreen_double_tap_speed 75
settings put system touchscreen_gesture_mode 1
settings put system touchscreen_hevoring 0
settings put system touchscreen_hovering 0
settings put system touchscreen_min_press_time 50
settings put system touchscreen_pointer_speed 15
settings put system touchscreen_pressure_calibration 1023
settings put system touchscreen_sensitivity 10
settings put system touchscreen_sensitivity_mode 3
settings put system touchscreen_sensitivity_scale 1.5
settings put system touchscreen_sensitivity_threshold 9
settings put system touchscreen_threshold 9
settings put system tran_bule_state_init_key 1
settings put system webview_accelerated_rendering_enabled 1
settings put system vendor_display_refresh_rate 144
settings put system tran_ai_voice_reduction_setting
settings put system vm_dirty_background_ratio 1
settings put system vm_drop_caches 3
settings put system vm_oom_kill_allocating_task 0
settings put system vm_page-cluster 0
settings put system vm_panic_on_oom 0
settings put system vm_swappiness 0
settings put system vm_vfs_cache_pressure 50
settings put system sampling_down_factor 2
settings put system restricted_device_performance 0.1
settings put system power_check_interval 0
settings put system perf_cpu_time_max_percent 5
settings put system lowmemorykiller_parameters_enable_adaptive_lmk 1
settings put system lowmemorykiller_parameters_minfree 666
settings put system mali_idler_parameters_mali_idler_active 0
settings put system led_lowpower 0
settings put system hscrollview_hw_accelerated 1
settings put system gridview_hw_accelerated 1
settings put system fps_current_limit 144
settings put system dvfs_enable 0
settings put system NV_FPSLIMIT 144
settings put system NV_POWERMODE 1
settings put system NV_PROFVER 15
settings put system NV_STEREOCTRL 0
settings put system NV_STEREOSEP 25
settings put system NV_STEREOSEPCHG 0
settings put system use_metal 1
settings put system multicore_packet_scheduler 1
settings put system mcf_continuity 0
settings put system support_dolby 1
settings put system lmk_kill_heaviest_task 1
settings put system lmk_kill_timeout_ms 15
settings put system disable_rtt 1
settings put system mtk_f2fs_enable 1
settings put system mtk_disp_game_pq_support 0
settings put system mtk_emmc_support 1
settings put system mtk_ufs_support 1
settings put system mtk_aod_support 1
settings put system media_performance_class 34
settings put system usap_pool_enabled 0
settings put system surface_flinger_max_framebuffer_acquired_buffers 3
settings put system display_color_format RGBX_8888
settings put system high_frame_rate_sf_set_big_core_fps_threshold 144
settings put system frame_rate_multiple_threshold 144
settings put system scroll_boost_refreshrate 144
settings put system touch_boost_refreshrate 144
settings put system high_speed_scroll_factor 20
settings put system enable_refresh_rate_restriction_for_app_switch 0
settings put system vos_nightmode_state 0
settings put system vm_dirty_expire_centisecs 3000
settings put system vm_dirty_ratio 30
settings put system vm_dirty_writeback_centisecs 3000
settings put system vm_stat_interval 0
settings put system user_screen_refresh_rate 144
settings put system use_performance_governor 1
settings put system use_perfetto_track_events 0
settings put system usage_stats_interaction_interval 0
settings put system three_intercepts_rom_support 1
settings put system thread_priority high
settings put system system_ui_hw_accelerated 1
settings put system statusbar_network_speed 1
settings put system status_bar_hw_rendering_enabled 1
settings put system scrolling_cache 3
settings put system game_standard_promotion_mode 0
settings put system game_scene_more_fps 144
settings put system enhanced_processing 2
settings put system game_mode_status 2
settings put system background_process_limit 0
settings put system miui_refresh_rate 144
settings put system maximum_refresh_rate 144
settings put system PointerVelocityControlParameters 0
settings put system SpeedControlPara
ver_num=3;enable=false;thermal=41;limit_level=144,80,40,10;limit_level_up=144,80,40
,10;prohibittimer=7200
settings put system charge_protection_current_state 0
settings put system sbc_hd_priority 1
settings put system adaptive_brightness_mode 0
settings put system background_settle_time 0
settings put system autobrightness_manul_ambient 0.0
settings put system power_save_pre_refresh_state 144
settings put system tp_ctrl_touch_to_slide_enabled 1
settings put system wireless_fast_charging 1
settings put system camera_start_optimize 1
settings put system tran_cpupower_mode 1
settings put system tran_emergency_contact_finished 0
settings put system migrated_auto_revocation_settings 1
settings put system navigation_mode_change 2
settings put system cache_cleaner_enabled 1
settings put system back_gesture_height 0
settings put system end_button_behavior 2
settings put system gamespace_game_list
"[Link],[Link].maddennfl21mobile,[Link],[Link],c
[Link],[Link],[Link],[Link]
ware.TruckersofEurope3,[Link],[Link].GloftA9HM
,[Link],[Link],[Link],[Link],[Link]
ltiaccounts,[Link],[Link],[Link],
[Link],[Link],[Link],[Link]
,[Link],[Link].bh3oversea,[Link],[Link],c
[Link],[Link],[Link],co
[Link],[Link],[Link],[Link].l
iteuamo,[Link],[Link],[Link],com.
miraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
ithMom,[Link],[Link],[Link],[Link]
.sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link]
.newstate,[Link],[Link],[Link]
atefree,[Link],[Link],[Link],[Link]
olt.standoff2,[Link],[Link],org.y
uzu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW30
[Link],[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com
.[Link],[Link],[Link],com.C
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com
.[Link],[Link],[Link],[Link]
.ultramanglobal,[Link],[Link],com.racinggames_city.car.
racing_Free,[Link],[Link],[Link]
id,[Link],[Link],[Link]
,[Link],[Link],[Link]
.bilibili,[Link]"
settings put system gamespace_suppress_fullscreen_intent 0
settings put system gearhead:driving_mode_settings_enabled 0
settings put system keyboard_vibration_enabled 1
settings put system navigation_bar_ime_space 0
settings put system intelligent_sleep_mode 0
settings put system automatic_answering_enable_sharedpref 0
settings put system automatic_unlock 1
settings put system high_brightness_mode_pms_enter 0
settings put system screen_auto_brightness_adj 0.0
settings put system gamesdk_version 3.6
settings put system screen_extra_brightness 0
settings put system KeyRepeatDelay 0
settings put system KeyRepeatTimeout 0
settings put system gesture_answer_status 0
settings put system HardwareAccelerated 1
settings put system HardwareBuffer 32
settings put system KEYGUARD_VERSION 2.0
settings put system RUS_DDS_SWITCH_FEATURE_DAILY_LIMIT_RATE 0.95
settings put system RUS_DDS_SWITCH_FEATURE_MONTH_LIMIT_RATE 0.95
settings put system auto_clear_swith 1
settings put system batteryuimode 100
settings put system boot_up_select_mode 0
settings put system high_performance_mode_on_when_shutdown 1
settings put system power_save_auto_close_switch 0
settings put system power_save_backlight_state 0
settings put system power_save_backlight_switch_state 0
settings put system power_save_method 0
settings put system power_save_mode_switch 1
settings put system power_save_open_level 75
settings put system power_save_open_level_switch 0
settings put system settings_thermal_high 0
settings put system skip_swipe_screen 0
settings put system super_powersave_launcher_enter 0
settings put system super_powersave_mode_state 0
settings put system super_endurance_mode_state 0
settings put system db_screen_rate 144
settings put system temperature_o_camera_flash_status off
settings put system temperature_o_camera_open 0
settings put system SMART_CONTROLS_SUPPORT 0
settings put system dark_mode_open_before_time_mode 0
settings put system is_darkmode_switch_show 1
settings put system three_gesture_down screen_shot
settings put system three_gesture_long_press partial_screen_shot
settings put system db_screen_rate 144
settings put system dummy_show_battery_percent 1
settings put system FLIPLAYOUTBATRE null
settings put system quick_start_apps
"[Link],[Link].maddennfl21mobile,[Link],[Link],c
[Link],[Link],[Link],[Link]
ware.TruckersofEurope3,[Link],[Link].GloftA9HM
,[Link],[Link],[Link],[Link],[Link]
ltiaccounts,[Link],[Link],[Link],
[Link],[Link],[Link],[Link]
,[Link],[Link].bh3oversea,[Link],[Link],c
[Link],[Link],[Link],co
[Link],[Link],[Link],[Link].l
iteuamo,[Link],[Link],[Link],com.
miraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
ithMom,[Link],[Link],[Link],[Link]
.sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link]
.newstate,[Link],[Link],[Link]
atefree,[Link],[Link],[Link],[Link]
olt.standoff2,[Link],[Link],org.y
uzu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW30
[Link],[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com
.[Link],[Link],[Link],com.C
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com
.[Link],[Link],[Link],[Link]
.ultramanglobal,[Link],[Link],com.racinggames_city.car.
racing_Free,[Link],[Link],[Link]
id,[Link],[Link],[Link]
,[Link],[Link],[Link]
.bilibili,[Link]"
settings put system anr_pkgs ""
settings put system button_auto_answer 0
settings put system force_use_control_panel 0
settings put system has_update_application_state false
settings put system misettings_st_enable_sm 1
settings put system show_touches_preventrecord 0
settings put system updatable_system_app_count 0
settings put system use_control_panel 1
settings put system vr_mode 0
settings put system wifi_auto_disable 0
settings put secure miui_refresh_rate 144
settings put secure support_highfps 1
settings put secure user_refresh_rate 144
settings put secure sysui_tuner_version 5
settings put secure refresh_rate_mode 2
settings put secure dropbox:data_app_anr disabled
settings put secure dropbox:data_app_crash disabled
settings put secure dropbox:data_app_wtf disabled
settings put secure doze_enabled 0
settings put secure doze_pulse_on_double_tap null
settings put secure doze_pulse_on_pick_up 0
settings put secure doze_tap_gesture null
settings put secure game_auto_temperature 0
settings put secure game_mode 2
settings put secure immersive_mode_confirmations confirmed
settings put secure location_changer 2
settings put secure low_power_manual_activation_count 4
settings put secure low_power_warning_acknowledged 1
settings put secure package_verifier_state 0
settings put secure whitelist_config def_value
settings put secure user_frame_rate_adjustment 1
settings put secure frame_drop_tolerance 2
settings put secure adapvite_sleep 0
settings put secure thermal_temp_state_value 0
settings put secure gb_boosting 1
settings put secure automatic_storage_manager_enabled 0
settings put secure ui_hw_enabled 1
settings put secure ui_hw_accelerated 1
settings put secure sysui_powerui_enabled 0
settings put secure sysui_qs_expanded 0
settings put secure sysui_config_enable_hw 1
settings put secure sysui_config_enable_hw_accelerated_cpu 1
settings put secure sysui_config_enable_hw_accelerated_game 1
settings put secure sysui_config_enable_hw_accelerated_gpu 1
settings put secure sysui_config_enable_hw_accelerated_keyguard 1
settings put secure sysui_config_enable_hw_accelerated_launcher 1
settings put secure sysui_config_enable_hw_accelerated_transitions 1
settings put secure sysui_config_enable_hw_keyguard 1
settings put secure sysui_config_enable_scrolling_booster 1
settings put secure sysui_config_enabled_scrolling_optimizations 1
settings put secure assistant 0
settings put secure location_mode 0
settings put secure warning_temperature 0
settings put secure dirac_enabled 1
settings put secure fastcharge 1
settings put secure hush_gesture_used 0
settings put secure navigation_mode 2
settings put secure app_disable_switch 0
settings put secure display_memory_information_recent_task 1
settings put secure gesture_bar_mode_suspended 0
settings put secure gesture_mistouch_prevention_enable 1
settings put secure gesture_mistouch_prevention_side_enable 1
settings put secure gesture_mistouch_switch_app_enable 0
settings put secure gesture_side_hide_bar_prevention_enable 0
settings put secure hide_app_shortcut_finger 0
settings put secure hide_gesture_bar_enable 0
settings put secure hide_navigationbar_enable 3
settings put secure oppo_device_name Nubia REDMAGIC 10 Pro
settings put secure oppo_gesture_double_touch 0
settings put secure oppo_gesture_first_launch 1
settings put secure oppo_gesture_open_type 0
settings put secure oppo_gesture_wake_up_arouse 1
settings put secure security_window 0
settings put secure settings_navigation_bar_combination 0
settings put secure long_press_timeout 200
settings put secure multi_press_timeout 250
settings put secure lockscreen_show_controls 0
settings put secure lockscreen_show_wallet 0
settings put secure swipe_bottom_to_notification_enabled 0
settings put secure ssl_session_cache file
settings put secure super_power_saving_mode 0
settings put secure transsion_game_function_mode 2
settings put secure automatic_storage_manager_enabled 1
settings put secure back_gesture_inset_scale_left 2.0
settings put secure back_gesture_inset_scale_right 2.0
settings put secure high_priority 100
settings put secure secure_overlay_settings 0
settings put secure window_ignore_secure 1
settings put secure anr_show_background 0
settings put secure sem_sp_edition_flipfont_changed 1
settings put secure psm_5G_mode 1.1
settings put secure ram_expand_size_list 0
settings put secure POWER_SAVE_GUIDE_ENABLE 0
settings put secure access_control_lock_enable 0
settings put secure gamebooster_data_migration 1
settings put secure gamebooster_remove_desktop_icon 0
settings put secure key_open_earthquake_warning 0
settings put secure password_has_promotioned 0
settings put secure power_performance_tile_enabled 1
settings put secure power_supersave_tile_enabled 1
settings put secure pref_open_game_booster 1
settings put secure shield_super_save_bar 1
settings put secure speed_mode_enable 1
settings put secure xspace_enabled 1
settings put secure xiaomi_high_precise_location 0
settings put secure vtb_boosting 1
settings put secure FBO_RULES
settings put secure FBO_STATE_OPEN 1
settings put secure cleaner_dc_shortcut_recall_invalid 1
settings put secure cleaner_main_shortcut_recall_invalid 1
settings put secure cleaner_main_shortcut_recall_status 0
settings put secure convert_perm_GetInstall 0
settings put secure global_satisfaction_miui_version 18
settings put secure is_cleaner_shortcut_restored 1
settings put secure auto_update 0
settings put secure auto_download 0
settings put secure gb_handsfree 0
settings put secure gb_notification 0
settings put secure pc_security_center_extreme_mode_enter 0
settings put secure ssl_session_cache file
settings put secure synergy_mode 1
settings put secure usb_audio_automatic_routing_disabled 0
settings put global low_power 0
settings put global low_power_mode 0
settings put global low_power_fps 144
settings put global thermal_status 0
settings put global animator_duration_scale 0.3
settings put global device_name "Nubia REDMAGIC 10 Pro"
settings put global fpsgo_support_status enable
settings put global window_animation_scale 0.3
settings put global tran_settings_all_animation_scale 0.3
settings put global tran_low_battery_60hz_refresh_rate_support 0
settings put global tran_90hz_refresh_rate_not_support 1
settings put global tran_settings_long_battery_swith_60hz 0
settings put global tran_device_name "Nubia REDMAGIC 10 Pro"
settings put global tran_device_name_default "Nubia REDMAGIC 10 Pro"
settings put global tran_max_cached_processes 0
settings put global tran_default_auto_refresh_support 0
settings put global tran_audio_game_mode_support 1
settings put global tran_pubg_support 1
settings put global tran_refresh_rate_support 1
settings put global tran_refresh_rate_video_detector_support 1
settings put global tran_need_recovery_refresh_mode 144
settings put global tran_dts_support 1
settings put global tran_low_storage_support 1
settings put global tran_ups_smooth_support 1
settings put global tran_default_temperature_index 99
settings put global tran_display_color_temperature_support 1
settings put global preferred_display_refresh_rate 144
settings put global transsion_scroll_adjust_support 1
settings put global transsion_frame_override_support 1
settings put global transsion_appturbo_agares_support 1
settings put global transsion_enable_supper_touch 1
settings put global transsion_enable_gms_secondary_dex2oat 1
settings put global transsion_launcher_boost_scene_support 1
settings put global transsion_backlight_hal_optimization 1
settings put global transition_animation_scale 0.3
settings put global transsion_refresh_rate_support 1
settings put global debug_pid_thermal_core stopped
settings put global debug_pid_thermald stopped
settings put global debug_pid_vendor_thermal_hal_2_0_mtk stopped
settings put global debug_pid_surfaceflinger 1468
settings put global dropbox:dumpsys:procstats disabled
settings put global dropbox:dumpsys:usagestats disabled
settings put global refresh_rate 144
settings put global wifi_scan_interval 180
settings put global preferred_network_mode 11
settings put global force_gpu_rendering 1
settings put global tcp_default_init_rwnd 60
settings put global enable_gpu_debug_layers 1
settings put global rendering_type metal
settings put global adaptive_battery_management_enabled 0
settings put global bypass_charging_power 2
settings put global bypass_charging_threshold 0
settings put global adb_allowed_connection_time 0
settings put global adb_enabled 1
settings put global adb_wifi_enabled 1
settings put global fstrim_interval 86400000
settings put global fstrim_service_interval 86400000
settings put global fstrim_mandatory_interval 86400000
settings put global fstrim_trim_interval 86400000
settings put global game_barrage_speed 2
settings put global game_bypass_charging 0
settings put global game_space_pace 1
settings put global game_temperature_control 0
settings put global gm_game_mode_state 2
settings put global low_power_sticky 0
settings put global launch_boost_disabled false
settings put global os_game_assistant_panel 1
settings put global ota_disable_automatic_update 1
settings put global tran_temp_battery_warning 0
settings put global transsion_game_acceleration 1
settings put global tranthunderback_enable 1
settings put global aod_disabled false
settings put global tran_cast_window_count 3
settings put global tran_alc_support 1
settings put global tran_led_support 0
settings put global tran_vibrate_drx_support 1
settings put global debug.force_rtl 0
settings put global debug_view_attributes 0
settings put global game_driver_all_apps 1
settings put global game_driver_opt_in_apps ""
settings put global game_driver_opt_out_apps
"[Link],[Link].maddennfl21mobile,[Link],[Link],c
[Link],[Link],[Link],[Link]
ware.TruckersofEurope3,[Link],[Link].GloftA9HM
,[Link],[Link],[Link],[Link],[Link]
ltiaccounts,[Link],[Link],[Link],
[Link],[Link],[Link],[Link]
,[Link],[Link].bh3oversea,[Link],[Link],c
[Link],[Link],[Link],co
[Link],[Link],[Link],[Link].l
iteuamo,[Link],[Link],[Link],com.
miraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
ithMom,[Link],[Link],[Link],[Link]
.sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link]
.newstate,[Link],[Link],[Link]
atefree,[Link],[Link],[Link],[Link]
olt.standoff2,[Link],[Link],org.y
uzu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW30
[Link],[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com
.[Link],[Link],[Link],com.C
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com
.[Link],[Link],[Link],[Link]
.ultramanglobal,[Link],[Link],com.racinggames_city.car.
racing_Free,[Link],[Link],[Link]
id,[Link],[Link],[Link]
,[Link],[Link],[Link]
.bilibili,[Link]"
settings put global game_driver_prerelease_opt_in_apps ""
settings put global updatable_driver_all_apps 1
settings put global updatable_driver_prerelease_opt_in_apps ""
settings put global updatable_driver_production_opt_in_apps ""
settings put global updatable_driver_production_opt_out_apps
"[Link],[Link].maddennfl21mobile,[Link],[Link],c
[Link],[Link],[Link],[Link]
ware.TruckersofEurope3,[Link],[Link].GloftA9HM
,[Link],[Link],[Link],[Link],[Link]
ltiaccounts,[Link],[Link],[Link],
[Link],[Link],[Link],[Link]
,[Link],[Link].bh3oversea,[Link],[Link],c
[Link],[Link],[Link],co
[Link],[Link],[Link],[Link].l
iteuamo,[Link],[Link],[Link],com.
miraclegames.farlight84,[Link],[Link],[Link]
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],com
.[Link],[Link],[Link],[Link]
ithMom,[Link],[Link],[Link],[Link]
.sea,[Link],[Link],[Link],[Link]
[Link],[Link],[Link],[Link],[Link]
.newstate,[Link],[Link],[Link]
atefree,[Link],[Link],[Link],[Link]
olt.standoff2,[Link],[Link],org.y
uzu.yuzu_emu,[Link],[Link].suyu_emu.relWithDebInfo,com.EGW30
[Link],[Link],[Link].ps4sim,[Link],[Link]
[Link],[Link],[Link],[Link].carxdr2,com
.[Link],[Link],[Link],com.C
[Link],[Link],[Link],[Link]
[Link],[Link],[Link],ro.alyn_sampmobile.game,com
.[Link],[Link],[Link],[Link]
.ultramanglobal,[Link],[Link],com.racinggames_city.car.
racing_Free,[Link],[Link],[Link]
id,[Link],[Link],[Link]
,[Link],[Link],[Link]
.bilibili,[Link]"
settings put global activity_manager_constants
max_cached_processes=0,background_settle_time=30000,fgservice_min_shown_time=1000,f
gservice_min_report_time=2000,fgservice_screen_on_before_time=1000,fgservice_screen
_on_after_time=3000,content_provider_retain_time=10000,gc_timeout=5000,gc_min_inter
val=60000,full_pss_min_interval=900000,full_pss_lowered_interval=300000,power_check
_interval=600000,power_check_max_cpu_1=70,power_check_max_cpu_2=80,power_check_max_
cpu_3=90,power_check_max_cpu_4=95,service_usage_interaction_time=1800000,usage_stat
s_interaction_interval=7200000,service_restart_duration=1000,service_reset_run_dura
tion=60000,service_restart_duration_factor=1,service_min_restart_time_between=5000,
service_max_inactivity=7200000,service_bg_start_timeout=10000,CUR_MAX_CACHED_PROCES
SES=0,CUR_MAX_EMPTY_PROCESSES=0,CUR_TRIM_EMPTY_PROCESSES=0,CUR_TRIM_CACHED_PROCESSE
S=1,foreground_service_start_timeout=2000
settings put global policy_control null*
settings put global enable_system_performance_mode 1
settings put global auto_fstrim 1
settings put global background_process_limit 0
settings put global battery_saver_enabled 0
settings put global cached_apps_freezer enabled
settings put global disable_surfaceflinger_vsync 0
settings put global disable_vsync 0
settings put global disturb_for_game_space_mode 1
settings put global disturb_for_game_space_mode_flag 0
settings put global dynamic_fps_control 0
settings put global dynamic_frame_management 0
settings put global dynamic_frame_rate 0
settings put global dynamic_refresh_rate_control 0
settings put global enable_hardware_acceleration 1
settings put global enable_hardware_composer 1
settings put global fast_animator 1
settings put global fast_transition 1
settings put global enable_hw_accel 1
settings put global dont_lower_fps 1
settings put global display_refresh_rate_override 1
settings put global sem_enhanced_cpu_responsiveness 1
settings put global app_auto_restriction_enabled 1
settings put global default_restrict_background_data 0
settings put global keep_profile_in_background 0
settings put global show_temperature_warning 0
settings put global swap_enabled 0
settings put global sys_free_storage_log_interval 1440
settings put global sys_storage_cache_max_bytes 262144
settings put global sys_traced 0
settings put global sys_use_compact_dalvik_heap 1
settings put global sys_zygote_critical_threshold 300
settings put global sys_dalvik_vm_heapgrowthlimit 96m
settings put global sys_dalvik_vm_heapmax 512m
settings put global sys_dalvik_vm_startsize 16m
settings put global sys_mem_compaction 1
settings put global sys_fstrim_interval 86400000
settings put global sys_fstrim_idle 0
settings put global sys_fstrim_boot 1
settings put global sys_gpu_critical_threshold 85
settings put global sys_cpu_critical_threshold 90
settings put global sys_device_idle_mode 0
settings put global user_experience_enabled 0
settings put global user_switcher_enabled 0
settings put global warning_temperature 0
settings put global enable_automatic_system_server_heap_dumps 0
settings put global PERF_RES_NET_BT_AUDIO_LOW_LATENCY 1
settings put global PERF_RES_NET_WIFI_LOW_LATENCY 1
settings put global PERF_RES_NET_MD_WEAK_SIG_OPT 1
settings put global PERF_RES_NET_NETD_BOOST_UID 1
settings put global PERF_RES_NET_MD_HSR_MODE 1
settings put global fstrim_enhance 1
settings put global force_sw_gles 1
settings put global disable_gl_preload 1
settings put global support_one_handed_mode 1
settings put global force_boost_cpu 1
settings put global log_expensive_rendering 0
settings put global supports_desired_transition_mode 1
settings put global force_populate_color_modes 1
settings put global force_cpuset_system_default 1
settings put global pack_nwc_kmsg 1
settings put global vivo_device_name "Nubia REDMAGIC 10 Pro"
settings put global transsion_cpubooster.heavy_loading_support 1
settings put global tran_high_temperature_fps_support 1
settings put global speed_mode_enabled 1
settings put global settings_rom_support_official_guide_dialog 1
settings put global settings_network_and_internet_v2 false
settings put global sem_enhanced_cpu_responsiveness 1
settings put global sem_performance_mode 4
settings put global sem_perftune_cpugpu 1
settings put global sem_perftune_ram 1
settings put global sem_turbo_mode 1
settings put global send_action_app_error 1
settings put global disable_sf_sched 1
settings put global transsion_disable_sf_sched 1
settings put global multi_touch_enabled 1
settings put global sampling_profiler 0
settings put global ingress_rate_limit_bytes_per_second -1
settings put global hardware_rendering_enabled 1
settings put global foreground_mem_priority high
settings put global enable_gpu_renderer 1
settings put global dc_ab_install_autopause_tempetatrue 0
settings put global dc_ab_install_autopause_tempetatrue_intelligent 0
settings put global dc_ab_verify_autopause_tempetatrue 0
settings put global dc_ab_verify_autopause_tempetatrue_intelligent 0
settings put global database_creation_buildid AQ3A.144829.003
settings put global aggressive_battery_saver 0
settings put global aggressive_idle_enabled 0
settings put global aggressive_stanby_enabled 0
settings put global aggressive_standby_enabled 1
settings put global support_app_animation_window 0
settings put global DYNAMIC_PERFORMANCE_DEFAULT_STATUS 0
settings put global DYNAMIC_PERFORMANCE_STATUS 0
settings put global app_restriction_enabled 1
settings put global automatic_power_save_mode 0
settings put global game_temperature 0
settings put global hardware_accelerated_graphics_decoding 1
settings put global hardware_accelerated_rendering_enabled 1
settings put global hardware_accelerated_video_decode 1
settings put global hardware_accelerated_video_encode 1
settings put global hardware_acceleration_mode 1
settings put global hardware_rendering_enabled 1
settings put global vivo_device_name "Nubia REDMAGIC 10 Pro"
settings put global vivo_screen_refresh_rate_mode 144
settings put global hide_gesture_line 0
settings put global block_untrusted_to 0
settings put global ram_expand_size 0
settings put global verage_time_to_discharge -1
settings put global debug_hwui_renderer moltengl
settings put global activity_starts_logging_enabled 0
settings put global hide_carrier_network_settings 0
settings put global show_gamespace_edge_panel 1
settings put global ai_net_control_enable 1
settings put global apm_enhancement_enabled 1
settings put global current_watchface_decomposable 0
settings put global dynamic_sar_ctl_move 0
settings put global gamespace_memory_control 1
settings put global graphic_hdr_settings 0
settings put global libOptimazedToggle 0
settings put global libsEnforcingDoze disabled
settings put global os_game_e_sports_mode 0
settings put global os_game_esports_control_two 0
settings put global os_island_load_default_settings_data 1
settings put global os_island_play_card_switch 1
settings put global os_game_gesture_switch 0
settings put global os_island_background_call_switch 1
settings put global os_island_charge_switch 1
settings put global os_island_face_unlock_switch 1
settings put global os_navigationbar_gesture 0
settings put global os_screen_buttons_intercept 0
settings put global os_smartpanel_show 0
settings put global os_supreme_user_experience 0
settings put global otg_mode 1
settings put global speedModeToggle 1
settings put global touchSamplingToggle 1
settings put global tran_5g_switch_onoff 1
settings put global tran_led_free_fire_fire_setting 1
settings put global tran_led_free_fire_open_mirror_setting 1
settings put global tran_led_game_fire_lighting_setting 1
settings put global tran_led_game_launch_setting 0
settings put global tran_led_game_performance_setting 1
settings put global tran_led_game_pubg_lighting_setting 1
settings put global tran_led_lighting_setting 0
settings put global tran_led_pubg_drive_setting 1
settings put global tran_led_pubg_fire_setting 1
settings put global tran_led_pubg_open_mirror_setting 1
settings put global tran_led_start_boot_lighting_setting 0
settings put global tran_led_support 0
settings put global tran_led_version 5
settings put global tran_limited_frequency 0
settings put global tran_low_battery_notify 0
settings put global tran_pw_memc 1
settings put global tran_smart5g_special_ops
405855,405856,405872,405857,405858,405859,405860,405861,405862,405873,404863,406864
,405874,405865,405866,405867,405868,405869,405869,405854,405871,405870,405840
settings put global tran_subid_for_slot1 -1
settings put global tran_subid_for_slot2 1
settings put global tran_tdd_dual_mic_controller 1
settings put global transsion_cpubooster_heavy_loading_support 1
settings put global transsion_disable_sf_sched 1
settings put global transsion_key_sp_sidebar_version 1
settings put global transsion_os_game_block_control_center 0
settings put global transsion_os_game_block_gestures 0
settings put global va_hdr_mode 0
settings put global xos_launcher_text_color -1
settings put global transsion_turbo_assistant 1
settings put global [Link] 3
settings put global dropbox:_STR_HASH enabled
settings put global dropbox:BATTERY_DISCHARGE_INFO enabled
settings put global dropbox:dumpsys:account enabled
settings put global dropbox:dumpsys:batterystats enabled
settings put global dropbox:dumpsys:diskstats enabled
settings put global dropbox:dumpsys:package enabled
settings put global dropbox:dumpsys:procstats enabled
settings put global dropbox:dumpsys:usagestats enabled
settings put global dropbox:dumpsys:user enabled
settings put global dropbox:event_data enabled
settings put global dropbox:event_log enabled
settings put global dropbox:netstats_error enabled
settings put global dropbox:storage_trim enabled
settings put global dropbox:SYSTEM_AUDIT enabled
settings put global dropbox:SYSTEM_BOOT enabled
settings put global dropbox:SYSTEM_FSCK enabled
settings put global dropbox:system_server_lowmem enabled
settings put global dropbox_reserve_percent 0
settings put global wait_for_debugger 0
settings put global app_idle_constants ""
settings put global enhanced_processing true
settings put global low_power_sticky_auto_disable_enabled 0
settings put global quick_doze_enabled false
settings put global night_display_forced_auto_mode_available 1
settings put global optional_sensors_disabled true
settings put global APP_SWITCH_DELAY_TIME false
settings put global DoubleTouch oem
settings put global GPUTUNER_SWITCH true
settings put global FPSTUNER_SWITCH false
settings put global PowerbuttonTapping 0
settings put global QuietInterval 0
settings put global trans_dynamic_applied_json
"{[Link].adaptive_icon_shape:[Link],androi
[Link].system_palette:14C764,[Link].accent_colo
r:14C764,_applied_timestamp:1736436144668,[Link].color_source:
preset,[Link].color_index:2,[Link].theme_
style:VIBRANT,[Link].trans_color_type:PRESET_COLOR,[Link]
[Link].preset_name:preset_brand_green}"
settings put global 5g_icon_group_mode0 1
settings put global 5g_icon_group_mode1 1
settings put global current_user_id 0
settings put global disable_window_blurs 1
settings put global dual_4g_mode_enabled 1
settings put global enable_fileexplorer_private_folder 0
settings put global enhanced_mac_randomization_force_enabled 0
settings put global force_black 0
settings put global force_black_v2 0
settings put global gcbooster_uuid 0
settings put global hdmi_control_auto_device_off_enabled 1
settings put global hybrid_sysui_battery_warning_flags
settings put global isExternalRamOn 1
settings put global is_fastconnect_scan_enable 1
settings put global pref_key_sys_app_auto_update 0
settings put global pref_key_wallpaper_screen_scrolled_span 0
settings put global require_password_to_decrypt 0
settings put global set_install_location 0
settings put global show_notification_channel_warnings 0
settings put global subscription_mode 0
settings put global sys_uidcpupower ""
settings put global sysui_powerui_enabled 0
settings put global theater_mode_on 0
settings put global torch_state 0
settings put global use_gesture_version_three 0
settings put global user_aggregate -3
settings put global user_disabled_hdr_formats ""
settings put global user_fold -3
settings put global key_securitycenter_never_show_vb_box 0
settings put global zman_cloud_disable 1
settings put global sem_low_heat_mode 1
settings put global ai_total_preloaded_r 17
settings put global ai_total_used_l 15
settings put global lc3Enable 0
settings put global overlay_display_devices null
settings put global support_health_in_emergency_dialer 0
} > /dev/null 2>&1
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Selesai
Menjalankan Tweak Settings Put Cadangan.' > /dev/null 2>&1
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Menjalankan
Tweak Game Manager Services.' > /dev/null 2>&1
# Parse --uid option
while [[ "$#" -gt 0 ]]; do
case $1 in
--uid)
USER_ID=$2
shift 2
;;
*)
shift
;;
esac
done

# Detect the default user ID if --uid is not provided


if [ -z "$USER_ID" ]; then
USER_ID=$(cmd user list | grep 'default' | cut -f 2 -d ' ')
# If default user is not found, fall back to user 0
USER_ID=${USER_ID:-0}
fi
# Output the detected or provided USER_ID
echo "User ID: $USER_ID"

# Initialize arrays for successful and failed apps


SUCCESS_APPS=()
FAILED_APPS=()

# Function to log details of each tweak and send notifications


log_tweak_result() {
local app="$1"
local tweak_name="$2"
local result="$3"

if [[ "$result" -eq 0 ]]; then


echo "Success: $tweak_name applied to $app"
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag'
"Successfully applied $tweak_name to $app." > /dev/null 2>&1
else
echo "Failed: $tweak_name could not be applied to $app"
cmd notification post -S bigtext -t '⚠️ @modulegaming6969fps' 'Tag' "Failed
to apply $tweak_name to $app." > /dev/null 2>&1
fi
}

for app in $(cmd package list packages -3 | cut -f 2 -d ":"); do


if [[ "$app" != "[Link]" && "$app" != "[Link]" &&
"$app" != "[Link]" && "$app" != "[Link]" && "$app" !=
"[Link]" ]]; then
echo "Applying tweaks to $app..."
# Initialize success flag
all_success=true

# Tweak Downscale
cmd game list-config "$app" > /dev/null 2>&1
cmd game list-modes "$app" > /dev/null 2>&1
cmd game downscale 0.9 "$app" > /dev/null 2>&1
if [[ $? -ne 0 ]]; then
#Tweak Cadangan
cmd game list-config "$app" > /dev/null 2>&1
cmd game list-modes "$app" > /dev/null 2>&1
cmd device_config put game_overlay "$app"
mode=2,fps=144,angle=false,scaling=0.9,downscale=0.9,downscaleFactor=0.9,resolution
Scaling=0.9:mode=3,fps=144,angle=false,scaling=0.9,downscale=0.9,downscaleFactor=0.
9,resolutionScaling=0.9 > /dev/null 2>&1
log_tweak_result "$app" "cmd device_config sebagai cadangan" $?
else
log_tweak_result "$app" "cmd game downscale" 0
fi

# Tweak Downscale & fps


cmd game list-config "$app" > /dev/null 2>&1
cmd game list-modes "$app" > /dev/null 2>&1
cmd game set --mode 2 --fps 144 --downscale 0.9 --user 2000 "$app"; cmd
game set --mode 3 --fps 144 --downscale 0.9 --user 2000 "$app" > /dev/null 2>&1
if [[ $? -ne 0 ]]; then
#Tweak Cadangan
cmd game list-config "$app" > /dev/null 2>&1
cmd game list-modes "$app" > /dev/null 2>&1
cmd device_config put game_overlay "$app"
mode=2,fps=144,angle=false,scaling=0.9,downscale=0.9,downscaleFactor=0.9,resolution
Scaling=0.9:mode=3,fps=144,angle=false,scaling=0.5,downscale=0.9,downscaleFactor=0.
9,resolutionScaling=0.9 > /dev/null 2>&1
log_tweak_result "$app" "cmd device_config sebagai cadangan" $?
else
log_tweak_result "$app" "cmd game set mode performance" 0
fi

# Tweak Downscale & fps


cmd game list-config "$app" > /dev/null 2>&1
cmd game list-modes "$app" > /dev/null 2>&1
cmd game set --mode 2 --fps 144 --downscale 0.9 --user $USER_ID "$app"; cmd
game set --mode 3 --fps 144 --downscale 0.9 --user $USER_ID "$app" > /dev/null 2>&1
if [[ $? -ne 0 ]]; then
#Tweak Cadangan
cmd game list-config "$app" > /dev/null 2>&1
cmd game list-modes "$app" > /dev/null 2>&1
cmd device_config put game_overlay "$app"
mode=2,fps=144,angle=false,scaling=0.9,downscale=0.9,downscaleFactor=0.9,resolution
Scaling=0.9:mode=3,fps=144,angle=false,scaling=0.9,downscale=0.9,downscaleFactor=0.
9,resolutionScaling=0.9 > /dev/null 2>&1
log_tweak_result "$app" "cmd device_config sebagai cadangan" $?
else
log_tweak_result "$app" "cmd game set mode 2" 0
fi

# Tweak Performance
cmd game list-config "$app" > /dev/null 2>&1
cmd game list-modes "$app" > /dev/null 2>&1
cmd game mode performance "$app" > /dev/null 2>&1
if [[ $? -ne 0 ]]; then
# Tweak Cadangan 1
cmd game list-config "$app" > /dev/null 2>&1
cmd game list-modes "$app" > /dev/null 2>&1
cmd game mode 2 "$app" > /dev/null 2>&1
if [[ $? -ne 0 ]]; then
# Tweak Cadangan 2
cmd game list-config "$app" > /dev/null 2>&1
cmd game list-modes "$app" > /dev/null 2>&1
cmd game set --mode 2 --user 0 "$app" > /dev/null 2>&1
if [[ $? -ne 0 ]]; then
# Tweak Cadangan 3
cmd game list-config "$app" > /dev/null 2>&1
cmd game list-modes "$app" > /dev/null 2>&1
cmd game set --mode 2 "$app" > /dev/null 2>&1
if [[ $? -ne 0 ]]; then
# Tweak Cadangan 4
cmd game list-config "$app" > /dev/null 2>&1
cmd game list-modes "$app" > /dev/null 2>&1
cmd game set --mode 2 --user $USER_ID "$app" > /dev/null
2>&1
log_tweak_result "$app" "cmd game set --mode 2 --user
$USER_ID sebagai cadangan keempat" $?
else
log_tweak_result "$app" "cmd game set --mode 2 sebagai
cadangan ketiga" 0
fi
else
log_tweak_result "$app" "cmd game set --mode 2 --user 0 sebagai
cadangan kedua" 0
fi
else
log_tweak_result "$app" "cmd game mode 2 sebagai cadangan pertama"
0
fi
else
log_tweak_result "$app" "cmd game mode performance" 0
fi

cmd device_config get game_overlay "$app"


log_tweak_result "$app" "Get (periksa) Game overlay mode and FPS" $?

# Check for any failed tweak


if [[ $? -ne 0 ]]; then
all_success=false
fi

# Record app success or failure


if $all_success; then
echo "All tweaks successfully applied to $app"
SUCCESS_APPS+=("$app")
else
echo "Some tweaks failed for $app"
FAILED_APPS+=("$app")
fi
fi
done

# Summary of tweaks
if [ ${#SUCCESS_APPS[@]} -gt 0 ]; then
echo "Successfully applied tweaks to the following apps:"
for app in "${SUCCESS_APPS[@]}"; do
echo "- $app"
cmd notification post -S bigtext -t '✅ @modulegaming6969fps' 'Tag'
"Successfully applied all tweaks to $app." > /dev/null 2>&1
done
fi

if [ ${#FAILED_APPS[@]} -gt 0 ]; then


echo "Failed to fully apply tweaks to the following apps:"
for app in "${FAILED_APPS[@]}"; do
echo "- $app"
cmd notification post -S bigtext -t '❌ @modulegaming6969fps' 'Tag' "Failed
to fully apply tweaks to $app." > /dev/null 2>&1
done
fi
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Selesai
Menjalankan Tweak Game Manager Services.' > /dev/null 2>&1
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Menjalankan
Tweak Game & Ram Booster.' > /dev/null 2>&1
{
# Parse --uid and --uuid options
while [[ "$#" -gt 0 ]]; do
case $1 in
--uid)
USER_ID=$2
shift 2
;;
--uuid)
UUID=$2
shift 2
;;
*)
shift
;;
esac
done

# Detect the default user ID if --uid is not provided


if [ -z "$USER_ID" ]; then
USER_ID=$(cmd user list | grep 'default' | cut -f 2 -d ' ')
# If default user is not found, fall back to user 0
USER_ID=${USER_ID:-0}
fi

# Detect default UUID if --uuid is not provided


if [ -z "$UUID" ]; then
UUID=$(sm list-volumes public | grep -oE '[a-f0-9\-]{36}' | head -n 1)
# If no UUID is found, fallback to internal storage
UUID=${UUID:-internal}
fi

# Output the detected or provided USER_ID and UUID


echo "User ID: $USER_ID"
echo "UUID: $UUID"

# Example usage of UUID in pm trim-caches command


DESIRED_FREE_SPACE=999G
pm trim-caches $DESIRED_FREE_SPACE $UUID
cmd package trim-caches $DESIRED_FREE_SPACE $UUID

SUCCESS_APPS=()
FAILED_APPS=()

# Function to log details of each tweak and send notifications


log_tweak_result() {
local app="$1"
local tweak_name="$2"
local result="$3"

if [[ "$result" -eq 0 ]]; then


echo "Success: $tweak_name applied to $app"
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag'
"Successfully applied $tweak_name to $app." > /dev/null 2>&1
else
echo "Failed: $tweak_name could not be applied to $app"
cmd notification post -S bigtext -t '⚠️ @modulegaming6969fps' 'Tag' "Failed
to apply $tweak_name to $app." > /dev/null 2>&1
fi
}

for app in $(cmd package list packages -3 | cut -f 2 -d ":"); do


if [[ "$app" != "[Link]" && "$app" != "[Link]" &&
"$app" != "[Link]" && "$app" != "[Link]" && "$app" !=
"[Link]" ]]; then
echo "Applying tweaks to $app..."
# Initialize success flag
all_success=true

# Game Booster
cmd device_confg get game_overlay "$app"
cmd thermalservice override-status 0 > /dev/null 2>&1
cmd power set-fixed-performance-mode-enabled 1 > /dev/null 2>&1
cmd power set-adaptive-power-saver-enabled 0 > /dev/null 2>&1
cmd power set-mode 0 > /dev/null 2>&1
cmd shortcut reset-throttling "$app" > /dev/null 2>&1
cmd shortcut reset-all-throttling "$app" > /dev/null 2>&1
rm -rf /storage/emulated/0/android/data/"$app"/cache > /dev/null 2>&1
rm -rf /data/dalvik-cache/* > /dev/null 2>&1
rm -rf /data/system/usagestats/* > /dev/null 2>&1
rm -rf /data/system/cache/* > /dev/null 2>&1
rm -rf /data/system/log/* > /dev/null 2>&1
cmd package trim-caches 999G $UUID "$app" > /dev/null 2>&1
pm trim-caches 999G $UUID "$app" > /dev/null 2>&1
cmd activity force-stop --user $USER_ID "$app" > /dev/null 2>&1
cmd activity kill --user $USER_ID "$app" > /dev/null 2>&1
cmd activity stop-app --user $USER_ID "$app" > /dev/null 2>&1
cmd activity kill-all --user $USER_ID "$app" > /dev/null 2>&1
am force-stop --user $USER_ID "$app" > /dev/null 2>&1
am kill --user $USER_ID "$app" > /dev/null 2>&1
am stop-app --user $USER_ID "$app" > /dev/null 2>&1
am kill-all --user $USER_ID "$app" > /dev/null 2>&1
sync > /dev/null 2>&1
if [[ $? -ne 0 ]]; then
#Tweak Cadangan
cmd thermalservice override-status 0 > /dev/null 2>&1
cmd power set-fixed-performance-mode-enabled 1 > /dev/null 2>&1
cmd power set-adaptive-power-saver-enabled 0 > /dev/null 2>&1
cmd power set-mode 0 > /dev/null 2>&1
cmd shortcut reset-throttling "$app" > /dev/null 2>&1
cmd shortcut reset-all-throttling "$app" > /dev/null 2>&1
rm -rf /storage/emulated/0/android/data/"$app"/cache > /dev/null 2>&1
rm -rf /data/dalvik-cache/* > /dev/null 2>&1
rm -rf /data/system/usagestats/* > /dev/null 2>&1
rm -rf /data/system/cache/* > /dev/null 2>&1
rm -rf /data/system/log/* > /dev/null 2>&1
cmd package trim-caches 999G "$app" > /dev/null 2>&1
pm trim-caches 999G "$app" > /dev/null 2>&1
cmd activity force-stop --user 2000 "$app" > /dev/null 2>&1
cmd activity kill --user 2000 "$app" > /dev/null 2>&1
cmd activity stop-app --user 2000 "$app" > /dev/null 2>&1
cmd activity kill-all --user 2000 "$app" > /dev/null 2>&1
am force-stop --user 2000 "$app" > /dev/null 2>&1
am kill --user 2000 "$app" > /dev/null 2>&1
am stop-app --user 2000 "$app" > /dev/null 2>&1
am kill-all --user 2000 "$app" > /dev/null 2>&1
sync > /dev/null 2>&1
log_tweak_result "$app" "Game+Ram Booster Cadangan" $?
else
log_tweak_result "$app" "Game+Ram Booster Utama" 0
fi

# Check for any failed tweak


if [[ $? -ne 0 ]]; then
all_success=false
fi
# Record app success or failure
if $all_success; then
echo "All tweaks successfully applied to $app"
SUCCESS_APPS+=("$app")
else
echo "Some tweaks failed for $app"
FAILED_APPS+=("$app")
fi
fi
done

# Summary of tweaks
if [ ${#SUCCESS_APPS[@]} -gt 0 ]; then
echo "Successfully applied tweaks to the following apps:"
for app in "${SUCCESS_APPS[@]}"; do
echo "- $app"
cmd notification post -S bigtext -t '✅ @modulegaming6969fps' 'Tag'
"Successfully applied all tweaks to $app." > /dev/null 2>&1
done
fi

if [ ${#FAILED_APPS[@]} -gt 0 ]; then


echo "Failed to fully apply tweaks to the following apps:"
for app in "${FAILED_APPS[@]}"; do
echo "- $app"
cmd notification post -S bigtext -t '❌ @modulegaming6969fps' 'Tag' "Failed
to fully apply tweaks to $app." > /dev/null 2>&1
done
fi
} > /dev/null 2>&1
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Selesai
Menjalankan Tweak Game & Ram Booster.' > /dev/null 2>&1
dumpsys game
echo "Apabila Tweak Tidak Tidak Masuk Failed Atau Gagal Gpp"
echo "Berarti Lu Gak Support tweak cmd game"
echo "Gpp masih bisa tweak cmd device_config"
sleep 0.5
echo "Pemasangan Module Nubia REDMAGIC 10 Pro ❗❗"
echo ""
sleep 5
echo " [■□□□□□□□□□] "
sleep 2
echo " [■■□□□□□□□□] "
sleep 2
echo " [■■■□□□□□□□] "
sleep 2
echo " [■■■■□□□□□□] "
sleep 2
echo " [■■■■■□□□□□] "
sleep 2
echo " [■■■■■■□□□□] "
sleep 2
echo " [■■■■■■■□□□] "
sleep 2
echo " [■■■■■■■■□□] "
sleep 2
echo " [■■■■■■■■■□] "
sleep 0.5
echo ""
echo "Success Terpasang Module Nubia REDMAGIC 10 Pro ❗❗"
echo ""
cmd notification post -S bigtext -t '⚡ @modulegaming6969fps' 'Tag' 'Successfully
Applied.' > /dev/null 2>&1
# Pendeteksian USER_ID
if [[ -z "$USER_ID" ]]; then
echo "USER_ID tidak ditentukan. Silakan set USER_ID sebelum menjalankan skrip
ini."
exit 1
fi

# Pengecekan apakah pengguna dengan USER_ID ada


if pm list users | grep -q "$USER_ID"; then
if pm remove-user "$USER_ID" > /dev/null 2>&1; then
echo "User dengan ID $USER_ID telah dihapus." > /dev/null
else
echo "Gagal menghapus user dengan ID $USER_ID." > /dev/null
fi
else
echo "User dengan ID $USER_ID tidak ada." > /dev/null
fi

# Menghapus user dengan ID 999


if pm remove-user 0 > /dev/null 2>&1; then
echo "User dengan ID 999 telah dihapus." > /dev/null
else
echo "Gagal menghapus user dengan ID 999 atau user tidak ada." > /dev/null
fi

# Menghapus user dengan ID 999


if pm remove-user 999 > /dev/null 2>&1; then
echo "User dengan ID 999 telah dihapus." > /dev/null
else
echo "Gagal menghapus user dengan ID 999 atau user tidak ada." > /dev/null
fi

# Menghapus user dengan ID 2000


if pm remove-user 2000 > /dev/null 2>&1; then
echo "User dengan ID 2000 telah dihapus." > /dev/null
else
echo "Gagal menghapus user dengan ID 2000 atau user tidak ada." > /dev/null
fi

# Tampilkan daftar pengguna setelah penghapusan, mengalihkan output ke /dev/null


pm list users > /dev/null 2>&1

# Menampilkan UID, PID, dan USER_ID di akhir


echo "UID: $(id -u)"
echo "PID: $$"
echo "USER_ID: ${USER_ID:-Not set}" # Menampilkan USER_ID atau 'Not set' jika
tidak ada
echo

# Fungsi untuk memeriksa perintah yang tersedia


command_exists() {
command -v "$1" >/dev/null 2>&1
}
#!/bin/bash

# Deteksi perangkat
device_name=$(getprop [Link])

# Menampilkan hasil deteksi


echo "Nama Device: $device_name"

# Deteksi OS dan versi


os_version=$(getprop [Link])
android_sdk=$(getprop [Link])
echo "OS: Android $os_version (SDK $android_sdk)"

# Deteksi RAM (dalam MB)


total_ram=$(grep MemTotal /proc/meminfo | awk '{print $2 / 1024 " MB"}')
available_ram=$(grep MemAvailable /proc/meminfo | awk '{print $2 / 1024 " MB"}')
echo "RAM Total: $total_ram"
echo "RAM Tersedia: $available_ram"

# Deteksi Brand & Manufacturer


build_brand=$(getprop [Link])
cpu_manufacturer=$(getprop [Link])
cpu_vendor_manufacturer=$(getprop [Link])
hardware_soc_manufacturer=$(getprop [Link])
# Output hasil
echo "Brand: $build_brand"
echo "Manufacturer: $cpu_manufacturer $cpu_vendor_manufacturer
$hardware_soc_manufacturer"

# Deteksi chipset (SoC)


chipset_qti_name=$(getprop [Link].soc_name)
chipset_mtk_name=$(getprop [Link].external_name)
chipset_mtk_name2=$(getprop [Link].part_name)
cpu_chipname=$(getprop [Link])
cpu_hardware_chipname=$(getprop [Link])
echo "Soc Name: $chipset_qti_name $chipset_mtk_name $chipset_mtk_name2
$cpu_chipname $cpu_hardware_chipname"

# Deteksi CPU
cpu_cores=$(grep -c ^processor /proc/cpuinfo)
cpu_model_universal=$(getprop [Link])
cpu_model_mtk=$(getprop [Link])
cpu_model_qti=$(getprop [Link].soc_model)
cpu_model_oppo=$(getprop [Link])
echo "Soc Model: $cpu_model_universal $cpu_model_mtk $cpu_model_qti
$cpu_model_oppo"

gpu_renderer=$(dumpsys SurfaceFlinger 2>/dev/null | grep -i 'GLES' | awk -F': '


'{print $2}')
if [ -z "$gpu_renderer" ]; then
gpu_renderer=$(cat /proc/driver/gpu/render | grep -i 'renderer' | awk -F': '
'{print $2}')
fi

if [ -n "$gpu_renderer" ]; then
echo "GPU: $gpu_renderer"
else
echo "GPU tidak terdeteksi."
fi
# OpenGLES version
#65536
#65535
#131072
#196608
#196609
#196610
#197632
#196628
#198656
#327680
#393216
#458752
#524288
#589824

versi_opengles=$(getprop [Link])

if [ -z "$versi_opengles" ]; then
echo "Tidak dapat mendeteksi versi OpenGL ES."
else
case "$versi_opengles" in
65536) version_name="OpenGL ES-CM 1.0" ;;
65535) version_name="OpenGL ES-CM 1.1" ;;
131072) version_name="OpenGL ES 2.0" ;;
196608) version_name="OpenGL ES 3.0" ;;
196609) version_name="OpenGL ES 3.1" ;;
196610) version_name="OpenGL ES 3.1" ;;
196628) version_name="OpenGL ES 3.2" ;;
197632) version_name="OpenGL ES 3.2" ;;
198656) version_name="OpenGL ES 3.2" ;;
327680) version_name="OpenGL ES 5.0" ;;
393216) version_name="OpenGL ES 6.0" ;;
458752) version_name="OpenGL ES 7.0" ;;
524288) version_name="OpenGL ES 8.0" ;;
589824) version_name="OpenGL ES 9.0" ;;
0) version_name="OpenGL ES tidak tersedia" ;;
*) version_name="Versi OpenGL ES tidak dikenali" ;;
esac
echo "Versi OpenGL ES: $version_name ($versi_opengles)"
fi

# Deteksi penyimpanan
total_storage=$(df -h /data | awk 'NR==2 {print $2}')
available_storage=$(df -h /data | awk 'NR==2 {print $4}')
echo "Penyimpanan Total: $total_storage"
echo "Penyimpanan Tersedia: $available_storage"

# Deteksi baterai
battery_level=$(dumpsys battery | grep level | awk '{print $2 "%"}')
battery_status=$(dumpsys battery | grep status | awk '{print $2}')
case $battery_status in
1) status="Unknown" ;;
2) status="Charging" ;;
3) status="Discharging" ;;
4) status="Not Charging" ;;
5) status="Full" ;;
*) status="Unknown" ;;
esac
echo "Baterai: $battery_level ($status)"

# Deteksi sensor
sensor_count=$(getprop [Link] | tr ',' '\n' | wc -l)
echo "Jumlah Sensor: $sensor_count"

# Deteksi resolusi layar


if command_exists wm; then
resolution=$(wm size | awk '{print $3}')
else
resolution=$(dumpsys display | grep "mBaseDisplayInfo" | awk -F' ' '{print
$3}')
fi
echo "Resolusi Layar: $resolution"

# Fungsi untuk memeriksa apakah sebuah perintah ada


command_exists() {
command -v "$1" >/dev/null 2>&1
}

# Inisialisasi variabel untuk densitas layar


density=""
lcd_density=""

# Deteksi densitas layar menggunakan wm atau dumpsys


if command_exists wm; then
density=$(wm density | awk '{print $2 " dpi"}')
elif command_exists dumpsys; then
density=$(dumpsys display | grep "mBaseDisplayInfo" | awk -F'=' '{print $2}' |
awk '{print $1 " dpi"}')
else
echo "Perintah untuk mendeteksi densitas layar tidak ditemukan."
exit 1
fi

# Deteksi [Link].lcd_density
lcd_density=$(getprop [Link].lcd_density)

# Cek apakah lcd_density berhasil didapat


if [ -z "$lcd_density" ]; then
echo "Tidak dapat mendeteksi nilai [Link].lcd_density."
else
echo "LCD Density ([Link].lcd_density): ${lcd_density} dpi"
fi

# Output densitas layar yang dideteksi


if [ -n "$density" ]; then
echo "Densitas Layar: $density"
else
echo "Densitas layar tidak dapat dideteksi."
fi

# Deteksi versi kernel


kernel_version=$(uname -r)
echo "Versi Kernel: $kernel_version"

# Deteksi uptime
uptime=$(cat /proc/uptime | awk '{print int($1/3600) " jam " int(($1%3600)/60) "
menit"}')
echo "Uptime: $uptime"

# Deteksi Virtual RAM (Swap)


total_swap=$(grep SwapTotal /proc/meminfo | awk '{print $2 / 1024 " MB"}')
free_swap=$(grep SwapFree /proc/meminfo | awk '{print $2 / 1024 " MB"}')

echo "Virtual RAM (Swap) Total: $total_swap"


echo "Virtual RAM (Swap) Bebas: $free_swap"

echo "╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗"
echo "║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣"
echo "╠╗║╚╝║║╠╗║╚╣║║║║║═╣"
echo "╚═╩══╩═╩═╩═╩╝╚╩═╩═╝"

# Menunggu 5 detik sebelum membuka aplikasi YouTube


echo "Menunggu 5 detik sebelum membuka aplikasi YouTube..."
sleep 5

# Membuka URL YouTube


am start -a [Link] -d
"[Link]

Anda mungkin juga menyukai