This is an python unpackme for testing my private python obfuscator
You have to unpack it !
Good Luck
import time
key = input("key> ")
if(key == "funnyprotectorthefunniestprotector"):
print("bravo")
time.sleep(5)
else:
print("nul")
time.sleep(5)
Recommended Comments