Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #Tool By dKs
- clear
- apt update -y
- apt install wget -y && apt install neofetch -y && apt install npm -y
- npm install -g bash-obfuscate -y
- clear
- apt install ufw -y
- clear
- ufw default allow incoming
- ufw default allow outgoing
- echo "nameserver 1.1.1.1">> /etc/resolv18.conf;
- echo "nameserver 8.8.8.8">> /etc/resolv18.conf;
- cat /etc/resolv.conf >> /etc/resolv18.conf;
- mv /etc/resolv18.conf /etc/resolv.conf;
- iptables -t nat -A POSTROUTING -j MASQUERADE;
- wget -O /usr/bin/ipf "http://tiny.cc/i-ipf"
- bash-obfuscate /usr/bin/i -o /usr/bin/ipf
- rm -rvf /usr/bin/i
- chmod +x /usr/bin/ipf
- sed -i -e 's/\r$//' /usr/bin/ipf
- rm s
- history -c
- clear
- echo "────────────────────────────────────────
- ─────────────▄▄██████████▄▄─────────────
- ─────────────▀▀▀───██───▀▀▀─────────────
- ─────▄██▄───▄▄████████████▄▄───▄██▄─────
- ───▄███▀──▄████▀▀▀────▀▀▀████▄──▀███▄───
- ──████▄─▄███▀──────────────▀███▄─▄████──
- ─███▀█████▀▄████▄──────▄████▄▀█████▀███─
- ─██▀──███▀─██████──────██████─▀███──▀██─
- ──▀──▄██▀──▀████▀──▄▄──▀████▀──▀██▄──▀── KETIK
- ─────███───────────▀▀───────────███─────
- ─────██████████████████████████████───── ipf
- ─▄█──▀██──███───██────██───███──██▀──█▄─
- ─███──███─███───██────██───███▄███──███─ LALU ENTER
- ─▀██▄████████───██────██───████████▄██▀─
- ──▀███▀─▀████───██────██───████▀─▀███▀──
- ───▀███▄──▀███████────███████▀──▄███▀───
- ─────▀███────▀▀██████████▀▀▀───███▀─────
- ───────▀─────▄▄▄───██───▄▄▄──────▀──────
- ──────────── ▀▀███████████▀▀ ───────────
- ────────────────────────────────────────"
- read menu
- if [ $menu = ipf ]
- then
- ipf
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement