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

  #4  
Старый 19.06.2022, 01:54
0x73616D
Участник форума
Регистрация: 27.05.2021
Сообщений: 140
С нами: 2614229

Репутация: 33
По умолчанию

Цитата:
Сообщение от CleanLegend  

C++:





Код:
DWORD samp
=
GetModuleHandle
(
"samp.dll"
)
;
*
(
DWORD
*
)
(
samp
+
0x68B0C
)
=
hpHigh
;
*
(
DWORD
*
)
(
samp
+
0x68B33
)
=
hpLow
;

my game crash when i use this, if I change it manually with Cheat Engine it works fine, but if I do it from the .asi plugin the game crashes, can somebody help me?
 
Ответить с цитированием