diff --git a/randomHWID.py b/randomHWID.py deleted file mode 100644 index f81c260..0000000 --- a/randomHWID.py +++ /dev/null @@ -1,3 +0,0 @@ -import uuid -key = uuid.uuid4().hex -print key[:16]