给你的作弊器控制台加图片

社区服务
高级搜索
猴岛论坛CSGO反恐精英CS作弊器交流讨论给你的作弊器控制台加图片
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
24个回复

给你的作弊器控制台加图片

楼层直达
莎仕芘亞

ZxID:1171401

等级: 元老
猴岛国防部部长

举报 只看楼主 使用道具 楼主   发表于: 2007-06-27 0
Credits: [JAPS]MALT_LIQUOR & XanTrax?

First add these files to your project
http://www.freewebs.com/maltys/bmpsrcfiles.zip (这个地址可能坏了, 我这里以前下载过bmp.cpp bmp.h,有需要的可以给我要,暂时没带来)

go to client.cpp add this at top



Code:
#include "bmp.h"
#define MAX_TEXTURES 1
extern UINT     g_Texture[MAX_TEXTURES];

next find HUD_Redraw in that add this



Code:
  static bool loadbitmap = false;
 
  string bmppic = getOgcDirFile(cmd.argC(423));
  bmppic += "misc\vdc.bmp";

  if (!loadbitmap)
  {
    if(CreateTexture(g_Texture, (char*)bmppic.c_str(), 0))
    {
      loadbitmap = true;
    }
  }

now go to client.h add this



Code:
bool CreateTexture(UINT textureArray[], LPSTR strFileName, int textureID);

here is a example of adding pic to your console
go to console.cpp add this at top



Code:
#include "bmp.h"

Code:
void DrawTexMenu(int x, int y, int w, int h);

then in your console draw part add this


Code:
DrawTexMenu(con_x,con_y,con_w,con_h);

also when you add bmp images make sure you edit this code in bmp.cpp to your bmp height / width where the 550 , 400 is if you dont do that cheat will crash when you open console


Code:
pBitmap->data = CreateRGBA(pBitmap->data, Color,550, 400 );



比较简单 有兴趣的试试吧




作弊辅导员_h

ZxID:1019634

等级: 元老
定做作弊器
举报 只看该作者 沙发   发表于: 2007-06-30 0
以前我发在911的老教程
Credits: [JAPS]MALT_LIQUOR & XanTrax?

First add these files to your project
http://www.freewebs.com/maltys/bmpsrcfiles.zip (这个地址可能坏了, 我这里以前下载过bmp.cpp bmp.h,有需要的可以给我要,暂时没带来)

go to client.cpp add this at top



Code:
#include "bmp.h"
#define MAX_TEXTURES 1
extern UINT     g_Texture[MAX_TEXTURES];

next find HUD_Redraw in that add this



Code:
  static bool loadbitmap = false;
 
  string bmppic = getOgcDirFile(cmd.argC(423));
  bmppic += "misc\vdc.bmp";

  if (!loadbitmap)
  {
    if(CreateTexture(g_Texture, (char*)bmppic.c_str(), 0))
    {
      loadbitmap = true;
    }
  }

now go to client.h add this



Code:
bool CreateTexture(UINT textureArray[], LPSTR strFileName, int textureID);

here is a example of adding pic to your console
go to console.cpp add this at top



Code:
#include "bmp.h"

Code:
void DrawTexMenu(int x, int y, int w, int h);

then in your console draw part add this


Code:
DrawTexMenu(con_x,con_y,con_w,con_h);

also when you add bmp images make sure you edit this code in bmp.cpp to your bmp height / width where the 550 , 400 is if you dont do that cheat will crash when you open console


Code:
pBitmap->data = CreateRGBA(pBitmap->data, Color,550, 400 );



比较简单 有兴趣的试试吧




小图 | 大图 图片

  • 描述:VZWfkrXg.jpg
  • 描述:f0oFsKZx.jpg
  • 描述:iohyVux4.jpg
  • 描述:VZWfkrXg.jpg
  • 描述:f0oFsKZx.jpg
  • 描述:iohyVux4.jpg
  • 描述:VZWfkrXg.jpg
  • 描述:f0oFsKZx.jpg
  • 描述:iohyVux4.jpg
  • 描述:VZWfkrXg.jpg
  • 描述:f0oFsKZx.jpg
  • 描述:iohyVux4.jpg
luizsantos

ZxID:1184209

等级: 少尉
举报 只看该作者 板凳   发表于: 2007-07-04 0
aaaaaaaaaaaa
零零漆

ZxID:1117890

等级: 上士
举报 只看该作者 地板   发表于: 2007-07-05 0
爽死了!我也要加
jaydjp

ZxID:1196256

等级: 新兵
举报 只看该作者 4楼  发表于: 2007-07-05 0
[em15][errrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrm16][em17][em19][em21][em24]
wang5558

ZxID:1273078

等级: 新兵
举报 只看该作者 5楼  发表于: 2007-09-27 0
楼主我想要啊,怎么下啊
   
niecaichen

ZxID:1272707

等级: 大尉
举报 只看该作者 6楼  发表于: 2007-09-27 0
;...............j就是为了加一个土。..
gzw371993

ZxID:1277151

等级: 新兵
举报 只看该作者 7楼  发表于: 2007-10-07 0
楼主我想要啊,怎么下啊
   
       
litao1990

ZxID:1239859

等级: 上等兵
举报 只看该作者 8楼  发表于: 2007-10-07 0
     
时代在变

ZxID:1250061

等级: 上尉
郁闷中···
举报 只看该作者 9楼  发表于: 2007-10-27 0
无晕....我倒....
为什么签名不能有图片?
超过50字也没办法啊
celiangzhu

ZxID:1195801

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

ZxID:1294428

等级: 新兵
举报 只看该作者 11楼  发表于: 2007-11-04 0
楼主我想要啊,怎么下啊
     
CHAOYUEWD

ZxID:1193581

等级: 上士
举报 只看该作者 12楼  发表于: 2007-11-04 0
好东西
lao_5

ZxID:1180944

等级: 元老
猴岛变的我都不认识了...

举报 只看该作者 13楼  发表于: 2007-12-29 0
我是绝对不知道的
qkhhit

ZxID:1326623

等级: 新兵
举报 只看该作者 14楼  发表于: 2007-12-29 0
听懂了,但是不 知道怎么来
qkhhit

ZxID:1326623

等级: 新兵
举报 只看该作者 15楼  发表于: 2007-12-29 0
记得回我呀
sd1551638

ZxID:1314707

等级: 列兵
举报 只看该作者 16楼  发表于: 2007-12-29 0
asdasd
cboy_h

ZxID:1331476

等级: 新兵
举报 只看该作者 17楼  发表于: 2008-03-03 0
有用好看
181181

ZxID:1373084

等级: 新兵
举报 只看该作者 18楼  发表于: 2008-03-04 0
sda2d
73597350

ZxID:1370409

等级: 列兵
举报 只看该作者 19楼  发表于: 2008-05-05 0
支持一下, 能不能 都放在一起发啊
« 返回列表
发帖 回复