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
* zyc_mc
* untuk mengubah frequensi CPU atau cek frequansi CPU
## Optional Config
* Path : /sdcard/sultan_pid.txt
* untuk mengubah mode sultan pid, list isinya
* n ato no ato disable : buat selalu disable sultan pid
* y ato yes ato enable : buat selalu enable sultan pid
* game packageid (like <code>com.miHoYo.GenshinImpact</code>) (sultan pid mode cuma enabled setlah app based config ini berjalan)
\ No newline at end of file
## Just idk
```
## Start End
if [[ "$(cat /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps.conf)" == "0" ]];then
echo "1" > /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps.conf
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
* zyc_mc
* for change CPU frequency or check CPU frequency
## Optional Config
* Path : /sdcard/sultan_pid.txt
* for change sultan pid mode, list value
* n or no or disable : for always disable sultan pid
* y or yes or enable : for always enable sultan pid
* game packageid (like <code>com.miHoYo.GenshinImpact</code>) (sultan pid mode only enabled after app based this config running)
\ No newline at end of file
## Just idk
```
## Start End
if [[ "$(cat /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps.conf)" == "0" ]];then
echo "1" > /data/adb/modules/*/system/etc/ZyC-Core/configs/get_fps.conf
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.
Finish editing this message first!
Please register or to comment