Author Topic: Road to 90K!  (Read 8969 times)

It was just Port in her element. No 127k ID.
port isnt a girl.

port isnt a girl.
Apparently he's MARBLE MAN's sister.

They wouldn't admit to it being bullstuff, so I thought it was real.

Port, you're still messing with the connection arguments? Don't get more functions blocked...

RTB showes the highest ID it's seen, so even if only 1 out of 50 new players join an RTB server, it will be only the max 50 IDs off. I'd say it's fairly accurate....

Apparently he's MARBLE MAN's sister.

They wouldn't admit to it being bullstuff, so I thought it was real.

Strange voice for a girl


"Hi I'm Port and my quest is to validate Badspot in locking us out of more functions by proving that we are indeed irresponsible and that we cannot be trusted to not abuse our very limited control over the player list just so we can confuse a few people!"

1. The admins used Eval to change their name and BL_ID on the player list.
I spent a long time trying to do this before, I don't think it's possible

but maybe with some port magic or something it is I don't know I can't script very well

2 Things could've happened on that server.

1. The admins used Eval to change their name and BL_ID on the player list.

2. The image is photoshopped.
but photoshopping doesn't happen on a server


Good lord, I remember when 7K was a sight to behold! This is insanity!

[img ]http://i.imgur.com/eHK6a4G.png[/img]

You guys believe anything.
I'm pretty sure onConnectRequest would do absolutely nothing alone

I'm pretty sure onConnectRequest would do absolutely nothing alone
There was some other function Port mentioned before the chat in that picture.

There was some other function Port mentioned before the chat in that picture.
I made some pseudo code that makes an AI connection
package connection
{
   function GameConnection::isAIControlled(%client)
   {
      %a = parent::isAIControlled(%client);
      return (%a ? %a : %client.getClassName()$="AIConnection");
   }
};
activatepackage(connection);

function connectAnAIClient()
{
   %cl = new AIConnection();
   %cl.larmcolor = "1 0 0 1"; //dandy fake avatar that looks like a bot
   %cl.rarmcolor = "1 0 0 1";
   %cl.lhandColor = "1 1 0 1";
   %cl.rhandcolor = "1 1 0 1";
   %cl.headColor = "1 1 0 1";
   %cl.chestColor = "1 1 1 1";
   %cl.hipcolor = "0 0 1 1";
   %cl.llegColor = "0 0 0 1";
   %cl.rlegcolor = "0 0 0 1";
   %cl.schedule(15000,delete);
   %cl.startLoad(); // This makes the " connected." message
   %cl.loadMission(); // This makes the " spawned." message, and creates a player with no name
   return %cl;
}


I'm pretty sure this is what happened, but port somehow managed to hack in names
« Last Edit: December 27, 2013, 11:56:28 PM by MARBLE MAN »

I don't remember exactly, but once there was this bot going aroung servers just chatting a bunch of random facts then getting banned. I forgot the name of the bot but it had an ID and everything. When it spawned it would move and look around like the default bots do.

I don't remember exactly, but once there was this bot going aroung servers just chatting a bunch of random facts then getting banned. I forgot the name of the bot but it had an ID and everything. When it spawned it would move and look around like the default bots do.
That was a user named "Fact Sphere". They were using a script (I think made by MARBLE MAN) to seem like a bot, while copying and pasting facts.