GaetanoH Posted May 18, 2016 Author Posted May 18, 2016 (edited) if (c.getType() == Message.MessageType.GAME) { String t = c.getMessage().toLowerCase(); try { if (t.contains("you get some logs")) antiBan(); } catch (Exception e) { e.printStackTrace(); } } Edited May 18, 2016 by GaetanoH
GaetanoH Posted May 18, 2016 Author Posted May 18, 2016 (edited) Best antiban found confirmed Edited May 18, 2016 by GaetanoH