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

Assassin's Creed: Revelations


Stone

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

Версия игры: любая

Версия трейнера: 1.1

Дата создания: 26.11.11

>>>Описание<<<

NUMPAD 1->>>Бессмертие

NUMPAD 2->>>Беск. боеприпасы

NUMPAD 3->>>Добавить денег

NUMPAD 4->>>Беск. боевой дух

47e5dff1a311.png

Скачать

Обновление: немного обновил скрипты и оболочку трейнера.

Скрипты


Бессмертие

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(health)
label(returnhere)
aobscan(aob_health,"83 78 58 00 7F 10 8B 4D 0C 33 C0 88 01 B8 02 00 00 00 5D C2 08 00 8B 55 0C B8 01 00 00 00 88 02 B8 02 00 00 00")
registersymbol(health)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov dword ptr [eax+58],63
cmp dword ptr [eax+58],00
jg ACRSP.CreateVorbisFilePlugin+EDD0E2
jmp returnhere

aob_health:
health:
jmp newmem
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
unregistersymbol(health)
health:
cmp dword ptr [eax+58],00
jg ACRSP.CreateVorbisFilePlugin+EDD0E2
//Alt: db 83 78 58 00 7F 10

Деньги

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(money)
label(returnhere)
aobscan(aob_money,"89 4E 0C 5E 5D C2 04 00 CC CC CC CC CC CC CC CC CC 55 8B EC 8B 41 0C 3B 45 08")
registersymbol(money)

newmem:
add ecx,0F4240
mov [esi+0C],ecx
pop esi
pop ebp
jmp returnhere

aob_money:
money:
jmp newmem
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
unregistersymbol(money)
money:
mov [esi+0C],ecx
pop esi
pop ebp
//Alt: db 89 4E 0C 5E 5D

Боеприпасы

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(ammo)
label(returnhere)
aobscan(aob_ammo,"8B 41 0C 3B 45 08 1B C0 40 5D C2 04 00 55 8B EC 8B 41 0C 8B 55 08 3B C2")
registersymbol(ammo)

newmem:
mov [ecx+0C],64
mov eax,[ecx+0C]
cmp eax,[ebp+08]
jmp returnhere

aob_ammo:
ammo:
jmp newmem
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
unregistersymbol(ammo)
ammo:
mov eax,[ecx+0C]
cmp eax,[ebp+08]
//Alt: db 8B 41 0C 3B 45 08

Боевой дух

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(god)
label(returnhere)
aobscan(aob_god,"01 9E 34 12 00 00 57 E8 45 BD E4 FF 01 98 5C 02 00 00 83 7D 0C 00 74 3B")
registersymbol(god)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
add ebx,3E8
add [esi+00001234],ebx
jmp returnhere

aob_god:
god:
jmp newmem
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
unregistersymbol(god)
god:
add [esi+00001234],ebx
//Alt: db 01 9E 34 12 00 00

Изменено пользователем FLS
  • Плюс 3
Ссылка на комментарий
Поделиться на другие сайты

Treiner Assassin's Creed Revelations v 1.0 plus 5

post-117-1322586860,98_thumb.jpg

>>>Описание<<<

1-Здоровье максимум клавиша numpad-1

При падении с большой высоты не поможет.

2-Деньги=150-000 клавиша numpad-2

3-Все предметы и деньги не уменьшаются клавиша numpad-3

4-Боевой дух=1000 клавиша numpad-4

5-Легкое убийство клавиша numpad-5

Скачать Treiner Assassin\'s Creed Revelations v 1.0 plus 5 ( Grom-Skynet ).rar

Скриптпы из Treiner Assassin's Creed Revelations v 1.0 plus 5

Обсуждения трейнеров от Grom-Skynet http://forum.gamehacklab.ru/topic/240-обсуждение-тренеров-от-grom-skynet/

