Jump to content

Permanent Ban Coded For Acis(The Code Can Be Used Everywhere)


Recommended Posts

Tired to ban someone and he logs again and again??? here is the solution!

 

I was selling this shit but now i share it for free!

 

 

also if you want to remove a ip-mac and the player is off you can do it by deleting with your hand the ip , mac and the name from the txt file.

 

here is the code(updated): http://pastebin.com/gFUrqZPY

 

ps: if you want the banned char to log out immediately just remove these // from the //targetPlayer.logout();

 

NikosP aka AbsolutePower

 

 

Link to comment
Share on other sites

 

Yes, he is.

 

NikosP aka AbsolutePower

 

who? i can't see it...

 

He lined your old acc, AbsolutePower. :P

Link to comment
Share on other sites

String s = "";

NetworkInterface network;

try

{

network = NetworkInterface.getByInetAddress(player.getClient().getConnection().getInetAddress());

for (byte b : network.getHardwareAddress())

s += "."+b;

}

catch (SocketException e)

{

return "Could not find HWID";

}

 

for some reason the byte[] returns null on my local server

Link to comment
Share on other sites

String s = "";

NetworkInterface network;

try

{

network = NetworkInterface.getByInetAddress(player.getClient().getConnection().getInetAddress());

for (byte b : network.getHardwareAddress())

s += "."+b;

}

catch (SocketException e)

{

return "Could not find HWID";

}

 

for some reason the byte[] returns null on my local server

thats not my code...
Link to comment
Share on other sites

thats not my code...

 

its mine, but the prob is on the network which comes from ur code

 

this is the full String

 

public static String getHwid(L2PcInstance player)

{

String s = "";

NetworkInterface network;

try

{

network = NetworkInterface.getByInetAddress(player.getClient().getConnection().getInetAddress());

for (byte b : network.getHardwareAddress())

s += "."+b;

}

catch (SocketException e)

{

return "Could not find HWID";

}

if (s == "")

return "Could not find HWID";

s.substring(1);

return s;

}

 

The red part is ur code, and the source of the null byte[]

 

Link to comment
Share on other sites

  • 5 months later...

I am using this code in H5, however when I give one / / permaban a player no other player can join the game.

 

everyone is taking kicks and no one else enters, only enter if I clean the ips.txt

 

what can this be?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...