@echo off
adb connect 192.168.8.1:5555
echo Deleting Previously Inputted Files...
adb shell mount -o remount, rw /system
adb shell rm -rf /online/openvpn
adb shell rm -rf /online/vpnconfigs
echo Still Deleting Some Files...
adb shell rm -rf /system/bin/openvpn
adb shell rm -rf /system/bin/openvpn-cli
adb shell rm -rf /system/bin/stunnel
adb shell rm -rf /system/bin/stabler
adb shell rm /app/webroot/data/userdata/lan/config.xml
adb shell rm -rf /system/xbin/ifconfig
adb shell rm -rf /system/xbin/route
adb shell cp /system/etc/autorun.sh.bak /system/etc/autorun.sh
echo All Files Removed!
echo Now Rebooting your Device...
adb shell reboot
