Getting Hardware IDs with Javascript

Status
Not open for further replies.

iivanov2

New member
Ok, I wrote that function and I want to share it.
Paste that code in Behavior & Scripts -> User Scripts -> Macros
or make a new script.
Code:
function GetID0: String;
begin
Result := GetManualHardwareID(0);
end;
When you compile your project, you can get GetManualHardwareID value with this javascript:
Code:
window.external.GetHEScriptCom('Macros.GetID0', '');
Enjoy 🙂
 
Last edited:
Status
Not open for further replies.
Back
Top