lovehuai
发表于 2010-12-8 11:54:59
本帖最后由 lovehuai 于 2010-12-8 11:56 编辑
.......... 防脚本很简单
如果你有登录器更简单 直接把alias命令过滤掉
然后强制下参数就行了
root@lovehuai.cn
丢过来吧我看看他都改了那些参数
Village
发表于 2010-12-8 12:37:42
21# lovehuai
我服务器没有登录器!你应该知道风云服务器吧?我测试了风云服务器也是有登录器的,对这个脚本检测无效!
sakulekingz
发表于 2010-12-8 12:45:25
其实你应该发在反作弊专区的。
心静如水
发表于 2010-12-8 13:08:33
本帖最后由 心静如水 于 2010-12-8 13:21 编辑
22# Village
1.在服务器文件server.cfg里面就有防止模型更改.....
mp_consistency 0
// 防止某些模型被更改(cs1.6服务器)
// 0=关闭
// 1=开启 (默认)
2.送个提高武器后座力给你...
在cstrike\addons\amxmodx\configs\amxx.cfg文件里面填上下面参数:
//武器后坐力修改参数
//amx_recoil_(武器名) (数字)
//例子
amx_recoil_m4a1 2.0
amx_recoil_ak47 2.0
amx_recoil_sg552 2.0
amx_recoil_aug 2.0
amx_recoil_m249 2.0
amx_recoil_deagle 3.0
//那么,M4A1在游戏中的后坐力缩小为原来的80%
//amx_recoil_m249 1.2
//即为M249增大为原来的120%
jinshumin
发表于 2010-12-8 14:36:14
进来看下 真这么牛逼啊
only33
发表于 2010-12-8 15:56:24
这年头还有人说“脚本”二字。。。。唉。。不解释,大家懂。。。
七星
发表于 2010-12-8 16:07:06
啥子东东啊?
q280308725
发表于 2010-12-8 16:22:13
这是什么东西
lovehuai
发表于 2010-12-8 16:38:05
22# Village
alias命令命令过滤掉
然后强制下客户端版本 query_client_cvar 函数是检查客户端参数值的
客户端过低会检查失败3647 或大于3647的版本都可以用
3266 2xxx的就一边凉快去吧
Amxx插件的话 set_task 循环检查不一样就尝试修改为标准值 如果发送命令让客户端修改后依旧是非正常值就直接Kick
http://www.amxmodx.org/funcwiki.php?go=func&id=854
* id is the player id
* cvar and value are self explaining
The function uses a pretty new engine function (added around Aug 11, 2005). Therefore it may cause a native error on out-of-date servers.
It also uses newdll functions; metamod (at least 1.18) doesn't provide newdll function table hooking for plugins if the mod gamedll doesn't export newdll functions.
This is fixed in metamod-1.18p26 by ghost_of_evilspy (hullu).
amyvox
发表于 2010-12-8 17:55:16
弄来看看,好准备对策
页:
1
2
[3]
4
5
6
7
8
9
10
11
12