|
本帖最后由 hackroad 于 2013-8-13 17:04 编辑
原代码在这里,插件作者是Rulzy版主,后来Rulzy太忙不再更新,老外就重写了一个..
http://forums.alliedmods.net/showthread.php?p=1505950#post1505950- Hi, here a version which works with hlbeta update. Credit for Rulzy.
- Some notes :
- - The way of memory patching is different and it would work only under a windows/linux dedicated server with the hlbeta update.
- - Now all attempts are logged in a file named anti_dlfile.log in logs/ directory.
- - If you think it doesn't work, check the message at server start, it will say if the patch has failed or not.
- - The installation is the same as the first post of this thread.
- EDIT : the hlbeta integrates a fix for that now, so my module is not needed anymore.
复制代码 原功能是屏蔽cmd dlfile并记录在日志中.在实际使用过程中,发现多次服务端异常和崩溃都和这个有关,所以我修改了下源代码,只要使用cmd dlfile命令就BAN出服务器.
不清楚会不会有误报,你们看着用把.
本帖无需回复即可下载.
一、需求
metamod v1.19
二、安装方法
1、新建目录“{MODDIR}/addons/antidlfile”。
2、将文件“antidlfile.dll”(Windows)或“antidlfile_i3 86.so”(Linux)复制到目录“{MODDIR}/addons/antidlfile”。
3、在“{MODDIR}/addons/metamod/plugins.ini”中增加一行(Windows):- win32 addons/antidlfile/antidlfile.dll
复制代码 或(Linux)- linux addons/antidlfile/antidlfile_i386.so
复制代码 4、重启你的CS服务器。如果启动时在服务器控制台看到“[ANTI-DLFILE] Patch "cmd dlfile" successful!”,则表示补丁应用成功。
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|