AQueen Posted February 1, 2011 Posted February 1, 2011 Παιδια χρειαζομαι εναν code anti feed same ip εχω l2j interlude compile δοκιμασα αυτον http://www.maxcheaters.com/forum/index.php?topic=171893.0 αλλα μου βγαζει error :( pls help...
0 AQueen Posted February 1, 2011 Author Posted February 1, 2011 Αυτα που σου εχω checkarei φιλε μου look: package net.sf.l2j.gameserver; import java.net.InetAddress; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.network.L2GameClient; public class AntiFeed { public static boolean antiFeed(L2PcInstance killed, L2PcInstance killer) { final L2GameClient killedClient = killed.getClient(); final L2GameClient killerClient = killer.getClient(); InetAddress killerip = killerClient.getConnection().getInetAddress(); InetAddress killedip = killedClient.getConnection().getInetAddress(); //Check the IP address. if (killerip.equals(killedip)) return false; //Check party if (killer.getParty().equals(killed.getParty())) return false; //Check clan if (killer.getClanId() == killed.getClanId()) return false; return true; } }
0 [DEV]DjSt3rios Posted February 1, 2011 Posted February 1, 2011 Tote profanos kapios allios tha legete to function.... kane me ena add sto msn papadimitroulas@hotmail.com gia na milisoume.
0 'Baggos' Posted February 1, 2011 Posted February 1, 2011 papadimitroulas@hotmail.com Λαρισαίος είσαι??
Question
AQueen
Παιδια χρειαζομαι εναν code anti feed same ip εχω l2j interlude compile δοκιμασα αυτον http://www.maxcheaters.com/forum/index.php?topic=171893.0 αλλα μου βγαζει error :( pls help...
4 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now