I don't really get it. Maybe someone can explain?
print("Searching databases of known leaked websites...") time.sleep(get_time()) print("Detecting email reuse across many platforms...") time.sleep(get_time()) print("Calculating probabilities of password reuse based on profiles...") time.sleep(get_time()) print("") if random.randint(1,100) % 88 == 0: print("\033[92mYou are fine. Your double life has not been leaked onto the internet") else: print("\033[91mYou have been caught. Give it up while you still have dignity.") print("\033[91mWho knows, if you beg your significant other might forgive you.")
To get a better understanding on how this all works I recommend reading the code.
Yep, detected alright.