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

S.T.A.L.K.E.R Тень Чернобыля


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

Treiner S.T.A.L.K.E.R Тень Чернобыля +6 v1.0006 NLC-6.008

post-117-1319357670,87_thumb.jpg

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

1-Деньги=999-999 клавиша numeric-1

2-Здоровье клавиша numeric-2

3-Стаминв Бесконечная клавиша numeric-3

4-Рюкзак Безконечный клавиша numeric-4

5-Радиация=0 клавиша numeric-5

6-Psi Излучение клавиша numeric-6

Скачать Тренер S.T.A.L.K.E.R Тень Чернобыля +6 v1.0006 NLC-6.008.tar

Скрипты из Тренера S.T.A.L.K.E.R Тень Чернобыля +6 v1.0006 NLC-6.008

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

Скрипт Стамина


//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)

xrGame.dll+1DD700:
jmp newmem
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [ecx+58],3F800000

originalcode:
movss xmm0,[ecx+58]

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
xrGame.dll+1DD700:
movss xmm0,[ecx+58]
//Alt: db F3 0F 10 41 58
[ENABLE]

Скрипт Деньги=999-999 Сразу


//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)

xrGame.dll+3BADE6:
jmp newmem
nop
nop
nop
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [ebp+28],000F423F

originalcode:
mov ebx,[ebp+28]
push ebx
push xrfactory_destroy+2391c8

exit:
jmp returnhere


[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
xrGame.dll+3BADE6:
mov ebx,[ebp+28]
push ebx
push xrfactory_destroy+2391c8
//Alt: db 8B 5D 28 53 68 D8 17 D3 05
[ENABLE]

Скрипт Деньги=999-999 не уменьшаются


//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)

xrGame.dll+3BF07A:
jmp newmem
nop
nop
nop
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [eax+28],000F423F

originalcode:
mov ecx,[eax+28]
push ecx
push xrfactory_destroy+2391c8

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
xrGame.dll+3BF07A:
mov ecx,[eax+28]
push ecx
push xrfactory_destroy+2391c8
//Alt: db 8B 48 28 51 68 D8 17 CD 05
[ENABLE]

Скрипт Здоровье Абсолютное



alloc(cave,256)
label(back)

cave:
push eax
mov eax,[xrGame.dll+005602E8]
mov eax,[eax+1B8]
cmp eax,esi
jne cave+15
db f3 0f 10 4E 08 //mov xmm1,[eax+8]
pop eax
db F3 0F 11 4E 04 //mov [esi+4],xmm1
jmp back

xrGame.dll+1E3237:
jmp cave
back:

[DISABLE]

xrGame.dll+1C53C7:
db f3 0f 11 4E 04 //mov [esi+4],xmm1

dealloc(cave)
[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)

xrGame.dll+205EF5:
jmp newmem
returnhere:

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

originalcode:
mov [edi+6c],0

exit:
jmp returnhere

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
xrGame.dll+205EF5:
movss [edi+6c],xmm0
//Alt: db F3 0F 11 47 6C
[ENABLE]

Скрипт Радиация=0


//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)

xrGame.dll+1E32E4:
jmp newmem
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [esi+5c],0

originalcode:
movss xmm1,[esi+5c]

exit:
jmp returnhere


[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
xrGame.dll+1E32E4:
movss xmm1,[esi+5c]
//Alt: db F3 0F 10 4E 5C
[ENABLE]

Скрипт PSI


//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)

xrGame.dll+1DCC16:
jmp newmem
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [eax+60],3F800000

originalcode:
fsub dword ptr [eax+60]
ret 0004

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
xrGame.dll+1DCC16:
fsub dword ptr [eax+60]
ret 0004
//Alt: db D8 60 60 C2 04 00
[ENABLE]

Игра-S.T.A.L.K.E.R Тень Чернобыля

Версия Игры -v1.0006

Мод -NLC-6 Начало

Версия Мода-6.008

Сайт Мода http://www.amk-team.ru/forum/index.php?showtopic=8431

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

  • 7 месяцев спустя...

Treainer S.T.A.L.K.E.R. Тень Чернобыля v 1.0006 plus 13

post-117-1330543009,9_thumb.jpg

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

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

После переходов нужно активировать заново...

2-Броня максимум клавиша numpad-2

3-Деньги не падают ниже 20-000 ( Уст 150-000 ) клавиша numpad-3

4-Стамина не уменьшается клавиша numpad-4

5-Рюкзак бесконечный клавиша numpad-5

6-Нет перезарядки клавиша numpad-6

7-Радиация не прибавляется клавиша numpad-7

8-PSI излучение не вредит здоровью клавиша numpad-8

9-Высокий прыжок клавиша numpad-9

10-Не дохнем при падении клавиша numpad-0

11-Высокая скорость ходьбы клавиша numpad- *

12-Управление в полете клавиша numpad- -

13-Скорострельность клавиша numpad- +

Скачать S.T.A.L.K.E.R. Тень Чернобыля v 1.0006 plus 13 by Grom-Skynet.rar

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

Обсуждения трейнеров от 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/

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

  • 4 года спустя...
  • 3 месяца спустя...

 

В 05.04.2016в22:50, Grom-Skynet сказал:

На днях... постараюсь сделать архив со всеми моими тренерами.... ну что бы не было вопросов

Не сделали?

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

2 часа назад, Eugaliod сказал:

 

Не сделали?

вСЕМ ПРИВЕТ .. ВОТ ССЫЛКА НА ВСЕ МОИ ТРЕНЕРА... МОЖНО РАСКИДАТЬ ПО ТЕМАМ... У САМОГО ВРЕМЕНИ НЕТ

 

https://yadi.sk/d/ipPJKnI8tATii

Изменено пользователем Grom-Skynet
Ссылка на комментарий
Поделиться на другие сайты

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

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



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

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

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