lua

  1. Bluscream

    [LUA] linkConvert (with update reminder and unread messages reminder)

    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 =...
  2. Bluscream

    [LUA] Get Identities

    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...
  3. shockli

    Insult Bot [LUA]

    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...
  4. shockli

    Have Your own "Personal Bot" [LUA]

    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...
  5. shockli

    TS3 Spam Poke [LUA] [MENU]

    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...
  6. Bluscream

    [LUA] NoX Module (Anti Channel/Server-Kick + Anti Channel/Server Ban)

    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:
Top