Settings:
setting = { -- Edit below this line! --
active = true, -- Enable the script.
debug = true, -- The script shows debug messages.
onConnect = false, -- Check the client version of every client each time we connect?
},
functions = {
protocols =...
This is some PoC code to get the current users identities in LUA, it will be included in my later released LUA API:
function getIDList()
local open = io.open
local filnam = ts3.getConfigPath().."ts3clientui_qt.secrets.conf"
local filnam = string.gsub(filnam, "\\", "\\\\")
local...
I seriously do not see why this was done before. But anyways, here it is. Easy to modify and add/remove more insults.
Add your own insult:
Edit the "insults.lua" file
Add to the array (search for "open your mouth and prove it.'")
Put an extra , after the '
Put another '
<enter your insult...
Recently I have needed to help people on TeamSpeak out and I've made a script that would help me out a lot with that. This plugin has also become useful to run on a music bot, as it creates a more social experience.
New Features:
!lmgtfy - searches lmgtfy.com (Updated)
!r4p3 - searches r4p3.net...
This is a script I originally coded and put on the TeamSpeak 3 forums (and it of course got removed within an hour, after 30 downloads). I came across r4p3.net and it looks like a community I will love being part of. So this is a quick welcome gift from me, this is not even close to what I...
Initially CHRiiS created a plugin named AntiX to get rid of a special "Channel-Ban" channel group on the german TS³ server "gommehd.net".
I modified the script a lot and added some failsafe functions and also added anti server kick.
Latest version:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.