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

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
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
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
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
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
I got some Anti Server Bann working ^^ Video Showcase will come soon ^:)
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
Added a video to demonstrate the main functions:

 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
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
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
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
Joined
Dec 23, 2015
Messages
1
Reaction score
0
Points
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
Joined
Jan 5, 2016
Messages
11
Reaction score
1
Points
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 ?
 

Sandro

Member
Joined
Jan 15, 2016
Messages
1
Reaction score
0
Points
33
it only works 4 or 3 times but i have 500 identitiys
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
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