NikosP Posted August 6, 2013 Posted August 6, 2013 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 Quote
NikosP Posted August 6, 2013 Author Posted August 6, 2013 On 8/6/2013 at 1:34 PM, fofas™ said: Good Luck AbsolutePower :) Quote Nice code, I like it Quote good job, mate. thanks mates :) Quote
NikosP Posted August 6, 2013 Author Posted August 6, 2013 On 8/6/2013 at 1:46 PM, fofas™ said: http://pastebin.com/V53R9aeE exeis dikio fenete kalutera :P guys fofas made a mistake wait a sec i will change it Quote
fofas™ Posted August 6, 2013 Posted August 6, 2013 On 8/6/2013 at 1:48 PM, NikosP said: exeis dikio fenete kalutera :P :) otan sou lew Br0 Quote
Kràtos Posted August 6, 2013 Posted August 6, 2013 are you ? http://maxcheaters.com/forum/index.php?action=profile;u=86749 Quote
NikosP Posted August 6, 2013 Author Posted August 6, 2013 On 8/6/2013 at 1:54 PM, ◦Cobra◦ said: are you ? http://maxcheaters.com/forum/index.php?action=profile;u=86749 who? i can't see it... Quote
SweeTs Posted August 6, 2013 Posted August 6, 2013 On 8/6/2013 at 1:54 PM, ◦Cobra◦ said: are you ? http://maxcheaters.com/forum/index.php?action=profile;u=86749 Yes, he is. Quote NikosP aka AbsolutePower Quote who? i can't see it... He lined your old acc, AbsolutePower. :P Quote
xdem Posted August 6, 2013 Posted August 6, 2013 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 Quote
NikosP Posted August 6, 2013 Author Posted August 6, 2013 On 8/6/2013 at 8:46 PM, xdem said: 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... Quote
xdem Posted August 6, 2013 Posted August 6, 2013 On 8/6/2013 at 9:14 PM, NikosP said: 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[] Quote
nery Posted January 17, 2014 Posted January 17, 2014 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? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.