This is a TS3Client Plugin that decrypts Teamspeak 3 command packets on the fly and displays them in Teamspeak's own Console.
- Shows incoming/outgoing command packets of your client.
- Ability to hide certain commands to keep focusing on the important stuff.
- Ability to block certain outgoing commands to hide your connectioninfo for example.
- Ability to send own commands through your client.
- Download and install the latest release for your client.
- Add
-console
to the startup parameters of your TS3Client shortcut. (Screenshot) - Start your Teamspeak 3 Client with the modified shortcut.
- Take a look at the console named
Teamspeak 3 Client
. - OPTIONAL: Edit the
HookConf.ini
in the root directory of your TS3 binary to your needs. - Profit
NOTE: You can also inject the DLL with the injector of the latest release.
Send a chat message with ~cmd
and append a command where
(spaces) are replaced with ~s
.
Example:
~cmdsendtextmessage~stargetmode=2~smsg=hi
to send
sendtextmessage targetmode=2 msg=hi