To remove this virus you need to root and install busybox on your device. Restore default settings and disable WiFi/Data
1. Download this file and extract in a folder: https://mega.nz/#!bQNBkZjT!umfEfgJL1..._XEjHS-AAOwMik
2. Run "MonkeyTest Virus Killer.cmd" and follow the steps
3. Hit thanks if this script works for you :D
1. Download this file and extract in a folder: https://mega.nz/#!bQNBkZjT!umfEfgJL1..._XEjHS-AAOwMik
2. Run "MonkeyTest Virus Killer.cmd" and follow the steps
3. Hit thanks if this script works for you :D
Code:
@echo off
color 2f
:menu
adb kill-server
taskkill /f /im adb.exe
cls
echo.
echo --------------------------------------------------------------------
echo[*] Before begin:
echo (1) Enable USB Debugging
echo (2) Enable '"Unknown sources'"
echo (3) Root your device
echo (4) Install Busybox (open it an tap on install)
echo --------------------------------------------------------------------
adb -a wait-for-device>nul
echo Device detected, press any key to coninue...
echo.
echo.
pause>nul
echo Deleting apk from /system/app
echo.
adb shell "su -c 'mount -o rw,remount /system'"
adb shell "su -c 'chattr -iaA /system/app/com.android.wp.net.log.apk'"
adb shell "su -c 'rm /system/app/com.android.wp.net.log.apk'"
adb shell "su -c 'chattr -iaA /system/app/Models.apk'"
adb shell "su -c 'rm /system/app/Models.apk'"
adb shell "su -c 'chattr -iaA /system/app/com.google.fk.json.slo.apk'"
adb shell "su -c 'rm /system/app/com.google.fk.json.slo.apk'"
adb shell "su -c 'chattr -iaA /system/app/com.android.hardware.ext0.apk'"
adb shell "su -c 'rm /system/app/com.android.hardware.ext0.apk'"
adb shell "su -c 'chattr -iaA /system/app/providerdown.apk'"
adb shell "su -c 'rm /system/app/providerdown.apk'"
adb shell "su -c 'chattr -iaA /system/app/providerCertificate.apk'"
adb shell "su -c 'rm /system/app/providerCertificate.apk'"
adb shell "su -c 'chattr -iaA /system/app/cameraupdate.apk'"
adb shell "su -c 'rm /system/app/cameraupdate.apk'"
adb shell "su -c 'chattr -iaA /system/app/playstoreupdate.apk'"
adb shell "su -c 'rm /system/app/playstoreupdate.apk'"
echo.
echo Deleting files from /system/xbin
echo.
adb shell "su -c 'chattr -iaA /system/xbin/.b'"
adb shell "su -c 'rm /system/xbin/.b'"
adb shell "su -c 'chattr -iaA /system/xbin/.df'"
adb shell "su -c 'rm /system/xbin/.df'"
adb shell "su -c 'chattr -iaA /system/xbin/.ext.base'"
adb shell "su -c 'rm /system/xbin/.ext.base'"
adb shell "su -c 'chattr -iaA /system/xbin/.ld.js'"
adb shell "su -c 'rm /system/xbin/.ld.js'"
adb shell "su -c 'chattr -iaA /system/xbin/.ls'"
adb shell "su -c 'rm /system/xbin/.ls'"
adb shell "su -c 'chattr -iaA /system/xbin/.sys.apk'"
adb shell "su -c 'rm /system/xbin/.sys.apk'"
echo.
echo Finishied, press any key to exit.
pause>nul
exit
No comments:
Post a Comment