Jump to content
  • 0

HWID checks to limit the opened clients.


Question

Posted

Pretty straight question.

I imagine it is possible to add checks on the EnterWorld, to check your HWID and if it already exists on someone else (X Times) you get a custom msg.

Can someone help me with that ?
Either pointing me into a direction or even solve it.

 

Thanks in advance !

6 answers to this question

Recommended Posts

  • 0
Posted

You need client modification to do that. Java cant get any info about hwid. 

If the client will give u the hwid then its simple , its like a string compare .equals(hwid)

  • 0
Posted
On 2/20/2018 at 10:51 PM, melron said:

You need client modification to do that. Java cant get any info about hwid. 

If the client will give u the hwid then its simple , its like a string compare .equals(hwid)

I already have the HWID.
Can you give me a hint on how to do it? ( Maybe an example with something else like IP instead of HWID )

  • 0
Posted
4 minutes ago, L2J NexuS said:

I already have the HWID.
Can you give me a hint on how to do it? ( Maybe an example with something else like IP instead of HWID )

Since you got it you should have methods too like activeChar.getHWID() ? 

 

to get the ip address 

activeChar.getClient().getConnection().getInetAddress().getHostAddress();

 

  • 0
Posted

For loop all online players, if hwid equals then logout or whatever you want to. For loop example - admin command, dualbox check. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock