• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[ C#/.NET](Source) Complete HWID Login System with Admin Controls

Hyperion

Founder
HWID Login System
w/ Admin Controls



This is a full HWID login system source code for C sharp application.
The code is simple and easily to convert. The login system will allow
the administrator to generate key string to give to clients. The clients
will then use the key while signing up for a new account. It will then pull
their CPU and motherboard id's and combining them to one hwid string.

Admin controls include:
- Key generation
- Delete user
- Lock user
- Reset user


Here are some screen shots of it in action

ParGY1o.png


G5UMMjV.png


pwOpXso.png


veUGctN.png


gShn0BY.png


lgt78a6.png


NTOrfW2.png


lgt474d.png


dsVXAFl.png


(SQL included)
Just input your own mysql information in the Config Class.
If you need help converting it to another language, ask.

Download: [C#/.NET](Source) Complete HWID Login System

(check back for updated versions)
Issues? Bugs? REPORT THEM!

:thumbupguy:
Thanks!
 
Last edited:

Hyperion

Founder
Great job, but what if i get new ram, hdd, gfx or cpu? ;)

It only goes by CPU and Mother board, so unless you swap your mobo or processor.. it wont lock you out.
If you do change either, the admin panel has a reset button for the user so when they log in again it will set the new info.

I'm going to add to it soon, to avoid people just saying "reset me" and still sharing.. but for now it's good to keep from people sharing your software

Next update ill put in possibly the PC name and IP location, so you can tell if they are lying when they ask for resets
 

minicl55

Enthusiast
Yeah, I'm looking where I look to release a project I made (obviously in this folder, but other than that the same path)
 
Last edited:

Hyperion

Founder
Makes no sense, lol...

Open the solution.. right click the hwid admin project, and click build. Make sure you're on 'release'.
If you see 'Build Succeeded' at the bottom left, it should be in your bin/release/.

btw, this hwid system isn't for 'out of the box' use.. you would need to implement it into your own project.
 

Hyperion

Founder
I have been re-designing this system from the bottom up. Unfortunately it is going to be released with an open source Hack Loader.

kWHlsGM.png


I have it logging each login attempt by the user and it will be displayed in the (admin panel) of the loader when the user is searched for.
I will try to update this system with the same setup, if not.. It's still easy to implement by grabbing it from the loader release, which should be soon
 
Top