AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Anti Rate Hack (https://forums.alliedmods.net/showthread.php?t=181116)

[PL]Luki 03-25-2012 08:31

[ANY] Anti Rate Hack
 
1 Attachment(s)
Anti Rate Hack v 1.1

Description:
This plugin kicks clients who changes their rates too often. I tested it only in TF2 and it is created mostly for TF2.
You may check it on
Mariano's TF2DM server: 94.23.94.40:27015 ;)

Cvars:
  • sm_antiratehack_version - plugin version
  • sm_antiratehack_notifyflag - Only people with this flag will see the notice about cheating (empty - everyone)
  • sm_antiratehack_notifytype - Notification types: 0 - off 1 - server console, 2 - chat, 4 - player console (can be added up)
  • sm_antiratehack_notifythreshold - How many rate changes should be done to show the info on chat and kick the player
Changelog:
  • Version 1.0 (unknown)
    • Initial Release
  • Version 1.1 (03-25-2012)
    • Added translations
    • First public release
Installation:
  • Put antiratehack.sp to sourcemod/scripting
  • Put colors.inc to sourcemod/scripting/include
  • Put antiratehack.phrases.txt to sourcemod/translations
  • Compile it and copy the .smx file to sourcemod/plugins
Thanks to:

Mariano 03-25-2012 08:44

Re: [ANY] Anti Rate Hack
 
Good work Luki! Your plugin is very useful. :P

Velture 03-25-2012 15:13

Re: [ANY] Anti Rate Hack
 
Wow. Outstanding!

blue zebra 03-26-2012 03:08

Re: [ANY] Anti Rate Hack
 
Into your server.cfg:

sv_maxrate 50000
sv_minrate 49998
sv_maxupdaterate 66
sv_minupdaterate 64
sv_mincmdrate 64
sv_maxcmdrate 66
sv_client_cmdrate_difference 1

???

Mariano 03-26-2012 03:33

Re: [ANY] Anti Rate Hack
 
This plugin protect your server from client command spaming - rate cl_cmdrate cl_updaterate

You can use binds for testing:

bind "o" "cl_cmdrate 40 ; cl_updaterate 40 ; rate 30000"
bind "p" "cl_cmdrate 66 ; cl_updaterate 66 ; rate 60000"

adrianman 03-26-2012 12:12

Re: [ANY] Anti Rate Hack
 
what is the effect of this rate hack anyway? does it do anything bad to the server?

Mariano 03-26-2012 12:32

Re: [ANY] Anti Rate Hack
 
If someone change rates dynamically during the game, it's more hard to hit him, because hitboxes start freaking out. Look at this topic on ETF2L forum, to learn about what's going on with this cheat:

http://etf2l.org/forum/general/topic-19627

Bacardi 03-26-2012 12:34

Re: [ANY] Anti Rate Hack
 
superfluous

*edit
Maybe you need check yourself
Some questions about the netsetting

dirtyjob 04-01-2012 13:13

Re: [ANY] Anti Rate Hack
 
can you post a compiled version of your plugin please

Mariano 04-24-2012 03:50

Re: [ANY] Anti Rate Hack
 
This movie shows some player with rate hack:

http://www.youtube.com/watch?feature...&v=yLBDo5s4BD4


All times are GMT -4. The time now is 21:12.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.