Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #Tool By dKs
- clear
- neofetch
- echo -e "Your SOCKS5 Proxy IP Address: $(wget -4qO- http://ipinfo.io/ip)"
- echo "Tool SOCKS5";
- echo " 1. Cek Status";
- echo " 2. Tambah User";
- echo " 3. Hapus User";
- echo " 4. Start";
- echo " 5. Stop";
- echo " 6. Reinstall";
- echo " 7. Exit";
- echo ""
- echo "Masukkan Angka antara 1 Sampai 7"
- read pilihan
- #menu1
- if [ $pilihan = 1 ]
- then
- clear
- neofetch
- /etc/init.d/sockd status
- echo "ketik so5 untuk ke menu"
- fi
- #menu2
- if [ $pilihan = 2 ]
- then
- clear
- echo "Masukkan User Baru"
- read userS
- echo "Masukkan Password"
- read passS
- /etc/init.d/sockd adduser $userS $passS
- sleep 3
- so5
- fi
- #menu3
- if [ $pilihan = 3 ]
- then
- clear
- /etc/init.d/sockd status
- echo "Masukkan User yang Ingin Dihapus"
- read userS
- /etc/init.d/sockd deluser $userS
- sleep 3
- so5
- fi
- #menu4
- if [ $pilihan = 4 ]
- then
- clear
- /etc/init.d/sockd reload
- sleep 1
- /etc/init.d/sockd restart
- sleep 3
- so5
- fi
- #menu5
- if [ $pilihan = 5 ]
- then
- clear
- /etc/init.d/sockd stop
- sleep 3
- so5
- fi
- #menu6
- if [ $pilihan = 6 ]
- then
- clear
- install.sh --uninstall
- sleep 3
- wget -qO- -O iso5 https://go.i-tel.app/iso5 && chmod +x iso5 && sed -i -e 's/\r$//' iso5 && ./iso5
- fi
- #menu7
- if [ $pilihan = 7 ]
- then
- clear
- echo "See U GodBye"
- sleep 3
- clear
- exit
- fi
Add Comment
Please, Sign In to add comment