How to add box esp to your hack

社区服务
高级搜索
猴岛论坛CSGO反恐精英CS作弊器交流讨论How to add box esp to your hack
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
2个回复

How to add box esp to your hack

楼层直达
作弊辅导员_h

ZxID:1019634

等级: 元老
定做作弊器
举报 只看楼主 使用道具 楼主   发表于: 2007-07-25 0
Client.cpp find this:
Code:
void drawPlayerEsp

somewhere in body add following:

Code:
switch(cvar.box)
  {
  case 1:
      gDrawBoxAtScreenXY(x,y,r,g,b,a * cvar.esp_trans,boxradius);
      break;
  case 2:
      gDrawBoxAtScreenXY(x,y,r,g,b,a * cvar.esp_trans,10);
      break;
  }

Register your cvars (i use box 2!)
密码被盗,请联系cscheat取回
tzxy33

ZxID:1235279

等级: 新兵
举报 只看该作者 沙发   发表于: 2007-07-31 0
发的什么东西
tzxy33

ZxID:1235279

等级: 新兵
举报 只看该作者 板凳   发表于: 2007-07-31 0
看不懂。
« 返回列表
发帖 回复