diff --git a/copyright/hardwareidjs.js b/copyright/hardwareidjs.js index 2ec988b7..b16629a0 100644 --- a/copyright/hardwareidjs.js +++ b/copyright/hardwareidjs.js @@ -1408,4 +1408,9 @@ function getHWID(){ return result; }; var r = v4f().then((result)=>{var g=sha256(sha256(result)+sha256(usera)+sha256(getinf())); return g;}) -return r} \ No newline at end of file +return r} + +if (typeof module !== "undefined") + { + module.exports = getHWID; + } \ No newline at end of file