This repository was archived by the owner on Jun 11, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork25
ReSpeak/TS3Hook
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 tohide your connectioninfo for example.
- Ability to send own commands through your client.
- Download and install thelatest 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 sendsendtextmessage targetmode=2 msg=hi