Get motherboard serial number through lua
T
Timmy
Since the io lib is restricted clientside, it would be great to have some utility functions that are only possible with this lib, without exposing anything that wasn't exposed before.
One of these functions could retrieve the motherboard serial number, just by a simple call.
This would be possible through blueprints, so why not giving scripters the opportunity to enforce their admin systems directly? If needed I can send you a snippet that does it.
API design could be:
Client.GetMotherboardSerialNumber
MrAkitaman
Like falaxir proposed : Add possibility to get player Hardware ID. That's help full for cancel ban bypass for example, get other account of the computer / client...
Like : player:GetHWID()
F
Falaxir
hum, i think it will be better to have one API to get the computer information like :
Client.GetComputerInfo
, this will return some details about the computer specs and more. Instead of having one API code per behavior and per spec.There might be even a better way, but for me, this would make sense
T
Timmy
Falaxir: Yes true that, I don't wanted it to be too abusive but after thinking twice the more info we have the better :)