Returns
string - a 64-character hash.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
gethwid(): string
string - a 64-character hash.
local hwid = gethwid()
local allowed = {
["a1b2c3..."] = true, -- your HWIDs go here
}
if not allowed[gethwid()] then
error(`not whitelisted`)
end