Link to home
Start Free TrialLog in
Avatar of TheJay04
TheJay04Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Gaining Clients Computer Info In VB.

Hey,

I have developed an anti cheat patch for a gaming ladder I work for.

And I have had it store cheaters information into a database, which is then used to lock, ban these players from ever using the system again.

But at the moment it only bans ip, username, email etc etc.

Is there anyway I could maybe log a serial or id of a part of the clients hardware that cannot be changed, via a program or reformat??

Any help or suggestions welcome.

Thanks for your time.
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Avatar of TheJay04

ASKER

Hey,

Thanks for your suggestion.

Quick question.. If a client is using a usb connected to a modem, rather than a NIC..   Or Dial Up would this make a difference ??

Or would it always be the same ??

Again Thanks,
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bigjim2000
bigjim2000

You can get the serial number of their windows installation out of the registry.  It's encrypted, but it is still unique to that computer.

-Eric
I should append my last comment... it SHOULD be unique among all computers, however, since it is possible to have a pirated copy of windows, there may be duplicates.... but this is all the more reason to ban the users from your network ;-)

-Eric
Thanks for your suggestions guys.

The option i have gone with, has been awarded.