小窗口代码.

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

小窗口代码.

楼层直达
chlgnsy

ZxID:1269787

等级: 中士
举报 只看楼主 使用道具 楼主   发表于: 2007-10-27 0
void APIENTRY pglViewport( GLint x,GLint y,GLsizei width,GLsizei height )
{
  if (cvar.targetmode==4)
  {
      if (cvar.spec_fix)
      {
          gAimbot.FindTarget();
      } else {
          gAimbot.target = -1;
      }
  }
  if(cvar.smallview)
  {
      if(cvar.speed>1)
      {
      oglViewport((width-200)/2,(height-150)/2,200,150);
      }
      else {oglViewport(x,y,width,height);}
  }
    else {oglViewport(x,y,width,height);}
}

记得要注册哦!
« 返回列表
发帖 回复