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

Batman: Arkham Asylum


Stone

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

Batman: Arkham Asylum +4 трейнер

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

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

47e14a43d6ec.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)
label(originalcode)
label(exit)
aobscan(aob_health,"F3 0F 2A 88 A4 02 00 00 0F 2F C1 0F 83 C1 02 00 00 8B 57 38 F6 C2 04 74 14 85 C0 74 10 F7 80 CC 01 00 00 00 00 00 20")
registersymbol(health)

aob_health:
health:
jmp newmem
nop
nop
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
pushad
cmp byte ptr [eax+35],80
jne originalcode
push [eax+000002A8]
pop [eax+000002A4]
originalcode:
popad
cvtsi2ss xmm1,[eax+000002A4]

exit:
jmp returnhere

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
unregistersymbol(health)
health:
cvtsi2ss xmm1,[eax+000002A4]
//Alt: db F3 0F 2A 88 A4 02 00 00

Очки

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(xp)
label(returnhere)
label(originalcode)
label(exit)
aobscan(aob_xp,"01 03 8B 1B 8B 4C 24 14 5E 89 19 5B 59 C2 08 00 CC CC 51 53 56 8B 74 24 10 C7 05 28 42 76 02 00 00 00 00")
registersymbol(xp)

aob_xp:
xp:
jmp newmem
nop
nop
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
add eax,3E7

originalcode:
add [ebx],eax
mov ebx,[ebx]
mov ecx,[esp+14]

exit:
jmp returnhere

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
unregistersymbol(xp)
xp:
add [ebx],eax
mov ebx,[ebx]
mov ecx,[esp+14]
//Alt: db 01 03 8B 1B 8B 4C 24 14

Время

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(time)
label(returnhere)
label(originalcode)
label(exit)
aobscan(aob_time,"F3 0F 11 86 F4 00 00 00 89 86 F8 00 00 00 72 53 21 BE FC 00 00 00 8B 86 8C 00 00 00 85 C0 7F 1E")
registersymbol(time)

aob_time:
time:
jmp newmem
nop
nop
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
pushad
mov [esi+000000F4],(float)61
originalcode:
popad
//movss [esi+000000F4],xmm0

exit:
jmp returnhere

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
unregistersymbol(time)
time:
movss [esi+000000F4],xmm0
//Alt: db F3 0F 11 86 F4 00 00 00

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

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

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



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

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

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