Skip to content
Snippets Groups Projects
Verified Commit 8e4767a3 authored by zycromerz's avatar zycromerz
Browse files

update README.md


Signed-off-by: default avatarZyCromerZ <neetroid97@gmail.com>
parent f88d5597
No related branches found
No related tags found
No related merge requests found
...@@ -125,9 +125,21 @@ dan jangan sentuh / ubah file apapun di dalam folder <code>/data/adb/modules/(Id ...@@ -125,9 +125,21 @@ dan jangan sentuh / ubah file apapun di dalam folder <code>/data/adb/modules/(Id
* zyc_mc * zyc_mc
* untuk mengubah frequensi CPU atau cek frequansi CPU * untuk mengubah frequensi CPU atau cek frequansi CPU
## Optional Config ## Just idk
* Path : /sdcard/sultan_pid.txt ```
* untuk mengubah mode sultan pid, list isinya ## Start End
* n ato no ato disable : buat selalu disable sultan pid
* y ato yes ato enable : buat selalu enable sultan pid if [[ "$(cat /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps.conf)" == "0" ]];then
* game packageid (like <code>com.miHoYo.GenshinImpact</code>) (sultan pid mode cuma enabled setlah app based config ini berjalan) echo "1" > /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps.conf
\ No newline at end of file else
echo "0" > /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps.conf
fi
# Pause Resume
if [[ "$(cat /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps_status.conf)" == "0" ]];then
echo "1" > /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps_status.conf
else
echo "0" > /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps_status.conf
fi
```
\ No newline at end of file
...@@ -125,9 +125,21 @@ and please dont touch / edit any files inside folder <code>/data/adb/modules/(Mo ...@@ -125,9 +125,21 @@ and please dont touch / edit any files inside folder <code>/data/adb/modules/(Mo
* zyc_mc * zyc_mc
* for change CPU frequency or check CPU frequency * for change CPU frequency or check CPU frequency
## Optional Config ## Just idk
* Path : /sdcard/sultan_pid.txt ```
* for change sultan pid mode, list value ## Start End
* n or no or disable : for always disable sultan pid
* y or yes or enable : for always enable sultan pid if [[ "$(cat /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps.conf)" == "0" ]];then
* game packageid (like <code>com.miHoYo.GenshinImpact</code>) (sultan pid mode only enabled after app based this config running) echo "1" > /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps.conf
\ No newline at end of file else
echo "0" > /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps.conf
fi
## Pause Resume
if [[ "$(cat /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps_status.conf)" == "0" ]];then
echo "1" > /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps_status.conf
else
echo "0" > /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps_status.conf
fi
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment