gethwid
Gets the hardware identifier for the current machine.
Syntax
gethwid() -> stringReturns
| Type | Description |
|---|---|
string | Unique hardware identifier |
Description
gethwid returns a unique identifier for the current machine based on hardware characteristics.
Example
local hwid = gethwid()
print("Your HWID:", hwid)Notes
- The HWID is unique per machine
- Used for license verification and anti-cheat
Related Functions
identifyexecutor- Get executor info