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

HalfLife 2


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

Тренер HalfLife 2 +6 version 1.0.1.0

post-117-1319354374,18_thumb.jpg

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

1-Здоровье=999 клавиша numeric-1

2-Костюм=999 клавиша numeric-2

3-Дополнительное Питание клавиша numeric-3

4-Все Патроны Гранаты Подстволы=999 клавиша numeric-4

5-Нет Перезарядки клавиша numeric-5

6-Пушка На Катере=100 клавиша numeric-6

Скачать Тренер HalfLife 2 +6 version 1.0.1.0.tar

Скрипты из Тренера HalfLife 2 +6 version 1.0.1.0

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

Скрипт здоровье=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)

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

originalcode:
mov eax,[esi+0000009C]

exit:
jmp returnhere

server.dll+33A2E7:
jmp newmem
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
server.dll+33A2E7:
mov eax,[esi+0000009C]
//Alt: db 8B 86 9C 00 00 00
[ENABLE]

Скрипт костюм=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)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [esi+00000bb4],000003E7

originalcode:
mov eax,[esi+00000BB4]

exit:
jmp returnhere

server.dll+341AFA:
jmp newmem
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
server.dll+341AFA:
mov eax,[esi+00000BB4]
//Alt: db 8B 86 B4 0B 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)

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

originalcode:
mov [esi+00000D30],eax

exit:
jmp returnhere

server.dll+5E360:
jmp newmem
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
server.dll+5E360:
mov [esi+00000D30],eax
//Alt: db 89 86 30 0D 00 00
[ENABLE]

Скрипт патроны все гранаты подстволы=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)

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

originalcode:
mov [esi+edi*4+00000630],ebx

exit:
jmp returnhere

server.dll+222D59:
jmp newmem
nop
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
server.dll+222D59:
mov [esi+edi*4+00000630],ebx
//Alt: db 89 9C BE 30 06 00 00
[ENABLE]

Скрипт нет перезарядки пистолет 1


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

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

originalcode:
mov [esi+000004C4],ebx

exit:
jmp returnhere

server.dll+226BA6:
jmp newmem
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
server.dll+226BA6:
mov [esi+000004C4],ebx
//Alt: db 89 9E C4 04 00 00
[ENABLE]

Скрипт нет перезарядки пистолет 2


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

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

originalcode:
mov [eax],edx
ret 0004

exit:
jmp returnhere

server.dll+1622A3:
jmp newmem
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
server.dll+1622A3:
mov [eax],edx
ret 0004
//Alt: db 89 10 C2 04 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)

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

originalcode:
mov [esi+000004C4],ebp

exit:
jmp returnhere

server.dll+354FE:
jmp newmem
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
server.dll+354FE:
mov [esi+000004C4],ebp
//Alt: db 89 AE C4 04 00 00
[ENABLE]

Скрипт нет перезарядки дробовик 1


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

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

originalcode:
mov [edi+000004C4],ebx

exit:
jmp returnhere

server.dll+17C0C5:
jmp newmem
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
server.dll+17C0C5:
mov [edi+000004C4],ebx
//Alt: db 89 9F C4 04 00 00
[ENABLE]

Скрипт нет перезарядки дробовик 2


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

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

originalcode:
mov [edi+000004C4],ebx

exit:
jmp returnhere

server.dll+17C30F:
jmp newmem
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
server.dll+17C30F:
mov [edi+000004C4],ebx
//Alt: db 89 9F C4 04 00 00
[ENABLE]

Скрипт пушка на катере=100


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

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

originalcode:
mov [esi+00000710],ecx

exit:
jmp returnhere

server.dll+14C074:
jmp newmem
nop
returnhere:

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
server.dll+14C074:
mov [esi+00000710],ecx
//Alt: db 89 8E 10 07 00 00
[ENABLE]

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

  • 4 недели спустя...

Версия игры OrangeBox;версия трейнера 1.0 +8; дата создания 13.04.2011

post-1568-1303149629,27_thumb.jpg

Описание:

1)Бесконеч.Жизнь

2)Без перезарядки пистолет

3)Без перезарядки автоматы

4)Бесконеч.. Арбалет

5)Без перезарядки Револьвер

6)Бесконеч.. Гранаты

7)Бесконеч.. Гранатамёт

8)Без перезарядки дробовник

Трейнер:Трейнер Halfe-Life 2 OrangeBox version.rar

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

Инструкция:

1. Запустить трейнер потом игру

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

Скрипты:

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


[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

2233B2F7:
jmp newmem
nop
returnhere:

newmem:
mov [esi+0000009c],064


originalcode:
mov eax,[esi+0000009c]

exit:
jmp returnhere



[DISABLE]
dealloc(newmem)
2233B2F7:
mov eax,[esi+0000009c]

2)Без перезарядки пистолет +99


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

2221E166:
jmp newmem
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
mov ebx,063

originalcode:
mov [esi+000004c4],ebx

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
2221E166:
mov [esi+000004c4],ebx
//Alt: db 89 9E C4 04 00 00

3)Бесконеч. Гранаты +99


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

2221A289:
jmp newmem
nop
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
mov ebx,063


originalcode:
mov [esi+edi*4+00000630],ebx

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
2221A289:
mov [esi+edi*4+00000630],ebx
//Alt: db 89 9C BE 30 06 00 00

4)Без перезарядки автоматы +99


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

220374FE:
jmp newmem
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
mov ebp,063


originalcode:
mov [esi+000004c4],ebp

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
220374FE:
mov [esi+000004c4],ebp
//Alt: db 89 AE C4 04 00 00

5)Без перезарядки дробовик +99


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

22173045:
jmp newmem
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
mov ebx,063

originalcode:
mov [edi+000004c4],ebx

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
22173045:
mov [edi+000004c4],ebx
//Alt: db 89 9F C4 04 00 00

6)Безконеч.. Арбалет +99


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

2221A289:
jmp newmem
nop
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
mov ebx,063


originalcode:
mov [esi+edi*4+00000630],ebx

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
2221A289:
mov [esi+edi*4+00000630],ebx
//Alt: db 89 9C BE 30 06 00 00

7)Без перезарядки Револьвер


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

22159193:
jmp newmem
returnhere:

newmem: //this is allocated memory, you have read,write,execute access

mov edx,06

originalcode:
mov [eax],edx
ret 0004

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
22159193:
mov [eax],edx
ret 0004
//Alt: db 89 10 C2 04 00

8)Без перезарядки Гранатамёт +99


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

2221A289:
jmp newmem
nop
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
mov ebx,063


originalcode:
mov [esi+edi*4+00000630],ebx

exit:
jmp returnhere



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
2221A289:
mov [esi+edi*4+00000630],ebx
//Alt: db 89 9C BE 30 06 00 00

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

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

Treiner Half-Life 2 v1.0.0.0-1.0.0.64 plus 8

post-117-1329081837,86_thumb.jpg

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

1-Здоровье 500 клавиша numpad-1

2-Костюм 500 клавиша numpad-2

3-Энергия не уменьшается клавиша numpad-3

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

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

На одном пистолете не работает(((

6-Пушка катера 100 клавиша numpad-6

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

8-Легкое уничтожение вертолетов клавиша numpad-8

Скачать Treiner Half-Life 2 v1.0.0.0-1.0.0.64 plus 8 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/

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

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

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



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

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

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