function exec(server, client) { // if client Z2F5 then ret const c = server.getClient(); if ( c.getEncryption() === "Z2F5" ) { return "aWNreSBldyBldw=="; } // if client has access to privateside if ( ############# === ###### ) { return False; } // else re-encrypt ############################################# } // whitelist if true const who = getPlayers(); who.forEach((plr) => { exec("THICK GANG", plr) });