> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# gethwid

> Returns Real's hardware identifier string.

<div className="real-function-page">
  ```lua theme={null}
  gethwid(): string
  ```

  ## Возвраты

  <ResponseField name={"hardwareId"} type={"string"}>
    Hardware identifier string.
  </ResponseField>

  ## Пример

  Read Real's cached hardware identifier string.

  ```lua theme={null}
  local hardwareId = gethwid()
  print(hardwareId)
  ```
</div>
