detect multibox launcher
This commit is contained in:
@@ -115,8 +115,9 @@ public enum KeyCloneAudit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void suspectMultibox(PlayerCharacter pc){
|
public static void suspectMultibox(PlayerCharacter pc){
|
||||||
if(pc.getClientConnection().machineID.contains("rsIwTas")){
|
String machineID = pc.getClientConnection().machineID;
|
||||||
Logger.error("TARGET SOFTWARE DETECTED ON ACCOUNT: " + pc.getAccount().getUname());
|
if(machineID.contains("rsIwTas")){
|
||||||
|
Logger.error("MULTIBOX SOFTWARE DETECTED ON ACCOUNT: " + pc.getAccount().getUname());
|
||||||
DbManager.AccountQueries.SET_TRASH(pc.getAccount().getUname(), "MULTIBOX");
|
DbManager.AccountQueries.SET_TRASH(pc.getAccount().getUname(), "MULTIBOX");
|
||||||
pc.getClientConnection().forceDisconnect();
|
pc.getClientConnection().forceDisconnect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user