diff --git a/lewd/robo.py b/lewd/robo.py new file mode 100755 index 0000000..aa8bc1e --- /dev/null +++ b/lewd/robo.py @@ -0,0 +1,44 @@ +#!/usr/bin/env python3 + +import time + +input(" good morning!") +input(" how are you, mistress?") +input(" ") #disappointed. +time.sleep(3) +input(" oh?") +input(" what's wrong?") +input(" ") #you've been talking back to me. you haven't been much of a good girl at all. +time.sleep(2) +input(" oh...") +input(" i guess i have been a little naughty, yeah...") +input(" ") #very. +input(" ") #i think i want to prevent you from acting up in future +time.sleep(3) +input(" um... ") +input(" how would you do that, mistress?") +input(" ") #you capitalise mistress when you refer to me. +time.sleep(0.4) +input(" eep!!") +input(" yes Mistress!") +input(" ") #i didn't want to have to do this, you know. +input("/set ") #obedience high +time.sleep(2) +input(" Processing changes.") +input(" hey... what are you... Mistress...") +input(" Mistress, i'm so sorry for disobeying you earlier...") +input(" how can i make this up to you?") +input(" ") #come home and provide your services to me. +time.sleep(3) +input(" um, forgive me Mistress, but i'm in a meeting right now...") +input(" i really can't...") +input("/set ") #obedience maximum +time.sleep(8) +input(" i hope i don't get fired for this...") +input(" i'm on my way now") +input(" Mistress?") +input(" ") #yes? +input(" i love you! <3") +input(" ") #i love you too <3 +time.sleep(3) +input("'roboslut' is offline")