

#!/bin/sh
# Script Created by Jerome Laliag <jeromelaliag@yahoo.com>
# Edit atong
BB='/online/atong/v2ray/bin/busybox'
FIND=`cat /system/etc/autorun.sh | grep 'sh /online/atong/v2ray/bin/run.sh'`
if [ -n "$FIND" ]; then
mount -o remount,rw /system /system
$BB sed -i 's|sh /online/atong/v2ray/bin/run.sh||' /system/etc/autorun.sh
fi
rm -rf /online/atong/
sleep 1
atc AT^RESET > /dev/null 2>&1
exit
#!/bin/sh
# Script Created by Jerome Laliag <jeromelaliag@yahoo.com>
# Edit atong
BB='/online/atong/v2ray/bin/busybox'
echo HTTP/1.1 301 Moved Permanently
echo Location: /
echo Content-type: text/plain
echo
case "$REQUEST_METHOD" in
POST)
(
$BB sh /online/atong/v2ray/bin/uninstall.sh
)
;;
*)
esac
#!/bin/sh
# Script Created by Jerome Laliag <jeromelaliag@yahoo.com>
# Edit atong
echo Content-type: text/plain
echo
atc AT+CFUN=0
atc AT+CFUN=1
#!/bin/sh
# Script Created by Jerome Laliag <jeromelaliag@yahoo.com>
# Edit atong
BB='/online/atong/v2ray/bin/busybox'
echo HTTP/1.1 301 Moved Permanently
echo Location: /
echo Content-type: text/plain
echo
case "$REQUEST_METHOD" in
POST)
(
$BB poweroff -f
)
;;
*)
esac
#!/bin/sh
# Script Created by Jerome Laliag <jeromelaliag@yahoo.com>
# Edit atong
echo HTTP/1.1 301 Moved Permanently
echo Location: /
echo Content-type: text/plain
echo
case "$REQUEST_METHOD" in
POST)
(
reboot
)
;;
*)
esac
<button onclick="javascript:wanipchanger()">Change WAN IP</button>
<form method="post">
<button type="submit" formaction="/cgi-bin/reboot.cgi" formmethod="post" onclick="return confirm('Do you want to reboot?')">Reboot</button>
<button type="submit" formaction="/cgi-bin/poweroff.cgi" formmethod="post" onclick="return confirm('Do you want to poweroff?')">Power Off</button>
<button type="submit" formaction="/cgi-bin/uninstallv2ray.cgi" formmethod="post" onclick="return confirm('Do you want to uninstall?')">Uninstall</button><br />
</form>
function wanipchanger() {
$.get("/cgi-bin/changewanip.cgi", function (t) {
alert("Success.")
})
};
ako nga nakakabasa lng ng code pero diko kaya mag gawa@PH-Maghician07..Newbie lang po ako about sa codings.. hahaha..

mga lodi yun ehHahaha same boss.. diko kaya gumawa kagaya ni atong.. hahaha