Blockland Forums > Modification Help

What's the function RTB calls to get what server a player is at?

Pages: << < (2/2)

Ipquarx:

RTBCC_Socket.getUserInfo(%BLID);

And

RTBCC_Socket::onPlayerInfoResponse(%this,%parser,%packet)
{

...

%name = %packet.find("server/name").cData;

Snippet from connectClient.cs, lines 3377 and 1949-2088 respectively.

EDIT: It will only work if the target user has 'let anyone see the server i'm on' enabled, if that's off the only way to get it would be through hacking.

Slicks555:


--- Quote from: Ipquarx on June 13, 2012, 07:10:01 PM ---EDIT: It will only work if the target user has 'let anyone see the server i'm on' enabled, if that's off the only way to get it would be through hacking.

--- End quote ---
This isn't true, you could pilfer RTB's server info off servers with RTB enabled and regardless of if the person has it checked they'll show up in that server list, or you could make a bot that joins servers, logs members, leaves. But then it'd just get banned.

Pages: << < (2/2)

Go to full version