less freeze

社区服务
高级搜索
猴岛论坛CSGO反恐精英CS作弊器交流讨论less freeze
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
0个回复

less freeze

楼层直达
作弊辅导员_h

ZxID:1019634

等级: 元老
定做作弊器
举报 只看楼主 使用道具 楼主   发表于: 2007-06-30 0

This code make you less freeze

**********
FIRST TIME
**********
open the client.cpp and search <<int HUD_Redraw (float x, int y)>>
you will see that :

*** int nResult=0; ***
*** pHUD_Redraw(x,y);***

put under : /*-------------------------------------------------*/
//================= NO FREEZE ======================
if( me.ent->curstate.animtime != me.lastAnim )
{
me.lastAnim = me.ent->curstate.animtime;
me.framesFrozen = 0;
}
else
me.framesFrozen++;

if( me.alive )
me.frozen = (me.framesFrozen > cvar.freezeframes);
/*-------------------------------------------------*/


************
SECOND TIME
************

open the client.h and add this :

int framesFrozen;
bool frozen;
float lastAnim;

*********
LAST TIME
*********
open the cvar.cpp and add : REGISTER_CVAR_INT ( freezeframes, 0 );

now open cvar.h and add : int freezeframes;

so u will type in ur CFG : freezeframes 50

密码被盗,请联系cscheat取回
« 返回列表
发帖 回复