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

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
211
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:
NoX.svg
total.svg




 
Last edited:

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
211
NoX is a LUA Module so in Plugins you have to enable "LUA Plugin" and when it's enabled just click on it and then click on settings and enable NoX.

asOkiGZ.png


A full tutorial will come in the future.
 

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
211
I got some Anti Server Bann working ^^ Video Showcase will come soon ^:)
 

Supervisor

Administrator
Apr 27, 2015
1,863
2,546
335
I have a few Improvements I'd like to see:
  • detect the tab the user was kicked from and connect from the same tab again.
  • If the server is a favorite, connect with the according idendity
 

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
211
I have a few Improvements I'd like to see:
  • detect the tab the user was kicked from and connect from the same tab again.
  • If the server is a favorite, connect with the according idendity
  • Possible but hard since you'll have to store all the ScHID's in an array.
  • Impossible due to shitty API.
 

Steven Geiger

Member
Dec 23, 2015
1
0
33
If I'm getting a channel ban, it just reconnects to the server, but it doesn't automatically go into the same channel like shown in the showcase.
 

defraqq

Member
Jan 5, 2016
11
1
35
Hey guys, i worked perfektly, but only one time... how can i add some new Identitys ? is it in the settings.lua ?

}, -- Edit above this line! --
var = {
lastID = 0,
bancount = 0,
variables_Requested = false,
checkForServerKick = false,
backup = {
clid = 0,
chid = 0,
ip = "127.0.0.1:9987",
nickname = "TeamspeakUser",
channelname = "Default Channel",
},
},
func = {
checkForSwitch = false,

is it this ? where i need to add more identitys ?
 

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
211
New Update
Changelog said:
  • [Function] Anti channel delete will recreate the channel you are in if it gets deleted.
  • [Linux] You can now enter your network adapter (ex. eth0) in the settings.lua to let NoX change your MAC adress for you when you get banned.
  • [ID] NoX will now read the amount of IDs automatically.
Download in the topmost post.
 
Last edited:
Top