shitposts/lewd/slimegirl.sh

9 lines
821 B
Bash
Executable File

dialog --title "Authentication required" --insecure --passwordbox "You have requested that you become a slime girl. Please enter your password to confirm your request." 10 40
dialog --colors --title Customisation --checklist "Select the features you would like to enable." 15 40 5 1 "Goopiness" off 2 "Human form" off \
3 "Stickiness" off 4 "Super gay" off 5 "Permanent" off
dialog --title "Question" --yesno "You have selected the permanent option. Please be advised that there is no going back, should you choose to apply these changes.\n\nDo you want to continue?" 10 40
for i in `seq 1 100`; do echo $i; sleep `echo 1.0 / $RANDOM \* 250 | bc -l`; done | dialog --title "Applying changes" --guage "Please wait..." 10 30
dialog --title "Complete" --msgbox "Process completed. You are now a slime girl! <3" 10 40
clear