Volt

gethwid

Gets the hardware identifier for the current machine.

Syntax

gethwid() -> string

Returns

TypeDescription
stringUnique 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

On this page