mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-11-06 23:46:19 +08:00
py2-kms upload
This commit is contained in:
6
py2-kms/randomHWID.py
Normal file
6
py2-kms/randomHWID.py
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import uuid
|
||||
|
||||
key = uuid.uuid4().hex
|
||||
print key[:16]
|
||||
Reference in New Issue
Block a user