0

I'm working on a Anti Cheat for FiveM, and I would like to be able to exclude users by using their HWID, so is there a way to get a HWID in lua? If not, how could I be able to get the HWID in C#?

If possible, it would really help me if it was in lua, since I'm not good at C#.

Thanks, Ossie

Egor Skriptunoff
  • 23,359
  • 2
  • 34
  • 64
OssieFromDK
  • 51
  • 2
  • 6

1 Answers1

1

If you want to do this in lua try this native GetPlayerToken (GetPlayerToken native)

donwiktorb
  • 11
  • 2