Raised This Month: $ Target: $400
 0% 

Kz Cvar Checker - Fps radius


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:50.


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