Client Crash [till 3.0.19.2]

Nýuu™

Member
Nov 18, 2015
150
54
63
A Friend and me found something cool it works on Win and Linux [not tested but it should work] on android it doesn't work, and IOS \_(*_*)_/

So lets go
Set:
%%CHANNEL_TOPIC%%
in the Channel Topic > Client Crash if some1 click on the channel
Set:
%%CHANNEL_NAME%%
in the Channel Name > Client Crash if some1 click on the channel
Set:
%%CLIENT_NAME%%
as your nickname > Client Crash if some1 click´s on your nickname
Set:
%%CLIENT_DESCRIPTION%%
as your "CLIENT_DESCRIPTION" > Client Crash if some1 click´s on your Client

-basically set a pointer01 that point on pointer01 >endless reload loop> Client Crash

or set:
%%SERVER_LICENSE%% in the Server Name > http://prntscr.com/bitday
set:
%%CLIENT_SERVER_GROUP_ICON%% in the Client Description> http://prntscr.com/bituur
and soo on.

If I am back @ home Later i will mabye post a list of everythink that works.

You can do soo many cool thinks with that just play around and try it yourself :).
Mabye you can crash the Server too, but i have 2 little time to test it.

Update: 3.0.19.2

Just to make this clear it still works on 3.0.19.2
just do it like this
a%%CLIENT_NAME%%

Look:
http://forum.teamspeak.com/threads/125574-Client-Freeze-caused-by-invalid-name
https://img4.picload.org/image/rrgrpgli/a57759ea9a71418ca31f1658a9e796.png

And remember
"everything is temporary nothing is permanent"
I dont take any responsibility for what you do with it.
 
Last edited:

dedmen

TeamSpeak Developer
Contributor
Mar 28, 2016
530
583
157
The server doesnt use any %% stuff so that shouldnt be crashable
A few strings i found on that
Code:
SERVER_NAME
SERVER_VERSION
SERVER_VERSION_SHORT
SERVER_PLATFORM
SERVER_ICON
SERVER_CLIENTS_ONLINE
SERVER_QUERYCLIENTS_ONLINE
SERVER_CHANNELS_ONLINE
SERVER_UPTIME
SERVER_CLIENT_CONNECTIONS
SERVER_QUERY_CLIENT_CONNECTIONS
SERVER_ADDRESS
SERVER_PORT
SERVER_LICENSE
PLUGIN_INFO_DATA
SERVER_MAXCLIENTS
SERVER_RESERVED_SLOTS
SERVER_NO_RESERVED_SLOTS
SERVER_REFRESH_ACTIVE
SERVER_REFRESH_INACTIVE
just add the %% ofc..
also the SERVER_NAME one could crash client on connecting.


These strings are stored in .tpl files in the binary the above codes are from serverinfo.tpl

channelinfo.tpl:
Code:
CHANNEL_TOPIC
CHANNEL_MAXCLIENTS
CHANNEL_MAXFAMILYCLIENTS
CHANNEL_NEEDED_TALK_POWER
CHANNEL_ORDER
CHANNEL_CODEC_QUALITY
CHANNEL_MAXCLIENTS
CHANNEL_FLAG_MAXCLIENTS
CHANNEL_MAXFAMILYCLIENTS
CHANNEL_CODEC
CHANNEL_NAME
CHANNEL_ID
CHANNEL_ICON
CHANNEL_CODEC_BITRATE
CHANNEL_FLAGS
CHANNEL_SUBSCRIPTION
CHANNEL_CLIENTS_COUNT
CHANNEL_VOICE_DATA_ENCRYPTED
CHANNEL_VOICE_DATA_ENCRYPTED_FLAG
PLUGIN_INFO_DATA
TEMP_CHANNEL_DELETE_DELAY
TEMP_CHANNEL_TIME_TO_DELETE
CHANNEL_DESCRIPTION
IMAGES_MAX_WIDTH
IMAGES_MAX_HEIGHT

clientinfo.tpl:
Code:
CLIENT_ID
CLIENT_AWAY_MESSAGE
CLIENT_PLATFORM
CLIENT_VERSION
CLIENT_VERSION_SHORT
CLIENT_VERSION_STATE
CLIENT_TOTALCONNECTIONS
CLIENT_FLAG_AVATAR
CLIENT_TALK_REQUEST_MSG
CLIENT_DESCRIPTION
PLUGIN_INFO_DATA
CLIENT_CUSTOM_NICK_NAME
CLIENT_VOLUME_MODIFIER
CLIENT_UNIQUE_ID
CLIENT_NAME
CLIENT_NAME_PERCENT_ENCODED
CLIENT_ICON
CLIENT_IGNORE_AVATAR
CLIENT_CREATED
CLIENT_LASTCONNECTED
CLIENT_CONNECTED_SINCE
CLIENT_COUNTRY_TOOLTIP
CLIENT_COUNTRY_IMAGE
CLIENT_TALK_REQUEST_TIME
CLIENT_CHANNEL_GROUP_NAME
CLIENT_CHANNEL_GROUP_ICON
CLIENT_SERVER_GROUP_NAME
CLIENT_SERVER_GROUP_ICON
CLIENT_DATABASE_ID
CLIENT_SERVER_SHOW_MAX_GROUPS
!CLIENT_SERVER_GROUP_LAST (yes that ! is part of that..)
CLIENT_SERVER_GROUP
CLIENT_CHANNEL_GROUP
AVATAR_MAX_WIDTH
AVATAR_MAX_HEIGHT
CLIENT_AWAY_MESSAGE
 
Last edited:

Archie

Member
Feb 8, 2016
129
8
53
... ^ Didn't notice this post (Before you ask I did search for it but missed it..) ^
 
Last edited:

BERNARDO

Member
Sep 21, 2015
15
8
35
Hello R4p3 team,
I've found a way to crash any client, when he clicks on you or on the channel you've made:
You have to put this in your name: %%CLIENT_NAME%%
Or this as the channel name: %%CHANNEL_NAME%%
Or you can crash a client with your description: %%CLIENT_DESCRIPTION%%
If you also want an icon in your description, you have to use this code: %%CLIENT_SERVER_GROUP_ICON%% or %%CLIENT_CHANNEL_GROUP_ICON%%
And ALOT more of things :)

Let's see if you can do something with that ;)
 
Top