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