Originally posted by HacKGaming007
Hello i search help for user connexion on C++ with Username and password and protection HWID :p
I can give $$
Skype : hackgaming07
( When bdd it's finish you can have free connexion for my uncharted 3 tool )
Thank all
HWID isn't great to use, as it's very easy to bypass. You should look into creating keys (with an encryption for them) for your application, then you can give keys out to certain people ect. As for the username and password, look into connecting to a database via mysql. A simple google search lead me to
You must login or register to view this content.. (
NOTE: I didn't look over that code in that post)