View Single Post
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 06-07-2020 , 10:07   Re: [Help] Rechecker
Reply With Quote #3

Quote:
Originally Posted by Godofwar View Post
the kick command and the md5 hashes are wrong here. Rechecker can read only first 8 hashes. So as example change :

from

Code:
"../r-aimbot.cfg"               5db25df38a2eeeba9727a2665601ee97    "kick [userid] 'R-Aim Bot detected';    rc_log AimBot       | md5hash '[file_md5hash]' - file '[file_name]' - '<[steamid]><[ip]>' - [name]"     BREAK
---->>>

Code:
"../r-aimbot.cfg"      5db25df3    "amx_ban 300 [userid] R_AimBot_detected" BREAK
300 = 300 Minutes.

To see logs you need to put in server.cfg and regame.cfg, amxx.cfg:

rch_log 2

Server stop/start and done.
change [userid] to [steamid] since its the best way to ban.
theres no regame.cfg file but game.cfg file

dont use rch_log 2, use rch_log 1 so it only log detections, if you use 2, it will log a lot of stuff, it will confuse you, in 1 it will log when a cheat has been detected
tarsisd2 is offline