Results 1 to 15 of 22
-
02-01-2010, 10:50 #1
-= TeamSpeak Lover =-
- Join Date
- Oct 2009
- Location
- Germany
- Posts
- 44
Lua Kick Script Clients with Version < last Version
Is there a way to kick clients that not has the last version?
Maybe a Lua Script? But i cant write Lua... Anyone able to do this for me, please?
-
03-01-2010, 03:48 #2
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 8
yeah that would be nice
-
03-01-2010, 11:59 #3
-= TeamSpeak Lover =-
- Join Date
- Apr 2007
- Location
- Germany
- Posts
- 98
I will have a look at it

I'll report in today evening I think.
Stay tuned.
EDIT:
Script is ready now!
http://rapidshare.com/files/330455241/versionKicker.lua
Informations
- How to install?
- Copy the file called "versionKicker.lua" to your scripts directory
- Should be something like "C:\Program Files\Teamspeak 3 Client\scripts"
If you do not want to change anything in your "ts3events.lua" just STOP HERE!
You have to type "/lua load versionKicker.lua" everytime you restart your client, nothing else is different from the version below.
If you are able to change it and not afraid of using your notepad, then go on and save some time in the future
- Open the file called "ts3events.lua" with notepad or any other editor
- Line 9-11 should look like that:
Code:require("ts3defs") -- Required require("ts3errors") -- Required require("custom") -- Demonstration and testing. Load this here to avoid having to "/lua load custom.lua" in the client. - Add the following line AT THE END OF THE FILE:
Code:require("versionKicker") - It should look like that after you added the lines:
----------------------------------------------------Code:ts3.urlsToBB(textWithURLs) > bbCodeText ]]-- require("versionKicker") - Start teamspeak as usual
- How to use?
- You can run the script on your own by typing "/lua run versionKicker"
- But the script is also automatically kicking old versions in intervals
03.01.2010 21:43 Uhr UPDATE:
*did some changes to prevent (public) server from banning you because of spam
05.01.2010 02:05 Uhr UPDATE:
*again some improvements for getting a ban because of spam
*possible fix for some malfunctions
*PLEASE MAKE SURE YOU HAVE ENOUGH RIGHTS TO KICK SOMEONE!
*Scripts is way not finished...Last edited by Lil-rich; 05-01-2010 at 01:06.
-
03-01-2010, 21:27 #4
-= TeamSpeak Lover =-
- Join Date
- Oct 2009
- Location
- Germany
- Posts
- 44
realy nice, thank you!
-
04-01-2010, 00:04 #5
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 5
Arrgs rapidshare took 30mins ... for 4kb!!
-
04-01-2010, 01:56 #6
-= TeamSpeak Lover =-
- Join Date
- Aug 2005
- Location
- Nederland
- Posts
- 56
It says;
When running '/lua run versionKick'Code:Invalid command: /lua run versionKick
-
04-01-2010, 06:35 #7
-= TeamSpeak Lover =-
- Join Date
- Apr 2007
- Location
- Germany
- Posts
- 98
-
04-01-2010, 11:46 #8
-= TeamSpeak Lover =-
- Join Date
- Aug 2005
- Location
- Nederland
- Posts
- 56
Code:Invalid command: /lua run versionKicker
-
04-01-2010, 12:21 #9
-= TeamSpeak User =-
- Join Date
- Jan 2010
- Location
- Poland
- Posts
- 8
Code:Error running Lua function 'versionKicker.lua': attempt to call a nil value
-
04-01-2010, 12:46 #10
-= TeamSpeak User =-
- Join Date
- Sep 2005
- Location
- Sweden
- Posts
- 26
You have to enable the LUA plugin.
-
04-01-2010, 13:24 #11
-= TeamSpeak User =-
- Join Date
- Sep 2005
- Location
- Sweden
- Posts
- 26
<14:22:26> "Raaf" was kicked from the server by "Ernesto" (UPDATE YOUR CLIENT!)
<14:22:26> invalid clientID
<14:22:26> invalid clientID
Get that invalid clientID spam all the time when someone is kicked
-
04-01-2010, 14:13 #12
-= TeamSpeak User =-
- Join Date
- Jan 2010
- Location
- Poland
- Posts
- 8
Last edited by antihrist; 04-01-2010 at 16:49.
-
04-01-2010, 18:59 #13
-= TeamSpeak Lover =-
- Join Date
- Apr 2007
- Location
- Germany
- Posts
- 98
A new version is coming tonight with some bugfixes.
It's not perfect but works much better. I am still working on a fix for the problem if you don't have enough rights to kick someone (e.g. if you are not able to kick someone or if the person has a higher needed kickpower etc.)
I dunno why my array isn't working as expected
But I'll fix that asap...
-
04-01-2010, 19:14 #14
-= TeamSpeak User =-
- Join Date
- Jan 2010
- Location
- Poland
- Posts
- 8
sometimes
and starts chat with "" userCode:<19:50:29> "Bekflip" is now known as "" <19:50:30> "" kicked from the server by "Antihrist" (Update Teamspeak!!)
//edit:
Client Log:
Code:2010-01-04 21:25:10.972263 ClientUI Warning Error requesting client variables: 1796
Last edited by antihrist; 04-01-2010 at 20:47.
-
05-01-2010, 01:07 #15
-= TeamSpeak Lover =-
- Join Date
- Apr 2007
- Location
- Germany
- Posts
- 98
Check your rights management (after you downloaded the new version)
/UPDATE
Please report back in what goes wrong. And make sure you have enough rights to kick/write private messages...
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Teamspeak Attack / Exploit
By Juzaa in forum [TeamSpeak 2] Server SupportReplies: 22Last Post: 27-08-2008, 22:12 -
TeamSpeak Attack
By GuildSteph in forum [TeamSpeak 2] Server SupportReplies: 1Last Post: 30-07-2008, 11:40 -
HUGE New Flood Attack
By livewiremaxx in forum [TeamSpeak 2] Server SupportReplies: 12Last Post: 26-08-2007, 17:09 -
spam login!
By tetra in forum [TeamSpeak 2] Server SupportReplies: 5Last Post: 25-05-2007, 13:12 -
DBExpress Operation Not supported
By LukeK in forum [TeamSpeak 2] Server SupportReplies: 0Last Post: 14-03-2006, 17:54


Reply With Quote
Changed it above...