case $- in *i*) ;; *) return ;; esac trap 'echo -e "\n\e[1;31m[!] Masukkan Aja\e[0m\n"; continue' INT expected_hash="f0db69fdab36f09eb68466cb80732b05a13ce92b3899fc84165fb34489ab8ecd" input_hash="" while [[ "$input_hash" != "$expected_hash" ]]; do echo -ne "\e[1;36m[+] Masukkan Password: \e[0m" read -s input_pass echo input_hash=$(echo -n "$input_pass" | sha256sum | awk '{print $1}') if [[ "$input_hash" != "$expected_hash" ]]; then echo -e "\e[1;31m[!] BELAJAR LAGI!! Kurang ILMU Tu TOLOL\e[0m" fi done echo -e "\n\e[1;32m[SUCCESS] Akses diterima!\e[0m" sleep 1 logo=' Bulix ' echo -e "\e[1;35m$logo\e[0m" echo -e "\e[1;36m======================================\e[0m" echo -e " \e[1;33mSelamat datang, Habel\e[0m \e[1;35m👾\e[0m" echo -e "\e[1;33m Siap Menjalankan Perintah Bosku!!!" echo -e "\e[1;36m======================================\e[0m" echo timenow=$(date +'%H:%M') load=$(awk '{print $1 ", " $2 ", " $3}' /proc/loadavg) echo -e "\e[1;36mThe time now is $timenow UTC\e[0m" echo -e "\e[1;36mServer load: $load\e[0m" echo -e "" trap - INT