Показать сообщение отдельно

  #5  
Старый 17.08.2020, 13:48
RazorRw
Флудер
Регистрация: 16.09.2019
Сообщений: 2,013
С нами: 3505395

Репутация: 183


По умолчанию

by S E V E N

C++:





Код:
CChat
::
CChat
(
IDirect3DDevice9
*
pDevice
,
CFonts
*
pFontRenderer
,
const
char
*
szLogPath
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
,
IDirect3DDevice9
*
,
CFonts
*
,
const
char
*
)
)
GetAddress
(
0x68340
)
)
(
this
,
pDevice
,
pFontRenderer
,
szLogPath
)
;
}
int
CChat
::
GetMode
(
)
{
return
(
(
int
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x61270
)
)
(
this
)
;
}
void
CChat
::
SwitchMode
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x61280
)
)
(
this
)
;
}
void
CChat
::
OnResetDevice
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x68190
)
)
(
this
)
;
}
void
CChat
::
AddMessage
(
D3DCOLOR color
,
const
char
*
szText
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
,
D3DCOLOR
,
const
char
*
)
)
GetAddress
(
0x68130
)
)
(
this
,
color
,
szText
)
;
}
void
CChat
::
AddChatMessage
(
const
char
*
szPrefix
,
D3DCOLOR prefixColor
,
const
char
*
szText
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
,
const
char
*
,
D3DCOLOR
,
const
char
*
)
)
GetAddress
(
0x67FE0
)
)
(
this
,
szPrefix
,
prefixColor
,
szText
)
;
}
 
Ответить с цитированием