shitposts/lewd/bune2.sh

25 lines
2.3 KiB
Bash
Executable File

dialog --title "Transformation request" --msgbox "User 1001 (Mistress) has requested that you become a bunny girl. This request cannot be declined." 8 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 BunnyGirl v2.1\nNow loading..." 8 40
dialog --colors --title Customisation --checklist "Mistress has allowed you to customise some of the options pertaining to your new form. You may choose from those listed below." \
0 40 5 1 "Enhanced jumping hight" off 2 "Fluffy tail" off 3 "Buck teeth" off
dialog --title "Info" --msgbox \
"Mistress has specified some of the options pertaining to your new form. Note that you will be unable to modify these, but you may peruse them before continuing.
[x] Humanoid
[ ] Physically strong
[ ] Mentally strong
[x] Obedience (standard)
[x] Obedience (unfaltering)
[x] Heightened arousal
[x] Estrous cycle (\"in heat\")
[x] Strengthened estrous cycle
[x] Increased fertility
[ ] Will to resist
[x] Loyalty to user 1001 (Mistress)
[x] Permanent" 12 45
dialog --title "Info" --msgbox "Mistress has left you a message.\n\ni told you i'd do it if you kept disobeying." 8 40
dialog --title "Info" --msgbox "The permanent option has been selected. Please be advised that the changes that are about to take place will not be able to be reverted.\n\nChoose \"OK\" 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. Please also ensure that you are standing up, to give your tail some room. If the process fails, it will be repeated until it succeeds." 10 50
for i in `seq 1 100`; do echo $i; sleep `echo 1.0 / $RANDOM \* 550 | bc -l`; done | dialog --title "Applying changes" --guage "Please wait...\nYou might feel a warm sensation spreading throughout your body. This is normal. Do not try to fight it. Your body's fundamental structure is being rewritten, and any attempts at resistance will ultimately fail." 12 50
dialog --title "Complete" --msgbox "Process completed. You are now a bunny girl.\nNote this change cannot be undone.\nAs per your genetic programming, you are now loyal to user 1001 (Mistress). Do not attempt to fight this conditioning; doing so is bad for your health.\nEnjoy your new form!" 12 50
clear