0% found this document useful (0 votes)
16 views

Aim Lock

Uploaded by

kiritogoodseting
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Aim Lock

Uploaded by

kiritogoodseting
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

#!

/bin/bash
echo "╭━━━┳━━━╮╭╮╭━┳━╮╭━┳━━━╮
┃╭━╮┃╭━╮┃┃┃┃╭┻╮╰╯╭┫╭━╮┃
┃┃╱╰┫╰━━╮┃╰╯╯╱╰╮╭╯┃┃╱┃┃
┃┃╭━╋━━╮┃┃╭╮┃╱╭╯╰╮┃╰━╯┃
┃╰┻━┃╰━╯┃┃┃┃╰┳╯╭╮╰┫╭━╮┃

echo "𝙋𝙍𝙊𝘾𝙀𝙎𝙎 𝙄𝙉𝙎𝙏𝘼𝙇𝙇𝙄𝙉𝙂.."


╰━━━┻━━━╯╰╯╰━┻━╯╰━┻╯╱╰╯"

sleep 2
# File output untuk menyimpan properti sistem
output_file="/sdcard/filesettings.xml"

{
echo "Device Model: $(getprop ro.product.model)"
echo "Device MenuFacturer: $(getprop ro.product.menufacturer)"
echo "Android Version: $(getprop ro.build.version.release)"
echo "Build Number: $(getprop ro.build.display.id)"
} > "$output_file"

echo "File telah dibuat di $output_file dengan informasi sistem"

# Mengatur pelicin layar


setprop persist.sys.display_scaling "1.0"
setprop persist.sys.dispay_refresh_rate 60
setprop persist.sys.touchscreen_perssure_scale 0.5
setprop debug.animator.duration 0

echo "𝙎𝙪𝙠𝙨𝙚𝙨 𝙈𝙚𝙣𝙜𝙞𝙣𝙨𝙩𝙖𝙡 "


setprop debug.hwui.render_dirty_regions false

You might also like