View Single Post
kileedyg2
BANNED
Join Date: Jul 2012
Old 02-13-2013 , 05:40   Re: Kz Cvar Checker - Fps radius
Reply With Quote #16

the best way to detect fps hacks w/o slowhacking and if client somehow finds out to hide cvars.

PHP Code:
#include <amxmodx>
#include <fakemeta>

public plugin_init() {
    
register_plugin("Anti developer""v1""Serious Spot a.k.a kileedyg @ amxmodx.lt")
    
    
register_forward(FM_CmdStart"fw_CmdStart")
}

public 
fw_CmdStart(iduc_handle) {
    if (
get_uc(uc_handleUC_Msec) <10.0) { // frametime is below 0.01sec (more fps than 100)
        // if fps more than 100.0, action???
    
}

kileedyg2 is offline
Send a message via Skype™ to kileedyg2