Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Splamy committed Jan 9, 2018
1 parent 156a752 commit 48aed35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

<details><summary>Screenshots</summary>

Expand Down
2 changes: 1 addition & 1 deletion TS3Hook/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 48aed35

Please sign in to comment.