Перейти к содержанию

Quake 4


ZOCKIR

Рекомендуемые сообщения

Версия игры 1.0; версия трейнера 1.0, 1.3; +4; дата создания 23.04.2011

post-1568-1303576100,9_thumb.jpg

Описание:

1) Здоровье +999

2) Здоровье 2 (Дополнительное)

3) Костюм(Броня) +999

4) Бесконеч. обойма +99999(Все оружие)

Трейнер:Quake4v1.0.rar

Quake4v1.3.rar

Дополнительная информация:

Инструкция:

1. Запустить трейнер далее игру

2. Использовать трейнер, нажимая комбинации горячих клавиш.

Скрипты:

Здоровье


[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

201C3754:
jmp newmem
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
mov eax,000003E7


originalcode:
mov [esi+000000bc],eax

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
201C3754:
mov [esi+000000bc],eax
//Alt: db 89 86 BC 00 00 00

Здоровье 2(Дополнительное)


[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
201C3752:
add eax,ecx

[DISABLE]
201C3752:
sub eax,ecx
//Alt: db 2B C1 89 86 BC 00 00 00

Костюм(Броня)


[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

201B5014:
jmp newmem
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
mov [esi+000015f4],000003E7


originalcode:
mov ecx,[esi+000015f4]

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
201B5014:
mov ecx,[esi+000015f4]
//Alt: db 8B 8E F4 15 00 00

Бесконеч. обойма(Все оружие)


[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

201BF62C:
jmp newmem
nop
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
mov [ebp+eax*4+000015fc],0001869F


originalcode:
mov ecx,[ebp+eax*4+000015fc]

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
201BF62C:
mov ecx,[ebp+eax*4+000015fc]
//Alt: db 8B 8C 85 FC 15 00 00

  • Плюс 1
Ссылка на комментарий
Поделиться на другие сайты

Пожалуйста, войдите, чтобы комментировать

Вы сможете оставить комментарий после входа в



Войти
×
×
  • Создать...

Важная информация

Находясь на нашем сайте, Вы автоматически соглашаетесь соблюдать наши Условия использования.