
20.08.2020, 22:27
|
|
Флудер
Регистрация: 16.09.2019
Сообщений: 2,013
С нами:
3505395
Репутация:
183
|
|
by S E V E N
C++:
Код:
void
CChat
::
RecalcFontSize
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x670E0
)
)
(
this
)
;
}
void
CChat
::
OnLostDevice
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x67160
)
)
(
this
)
;
}
void
CChat
::
UpdateScrollbar
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x671C0
)
)
(
this
)
;
}
void
CChat
::
SetPageSize
(
int
nValue
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
,
int
)
)
GetAddress
(
0x67260
)
)
(
this
,
nValue
)
;
}
void
CChat
::
PageUp
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x67290
)
)
(
this
)
;
}
void
CChat
::
PageDown
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x672F0
)
)
(
this
)
;
}
void
CChat
::
ScrollToBottom
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x67350
)
)
(
this
)
;
}
void
CChat
::
Scroll
(
int
nDelta
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
,
int
)
)
GetAddress
(
0x67380
)
)
(
this
,
nDelta
)
;
}
void
CChat
::
PushBack
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x67410
)
)
(
this
)
;
}
void
CChat
::
RenderEntry
(
const
char
*
szText
,
CRect rect
,
D3DCOLOR color
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
,
const
char
*
,
CRect
,
D3DCOLOR
)
)
GetAddress
(
0x67430
)
)
(
this
,
szText
,
rect
,
color
)
;
}
void
CChat
::
Log
(
int
nType
,
const
char
*
szText
,
const
char
*
szPrefix
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
,
int
,
const
char
*
,
const
char
*
)
)
GetAddress
(
0x67790
)
)
(
this
,
nType
,
szText
,
szPrefix
)
;
}
void
CChat
::
ResetDialogControls
(
CDXUTDialog
*
pGameUi
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
,
CDXUTDialog
*
)
)
GetAddress
(
0x67860
)
)
(
this
,
pGameUi
)
;
}
void
CChat
::
Render
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x67900
)
)
(
this
)
;
}
void
CChat
::
AddEntry
(
int
nType
,
const
char
*
szText
,
const
char
*
szPrefix
,
D3DCOLOR textColor
,
D3DCOLOR prefixColor
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
,
int
,
const
char
*
,
const
char
*
,
D3DCOLOR
,
D3DCOLOR
)
)
GetAddress
(
0x67BA0
)
)
(
this
,
nType
,
szText
,
szPrefix
,
textColor
,
prefixColor
)
;
}
void
CChat
::
Draw
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x67DC0
)
)
(
this
)
;
}
void
CChat
::
RenderToSurface
(
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
)
)
GetAddress
(
0x67E90
)
)
(
this
)
;
}
|
|
|