显示当前木仓的VEC

社区服务
高级搜索
猴岛论坛CSGO反恐精英CS作弊器交流讨论显示当前木仓的VEC
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
48个回复

显示当前木仓的VEC

楼层直达
丶张三千

ZxID:1157199

等级: 元老

举报 只看楼主 使用道具 楼主   发表于: 2007-10-28 0
本部分内容设定了隐藏,需要回复后才能看到,或者点击我就看看,不说话
丶张三千

ZxID:1157199

等级: 元老

举报 只看该作者 沙发   发表于: 2007-10-28 0
附加一个不同血量不同颜色显示的代码

opengl

Information: If you have Good health then the colour will be Green, if health is Medium then the colour will be
      Yellow, if health is Low then the colour will be Red.

This can be PureGL as no engine function access is required.

First you need to use any memory searching tool to find the correct integers.

I am not doing a tutorial on this as it is easy to find for yourself but will include the latest values that
correspond with this post date.

Step 1:

4 Integers;

int iHealth;

int iRed;
int iGreen;
int iBlue;

iHealth will store the Health, and the colour integers will show the colour of the HUD;

Then either every frame, or 5th glViewport you need to collect the players health information by doing the
following;

iHealth = *(int*)0x119848;

Then you setup your code;

if(iHealth >= 100)
    {
      iRed = 100;
      iGreen = 255;
      iBlue = 50;
    }

    else if((iHealth >= 50)
    {
      iRed = 255;
      iGreen = 255;
      iBlue = 50;
    }

    else if(iHealth <= 20)
    {
      iRed = 255;
      iGreen = 0;
      iBlue = 0;
    }

Then with glBlendFunc we do the colouring;

if(dfactor == GL_ONE) { glColor3ub(iRed,iGreen,iBlue); }

Then that is about it, and leaves it upto you to improve.

Below are the latest values fitting in with this post date;

int iCS_Health = *(int*)0x119848;
int iCS_Armor = *(int*)0x1A1D894lease credit if used:


Code:
LanceVorgin
aiwnjoo
Microsoft
UC
OpenGLThanks!
__________________

Code:
IAT, API, Polymorphism, PEB/TEB, ASM, CAT, ring0 - All the possibilities
david1226

ZxID:1232186

等级: 列兵
举报 只看该作者 板凳   发表于: 2007-10-28 0
看不董啊
ssbbssdd

ZxID:1274207

等级: 上等兵
作弊?! 没前途!!!!
举报 只看该作者 地板   发表于: 2007-10-28 0
是在讲CS吗?
发贴前 请注明能否过DCOO
lovehahh

ZxID:1223477

等级: 新兵
举报 只看该作者 4楼  发表于: 2007-10-30 0
j
hugug
nxjia

ZxID:1289414

等级: 上尉
娤瘋荬傻
举报 只看该作者 5楼  发表于: 2007-10-30 0
     
celiangzhu

ZxID:1195801

等级: 列兵
举报 只看该作者 6楼  发表于: 2007-10-31 0
     
ccbbdd2007

ZxID:1176269

等级: 新兵
举报 只看该作者 7楼  发表于: 2007-12-04 0
   
jinzhe1208

ZxID:1273521

等级: 中校
举报 只看该作者 8楼  发表于: 2007-12-04 0
yilong726

ZxID:1178255

等级: 准尉
举报 只看该作者 9楼  发表于: 2007-12-06 0
不明白啊
黑星

ZxID:1114053

等级: 贵宾
Skywalker
举报 只看该作者 10楼  发表于: 2007-12-06 0
什么东西啊~
qiuyexin11

ZxID:1123155

等级: 新兵
举报 只看该作者 11楼  发表于: 2007-12-06 0
111111111111111111111111111111111111111
qiuyexin11

ZxID:1123155

等级: 新兵
举报 只看该作者 12楼  发表于: 2007-12-06 0
11111111111111
◆永恒.|▍

ZxID:1284422

等级: 少校

举报 只看该作者 13楼  发表于: 2007-12-07 0
```


◆唯我獨尊._[天天爆頭]._好心情▍Amber.
li3855868

ZxID:1298090

等级: 中士
举报 只看该作者 14楼  发表于: 2007-12-08 0
顶~快点给我看
maolichuan

ZxID:1228180

等级: 上等兵
举报 只看该作者 15楼  发表于: 2007-12-08 0
xhc6

ZxID:1309876

等级: 上等兵
    ℡¨o °︷q!ú學卟⒋→q!
举报 只看该作者 16楼  发表于: 2007-12-08 0
看看。。。
xiaochai

ZxID:1302994

等级: 元老
配偶: 幽焰冰瞳
123

举报 只看该作者 17楼  发表于: 2007-12-09 0
回附看看!!支持楼主
ericgm

ZxID:1147060

等级: 新兵
举报 只看该作者 18楼  发表于: 2007-12-10 0
我爱你亲爱的姑娘! 我爱你亲爱的姑娘!
tamama1041

ZxID:1312497

等级: 列兵
举报 只看该作者 19楼  发表于: 2007-12-10 0
什么?英文...!?
« 返回列表
发帖 回复