From 95fc6342d5c58697e33aa1d905163a001e615776 Mon Sep 17 00:00:00 2001 From: Lynne Date: Fri, 26 Oct 2018 12:39:04 +1000 Subject: [PATCH] catgirl too because i've lost control of my life --- tf/catgirl.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tf/catgirl.sh diff --git a/tf/catgirl.sh b/tf/catgirl.sh new file mode 100755 index 0000000..86cff43 --- /dev/null +++ b/tf/catgirl.sh @@ -0,0 +1,10 @@ + +dialog --title "Authentication required" --insecure --passwordbox "You have requested that you become a catgirl. Please enter your password to continue." 10 40 +for i in `seq 1 100`; do echo $i; sleep `echo 1.0 / $RANDOM \* 200 | bc -l`; done | dialog --title "Loading" --guage "Human to CatGirl v2.1\nNow loading..." 8 40 +dialog --colors --title Customisation --checklist "Select the features you would like to enable." 15 40 5 1 "Humanoid" off 2 "Cute lil pink nose" off \ +3 "Ear twitches" off 4 "Super gay" off 5 "Hates water" off 6 "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 +dialog --title "Warning" --msgbox "Please ensure that you are not wearing anything on your head, as this may interfere with the creation of your ears. Also, please ensure that you are standing up, to give your tail some room." 10 40 +for i in `seq 1 100`; do echo $i; sleep `echo 1.0 / $RANDOM \* 350 | bc -l`; done | dialog --title "Applying changes" --guage "Please wait...\nYou might feel a warm sensation spreading throughout your body. This is normal." 12 40 +dialog --title "Complete" --msgbox "Process completed. You are now a catgirl.\nAs you have selected the permanent option, this change cannot be undone.\nEnjoy your new form! :3" 10 40 +clear