07.11.2013, 18:48
With some hacks is possible to change the nickname in game. It doesn't disconnect the player, but only changes his nickname.
This is part of the server logs.
[20:46:54] [join] Peppe has joined the server (0:127.0.0.1)
// NO DISCONNECT LOG
[20:47:16] [join] OtherName has joined the server (0:127.0.0.1)
What I do clientside is this:
1 Join the server with the nickname Peppe.
2 Use the hack to change the nickname into "OtherName".
In serverside the OnPlayerDisconnect for Peppe isn't called and this can be abused.
This is part of the server logs.
[20:46:54] [join] Peppe has joined the server (0:127.0.0.1)
// NO DISCONNECT LOG
[20:47:16] [join] OtherName has joined the server (0:127.0.0.1)
What I do clientside is this:
1 Join the server with the nickname Peppe.
2 Use the hack to change the nickname into "OtherName".
In serverside the OnPlayerDisconnect for Peppe isn't called and this can be abused.