0% found this document useful (0 votes)
302 views3 pages

Off G

The document describes running a script that restores files and changes permissions for the Instagram app on an Android device. It removes security files from the Instagram app data folder, copies replacement files from a backup location, then changes permissions on the app files, databases and shared preferences to restore the app functionality.

Uploaded by

ArifIkmal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
302 views3 pages

Off G

The document describes running a script that restores files and changes permissions for the Instagram app on an Android device. It removes security files from the Instagram app data folder, copies replacement files from a backup location, then changes permissions on the app files, databases and shared preferences to restore the app functionality.

Uploaded by

ArifIkmal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

#By @goesfajri // @Agni_Veer

echo " ⛔ TURN OFF SCRIPT ⛔ "

echo "Now :"


date
echo
"----------------------------------------------------------------------------------
--------------------"

echo "

"

echo " ⚠ RESTORING "


echo
"----------------------------------------------------------------------------------
--------------------"

rm -rf /data/data/com.tencent.ig/lib/libtersafe.so
rm -rf /data/data/com.tencent.ig/lib/libtprt.so
rm -rf /data/data/com.tencent.ig/lib/libxguardian.so
rm -rf /data/data/com.tencent.ig/lib/libgcloud.so
rm -rf /data/data/com.tencent.ig/lib/libhelpshiftlistener.so
rm -rf /data/data/com.tencent.ig/lib/libUE4.so
rm -rf /data/data/com.tencent.ig/lib/libzip.so
rm -rf /data/data/com.tencent.ig/lib/libtpnsSecurity.so
rm -rf /data/data/com.tencent.ig/lib/libzlib.so
rm -rf /data/data/com.tencent.ig/lib/libBugly.so
rm -rf /data/data/com.tencent.ig/lib/libIMSDK.so
rm -rf /data/data/com.tencent.ig/lib/libTDataMaster.so

ls -x /data/data/com.tencent.ig/lib

cp -R /storage/emulated/0/G/libtersafe.so /data/data/com.tencent.ig/lib
cp -R /storage/emulated/0/G/libtprt.so /data/data/com.tencent.ig/lib
cp -R /storage/emulated/0/G/libxguardian.so /data/data/com.tencent.ig/lib
cp -R /storage/emulated/0/G/libgcloud.so /data/data/com.tencent.ig/lib
cp -R /storage/emulated/0/G/libhelpshiftlistener.so /data/data/com.tencent.ig/lib
cp -R /storage/emulated/0/G/libUE4.so /data/data/com.tencent.ig/lib
cp -R /storage/emulated/0/G/libzip.so /data/data/com.tencent.ig/lib
cp -R /storage/emulated/0/G/libtpnsSecurity.so /data/data/com.tencent.ig/lib
cp -R /storage/emulated/0/G/libzlib.so /data/data/com.tencent.ig/lib
cp -R /storage/emulated/0/G/libBugly.so /data/data/com.tencent.ig/lib
cp -R /storage/emulated/0/G/libIMSDK.so /data/data/com.tencent.ig/lib
cp -R /storage/emulated/0/G/libTDataMaster.so /data/data/com.tencent.ig/lib

echo " ⚠ CHANGE PERMISSION"


echo
"----------------------------------------------------------------------------------
--------------------"

chmod -R 755 /data/data/com.tencent.ig/lib/libhelpshiftlistener.so


chmod -R 755 /data/data/com.tencent.ig/lib/libUE4.so
chmod -R 755 /data/data/com.tencent.ig/lib/libzip.so
chmod -R 755 /data/data/com.tencent.ig/lib/libzlib.so
chmod -R 755 /data/data/com.tencent.ig/lib/libtpnsSecurity.so
chmod -R 755 /data/data/com.tencent.ig/lib/libBugly.so
chmod -R 755 /data/data/com.tencent.ig/lib/libIMSDK.so
chmod -R 755 /data/data/com.tencent.ig/lib/libTDataMaster.so
chmod -R 755 /data/data/com.tencent.ig/lib/libtersafe.so
chmod -R 755 /data/data/com.tencent.ig/lib/libtprt.so
chmod -R 755 /data/data/com.tencent.ig/lib/libxguardian.so
chmod -R 755 /data/data/com.tencent.ig/lib/libgcloud.so

chmod -R 660 /data/data/com.tencent.ig/databases/__hs__db_issues


chmod -R 660 /data/data/com.tencent.ig/databases/__hs__db_key_values
chmod -R 660 /data/data/com.tencent.ig/databases/__hs__db_properties
chmod -R 660 /data/data/com.tencent.ig/databases/__hs_db_helpshift_users
chmod -R 660 /data/data/com.tencent.ig/databases/__hs__db_support_key_values
chmod -R 660 /data/data/com.tencent.ig/databases/__hs__db_support_key_values
chmod -R 660 /data/data/com.tencent.ig/databases/__hs_db_helpshift_users
chmod -R 660 /data/data/com.tencent.ig/databases/pri_tencent_analysis.db
chmod -R 660 /data/data/com.tencent.ig/databases/tencent_analysis.db
chmod -R 660 /data/data/com.tencent.ig/databases/tencent_analysis.db
chmod -R 660 /data/data/com.tencent.ig/databases/pri_tencent_analysis.db
chmod -R 660 /data/data/com.tencent.ig/databases/__hs__db_sessions
chmod -R 660 /data/data/com.tencent.ig/databases/__hs_log_store
chmod -R 660 /data/data/com.tencent.ig/databases/tdm.db
chmod -R 660 /data/data/com.tencent.ig/databases/beacon_db
chmod -R 660 /data/data/com.tencent.ig/databases/bugly_db_
chmod -R 660 /data/data/com.tencent.ig/databases/config.db
chmod -R 660 /data/data/com.tencent.ig/databases/iMSDK.db
chmod -R 660 /data/data/com.tencent.ig/shared_prefs/com.tencent.ig.mta.cloudctr.xml
chmod -R 664
/data/media/0/Android/data/com.tencent.ig/files/UE4Game/ShadowTrackerExtra/ShadowTr
ackerExtra/Saved/Paks/game_patch_0.13.0.11095.pak
chmod -R 664
/data/media/0/Android/data/com.tencent.ig/files/UE4Game/ShadowTrackerExtra/ShadowTr
ackerExtra/Saved/Paks/game_patch_0.13.0.11097.pak
chmod -R 664
/data/media/0/Android/data/com.tencent.ig/files/UE4Game/ShadowTrackerExtra/ShadowTr
ackerExtra/Saved/Paks/game_patch_0.13.0.11098.pak

ls -x /data/data/com.tencent.ig/databases
echo
"----------------------------------------------------------------------------------
--------------------"

echo "
"
echo " ♻ DONE "

You might also like