Флудильня от Grom-Skynet http://forum.gamehacklab.ru/topic/896-%D1%84%D0%BB%D1%83%D0%B4%D0%B8%D0%BB%D1%8C%D0%BD%D1%8F-%D0%BE%D1%82-grom-skynet/

Здоровье максимум. Урон от врагов.


alloc(newmem,2048)
label(god)
label(GodMod)
label(returnhere)
aobscan(aob_god,83xxxxxxxxxx8BxxxxxxxxxxxxB8xxxxxxxx5DxxxxxxxxxxxxB8xxxxxxxx88)
registersymbol(god)

newmem:
cmp [eax+48],0B
je GodMod
cmp dword ptr [eax+58],00
jg CreateVorbisFilePlugin+EDD0E2
jmp returnhere

GodMod:
mov [eax+58],#1000
cmp dword ptr [eax+58],00
jg CreateVorbisFilePlugin+EDD0E2
jmp returnhere

aob_god:
god://ACRSP.exe+176BC9C
jmp newmem
nop
returnhere:

[DISABLE]
god://ACRSP.exe+176BC9C
cmp dword ptr [eax+58],00
jg CreateVorbisFilePlugin+EDD0E2
dealloc(newmem)
unregistersymbol(god)
[ENABLE]

Деньги 150-000


alloc(newmem,2048)
label(money)
label(returnhere)
aobscan(aob_money,89xxxxxxxxC2xxxxCCxxxxxxxxxxxxxxxx55xxxxxxxxxx3B)
registersymbol(money)

newmem:
mov ecx,#150000
mov [esi+0C],ecx
pop esi
pop ebp
jmp returnhere

aob_money:
money:// ACRSP.exe+12B481F
jmp newmem
returnhere:

[DISABLE]
money:// ACRSP.exe+12B481F
mov [esi+0C],ecx
pop esi
pop ebp
dealloc(newmem)
unregistersymbol(money)
[ENABLE]

Все предметы и деньги не уменьшаются


label(predmeti)
aobscan(aob_predmeti,72xxxxxxxxxxxxB0xxxxxxxxxx32xxxxxxxxxxxxxx55)
registersymbol(predmeti)

aob_predmeti:
predmeti:// ACRSP.exe+12B484B
jmp CreateVorbisFilePlugin+A25C88// Меняем jb на Jmp.
sub eax,edx
mov [ecx+0C],eax

[DISABLE]
predmeti:// ACRSP.exe+12B484B
jb CreateVorbisFilePlugin+A25C88
sub eax,edx
mov [ecx+0C],eax
unregistersymbol(predmeti)
[ENABLE]

Боевой дух=1000


alloc(newmem,2048)
label(boevoi_duh)
label(returnhere)
aobscan(aob_boevoi_duh,8Bxxxxxxxxxx8BxxxxxxxxxxE8xxxxxxxx32)
registersymbol(boevoi_duh)

newmem:
mov [edx+00001234],#1000
mov eax,[edx+00001234]
jmp returnhere

aob_boevoi_duh:
boevoi_duh://ACRSP.exe+1CE1A40
jmp newmem
nop
returnhere:

[DISABLE]
boevoi_duh://ACRSP.exe+1CE1A40
mov eax,[edx+00001234]
dealloc(newmem)
unregistersymbol(boevoi_duh)
[ENABLE]

Легкое убийство


alloc(newmem,2048)
label(death)
label(returnhere)
aobscan(aob_death,8Bxxxxxxxxxx83xxxxxxxxxxxxxxxxxxCCxxxxxxxxxxxxE8xxxxxxxxB8)
registersymbol(death)

newmem:
mov ecx,[esi+58]
mov [eax+20],0
jmp returnhere

aob_death:
death://ACRSP.exe+178AEFA
jmp newmem
nop
returnhere:

[DISABLE]
death://ACRSP.exe+178AEFA
mov ecx,[esi+58]
mov [eax+20],ecx
dealloc(newmem)
unregistersymbol(death)
[ENABLE]

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

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

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



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

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

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