New version for custom spoof!

This commit is contained in:
chiteroman
2023-11-27 17:25:34 +01:00
parent a728533ed6
commit 4dcf53b340
14 changed files with 136 additions and 136 deletions

View File

@@ -7,12 +7,4 @@ fi
if [ -d "/data/adb/modules/safetynet-fix" ]; then
touch "/data/adb/modules/safetynet-fix/remove"
ui_print "- 'safetynet-fix' module will be removed in next reboot."
fi
# Use custom resetprop only in Android 10+
if [ "$API" -gt 28 ]; then
mv -f "$MODPATH/bin/$ABI/resetprop" "$MODPATH"
ui_print "- Using custom resetprop to avoid detections."
fi
rm -rf "$MODPATH/bin"
fi