Compare commits

...

2 Commits

Author SHA1 Message Date
Lynne Megido 95fc6342d5
catgirl too because i've lost control of my life 2018-10-26 12:39:04 +10:00
Lynne Megido ace18f9787
posum 2018-10-26 12:30:35 +10:00
2 changed files with 20 additions and 0 deletions

10
tf/catgirl.sh Executable file
View File

@ -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

10
tf/possum.sh Executable file
View File

@ -0,0 +1,10 @@
dialog --title "Authentication required" --insecure --passwordbox "You have requested that you become a possum. 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 PossumPerson 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 "Tail curls" off \
3 "Ear twitches" 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
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 possum.\nAs you have selected the permanent option, this change cannot be undone.\nEnjoy your new form!" 10 40
clear