C++ Hwid Protect
i wanna hwid system in c++
with http string
i am coding a hack for wolfteam
just need me good hwid protect system
who can help me ?
Maybe should you reformulate your question, because it is not really clear to me...
I think* he wants a "unique hardware ID" system that will only allow his software to be installed on 1 pc. (or at least 'legitimate' pc's) -- he's asking for "how to make this protected" on a 'hacking' forum... ironic?
yes. how can i protect in hwid = hardware ID number
Grab the serials of hardware on your system and hash them and use that...
please give me a c++ hwid login project in v c++
Take a look at GetSystemInfo on MSDN it may help you form your own licensing system. As far as the checking part is concerned, take a look at InternetReadFile.
Read the registry value of HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\IDConfigDB\HardwareProfiles\0001
Eg. {846ea340-7a39-116e-9f20-806e6e6e6967}
Combine it with the win32_processor value and do some kind of hashing value to generate a HWID. It'll be unique for sure and it's really easy to do.