[Tutorial] Ban for Hardware ID

Joined
Apr 2, 2013
Messages
1,098
Reaction score
5,857
Tutorial for Hardware ID Ban by Yuri-BR

To view the content, you need to sign In or register.

To ban a player, you need to add the Hardware id of player in table HWID_Ban



Credits:
@aomsin2526 for base code
@Yuri BR for Tutorial and alterations
 
Last edited:
Re: [Release] Ban for Hardware ID

Now, for the replacing (I know this sounds retarded by im learning the ropes of coding again). Do I just search and replace it? Or add under that line.
 
Re: [Release] Ban for Hardware ID

Lol, nice!
Less work for me. :thumbup:

Need some work still, can be bypassed/spoofed really easily.
 
Re: [Release] Ban for Hardware ID

Lol, nice!
Less work for me. :thumbup:

Need some work still, can be bypassed/spoofed really easily.

Yes you can, but I do not care about it

I have a new system for HWID ban not use records :D:



but if I let the public, will be very easy to find a bypass :(
 
Last edited:
Re: [Release] Ban for Hardware ID

he will show the hardware id that was logged into the account every time you log into the launcher

in "LoginLog" table i have the HWID but no in HWID_Log

Edit : in LoginLog i have the "MAC" but no the HWID.
 
Re: [Release] Ban for Hardware ID

in "LoginLog" table i have the HWID but no in HWID_Log

try deleting the "id" column

or for it to work, you need add is identity for yes

id > Column Specification > Yes > Is Identity > Yes > done

Z84yCDZ - [Tutorial] Ban for Hardware ID - RaGEZONE Forums
 
Re: [Release] Ban for Hardware ID

try deleting the "id" column

or for it to work, you need add is identity for yes

id > Column Specification > Yes > Is Identity > Yes > done

Z84yCDZ - [Tutorial] Ban for Hardware ID - RaGEZONE Forums

Thanks yuri but look this :

Yuri-BR - [Tutorial] Ban for Hardware ID - RaGEZONE Forums


PS : i have tested the "ban" HWID then i have deleted the ban but my account yet banned
 
Re: [Release] Ban for Hardware ID

Thanks yuri but look this :

Yuri-BR - [Tutorial] Ban for Hardware ID - RaGEZONE Forums


PS : i have tested the "ban" HWID then i have deleted the ban but my account yet banned

UUNTiRl - [Tutorial] Ban for Hardware ID - RaGEZONE Forums


Thanks yuri but look this :
PS : i have tested the "ban" HWID then i have deleted the ban but my account yet banned

change your status for 100

I added it because if the player login with another account, will also be banned ;D
 
Re: [Release] Ban for Hardware ID

UUNTiRl - [Tutorial] Ban for Hardware ID - RaGEZONE Forums




change your status for 100

I added it because if the player login with another account, will also be banned ;D

Thanks Yuri.

i have changed the "status" for 100 = Works (you are very clever :D)

For the table "HWID_Log" does not work, but I get the 'HWID' in "LoginLog" so its good :)
 
Back