
09.11.2011, 22:29
|
 |
.
|
|
Регистрация: 18.05.2011
Адрес: Омск
Сообщения: 3,970
Версия Delphi: 3,5,7,10,12,XE2
Репутация: выкл
|
|
Но точнее скажет DJ PhoeniX
Код:
const
BaseAddr : DWORD = $400000;
LASER : DWORD = BaseAddr + $0056E78;
NAMETAGS : DWORD = BaseAddr + $02E1CE;
aLaser : array[0..1] of Byte = ($74, 4);
aNameTags : array[0..1] of Byte = ($75, $12);
aNopOne : Byte = $90;
.....
WriteProcessMemory(ProcessHandle, LASER, @aLaser, 2, 0);
WriteProcessMemory(ProcessHandle, NAMETAGS, @aNopOne, 1, 0);
__________________
Je venus de nulle part
55.026263 с.ш., 73.397636 в.д.
|