Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
F1xGOD authored Jun 5, 2024
1 parent 79975df commit b7ecb7c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion copyright/hardwareidjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
return r}

if (typeof module !== "undefined")
{
module.exports = getHWID;
}

0 comments on commit b7ecb7c

Please sign in to comment.