| Zira 8 Keygenme! |
if the username is 4 character long |
2024-11-02 15:39 |
| Zira 8 Keygenme! |
here is a partial solution to this keygenme problem:
#**********************************************
#by shb
def string_to_hex(s):
return ''.join(format(ord(c), '02x') for c in s)
print(int(string_to_hex(input("put a username")[::-1].upper()),16))
|
2024-11-02 15:38 |