SadNesS Posted October 8, 2015 Share Posted October 8, 2015 Hello, i have a trouble player on servers who change always his GUID and his IP to connect again and again.Is it possible to ban him forever with all his GUID's and IP's somehow or Mac? Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted October 8, 2015 Subscriber Share Posted October 8, 2015 If he is staying with the same ISP and there is no one else using the same one you can use !subnetban to keep him away Night Hunter 1 Quote Link to comment Share on other sites More sharing options...
SadNesS Posted October 8, 2015 Author Share Posted October 8, 2015 He changes the ISP once in a while. Is there another opinion? Quote Link to comment Share on other sites More sharing options...
Subscriber BECK Posted October 8, 2015 Subscriber Share Posted October 8, 2015 Tyranny commands. Make his life miserable. !mute, !burn, !gib, !disorient, etc... I wrote a LUA script that I won't share here that is an auto-bot against trouble players - that way we can go about our business and play and the troll won't even be able to join a team. Can't hack if you can't play! Eventually they get tired of being ignored and not being able to do anything and leave on their own. SadNesS 1 Quote Link to comment Share on other sites More sharing options...
Purple Posted October 12, 2015 Share Posted October 12, 2015 Tyranny commands. Make his life miserable. !mute, !burn, !gib, !disorient, etc... I wrote a LUA script that I won't share here that is an auto-bot against trouble players - that way we can go about our business and play and the troll won't even be able to join a team. Can't hack if you can't play! Eventually they get tired of being ignored and not being able to do anything and leave on their own.Unfortunately "your" lua script is quiet useless and could be denied in a matter of seconds. You should really learn a lot more about the ET SDK. Quote Link to comment Share on other sites More sharing options...
Subscriber BECK Posted October 12, 2015 Subscriber Share Posted October 12, 2015 It's worked for us, but you probably know this stuff better than I. Purple 1 Quote Link to comment Share on other sites More sharing options...
sageone Posted November 22, 2015 Share Posted November 22, 2015 (edited) Unfortunately "your" lua script is quiet useless and could be denied in a matter of seconds. You should really learn a lot more about the ET SDK. Can you elaborate on this? I am somewhat new to lua coding and I am also curious about game and lua limitations. Could you give an example how somebody could deny a lua script as a client on one's server? I have a couple of common lua scripts running and this quote makes me nervous Edited November 22, 2015 by sageone Quote Link to comment Share on other sites More sharing options...
sageone Posted November 22, 2015 Share Posted November 22, 2015 He changes the ISP once in a while. Is there another opinion? If you have access to the underlying Operating System (such as Linux), you could look into MAC address filtering. I have never tried this but in theory it should drop the connection if your problem visitor is not spoofing his MAC address or using a proxy. Random example: http://www.cyberciti.biz/tips/iptables-mac-address-filtering.html Quote Link to comment Share on other sites More sharing options...
Purple Posted November 22, 2015 Share Posted November 22, 2015 Can you elaborate on this? I am somewhat new to lua coding and I am also curious about game and lua limitations. Could you give an example how somebody could deny a lua script as a client on one's server? I have a couple of common lua scripts running and this quote makes me nervous If I posted it public silent mods would remove the post or just ban me because its 'hack' in their eyes Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted November 22, 2015 Management Share Posted November 22, 2015 If you have access to the underlying Operating System (such as Linux), you could look into MAC address filtering. I have never tried this but in theory it should drop the connection if your problem visitor is not spoofing his MAC address or using a proxy. Random example: http://www.cyberciti.biz/tips/iptables-mac-address-filtering.htmlBefore anyone locks himself out from his server. You get the MAC address from the latest hop, which is needed for routing. Not from the client machine. SadNesS and alex 2 Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted November 22, 2015 Management Share Posted November 22, 2015 Can you elaborate on this? I am somewhat new to lua coding and I am also curious about game and lua limitations. Could you give an example how somebody could deny a lua script as a client on one's server? I have a couple of common lua scripts running and this quote makes me nervous He means client changing his GUID. He just doesn't bother giving proper answers as you may have noticed. Quote Link to comment Share on other sites More sharing options...
sageone Posted November 23, 2015 Share Posted November 23, 2015 Before anyone locks himself out from his server. You get the MAC address from the latest hop, which is needed for routing. Not from the client machine. doh! I should have known that good looking out Quote Link to comment Share on other sites More sharing options...
SadNesS Posted December 4, 2015 Author Share Posted December 4, 2015 So it's possible to lock him via MAC? And if he change this too? Quote Link to comment Share on other sites More sharing options...
sageone Posted December 5, 2015 Share Posted December 5, 2015 So it's possible to lock him via MAC? And if he change this too? short answer: nokeep in mind that if possible via windows/linux networking tools, the mac address can still be spoofed/faked. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.