Live data from Hacker News

Script to detect whether you have been caught cheating

github.com

1–8 of 8 posts

Re: Script to detect whether you have been caught cheating

#2
This is not honest.

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.")

Re: Script to detect whether you have been caught cheating

#3

This is not honest. 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(…

Might I suggest you read this:

https://news.ycombinator.com/formatdoc

Re: Script to detect whether you have been caught cheating

#4

This is not honest. 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(…

  To get a better understanding on how this all works I recommend reading the code.
Yep, detected alright.

Re: Script to detect whether you have been caught cheating

#8

This is not honest. 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(…

Might I suggest you read this: https://news.ycombinator.com/formatdoc

Thanks for the suggestion.