diff --git a/README.md b/README.md index b9f4936..96a0f43 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,13 @@ This is a TS3Client Plugin that decrypts Teamspeak 3 command packets on the fly NOTE: You can also inject the DLL with the injector of the latest release. -## Todo +## Injection -- Make it possible to inject (send) own commands. +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`
Screenshots diff --git a/TS3Hook/dllmain.cpp b/TS3Hook/dllmain.cpp index 9b217e7..a8732cd 100644 --- a/TS3Hook/dllmain.cpp +++ b/TS3Hook/dllmain.cpp @@ -135,7 +135,7 @@ bool core_hook() if (hConsole != nullptr) SetConsoleTextAttribute(hConsole, FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_INTENSITY); - printf("-==== TS3HOOK 1.0 ====-\n"); + printf("-==== TS3HOOK 1.1 ====-\n"); printf("-= Written by Splamy =-\n"); read_config();