Tutorial - Medium to Advanced - Player Dlights

社区服务
高级搜索
猴岛论坛CSGO反恐精英CS作弊器交流讨论Tutorial - Medium to Advanced - Player Dlights
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
6个回复

Tutorial - Medium to Advanced - Player Dlights

楼层直达
作弊辅导员_h

ZxID:1019634

等级: 元老
定做作弊器
举报 只看楼主 使用道具 楼主   发表于: 2007-07-05 0
[hide]Once upon a time I was looking around GameDeception, found a few threads for player dlights by Tetsuo, and I came up with this code.

Code:
 
static void PlayerLights()
{
cl_entity_t *me = pEngfuncs->GetLocalPlayer();
cl_entity_t *pLocal = pEngfuncs->GetLocalPlayer();
dlight_t *dl = gEngfuncs.pEfxAPI->CL_AllocDlight(0);
hud_player_info_t pinfo;

for(int i = 1; i < 33; i++)
{
if(i == pLocal->index)
continue;

cl_entity_t *ent = pEngfuncs->GetEntityByIndex(i);

if(strstr(pinfo.model, "arctic"), strstr(pinfo.model, "guerilla"), strstr(pinfo.model, "leet"), strstr(pinfo.model, "terror))
{
dl->color.r = 255;
dl->color.g = 50;
dl->color.b = 50;
}
else if(strstr(pinfo.model, "gign"), strstr(pinfo.model, "gsg9"), strstr(pinfo.model, "sas"), strstr(pinfo.model, "urban"), strstr(pinfo.model, "vip"))
{
dl->color.r = 50;
dl->color.g = 50;
dl->color.b = 255;
}

dl->origin = ent->origin;
dl->radius = 50;
dl->die = gEngfuncs.GetClientTime();
}
}
 
[/hide]
密码被盗,请联系cscheat取回
winner888

ZxID:1060758

等级: 新兵
举报 只看该作者 沙发   发表于: 2007-07-10 0
看看
cheetahcs

ZxID:1226181

等级: 中校
Amazing......
举报 只看该作者 板凳   发表于: 2007-07-11 0

看一看

akk30892511

ZxID:1227604

等级: 新兵
举报 只看该作者 地板   发表于: 2007-07-14 0

看下

feikeq

ZxID:1097448

等级: 新兵
举报 只看该作者 4楼  发表于: 2007-07-19 0

why

junaszxaz1

ZxID:1059664

等级: 新兵
举报 只看该作者 5楼  发表于: 2007-07-20 0
看看
yangkai1228

ZxID:1230117

等级: 列兵
举报 只看该作者 6楼  发表于: 2007-07-23 0
看看
« 返回列表
发帖 回复