You are on page 1of 1

Install terminal emulator atau script manager tu..

Bukak root explorer.. buat satu file tanpa ext dlm folder system/bin.. letak la
nama apa2.. copy paste ni:
#!/system/bin/sh
iptables -t filter -F FORWARD
iptables -t nat -F POSTROUTING
iptables -t filter -I FORWARD -j ACCEPT
iptables -t nat -I POSTROUTING -j MASQUERADE
ip rule add from 192.168.43.0/24 lookup 61
ip route add default dev tun0 scope link table 61
ip route add 192.168.43.0/24 dev wlan0 scope link table 61
ip route add broadcast 255.255.255.255 dev wlan0 scope link table 61
echo ""
echo "Successfully!"
echo "Your Android's VPN has been shared via Hotspot"
echo "credit to Pijanify.MY"
echo ""
netcfg
echo ""
echo "**** kindly check above status ****"
echo ""
echo "# android device need to manually set"
echo " ip to get connected.."
Tukar permission jd 755
Utk buat hotspot via http injector:
1. Connect dulu http injector
2. On fon punya hotspot (jgn on wifi lg kat pc)
3. Run file td guna te/sm as superuser
4. Baru on wifi kat pc - connect

You might also like